Searched refs:AP_PROTO_DMA (Results 1 – 6 of 6) sorted by relevance
211 /*protocol*/ AP_PROTO_DMA | AP_EXTEND, in epc_list()320 /*protocol*/ AP_PROTO_DMA | in epc_getmode()
484 protocol = AP_PROTO_DMA; in zone()
5410 if ((protocol & AP_PROTO_MASK) == AP_PROTO_DMA) in build_ata_cmd()
3432 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()3482 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()3531 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()3583 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()5986 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_out()6096 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_in()
8311 /*protocol*/AP_EXTEND|AP_PROTO_DMA, in scsi_ata_trim()8340 case AP_PROTO_DMA: in scsi_ata_read_log()8343 protocol_out = AP_PROTO_DMA; in scsi_ata_read_log()
1419 #define AP_PROTO_DMA (0x06 << 1) macro