Searched refs:AP_PROTO_DMA (Results 1 – 6 of 6) sorted by relevance
208 /*protocol*/ AP_PROTO_DMA | AP_EXTEND, in epc_list()317 /*protocol*/ AP_PROTO_DMA | in epc_getmode()
477 protocol = AP_PROTO_DMA; in zone()
5665 if ((protocol & AP_PROTO_MASK) == AP_PROTO_DMA) in build_ata_cmd()
3770 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()3820 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()3869 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()3920 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()6508 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_out()6617 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_in()
8412 /*protocol*/AP_EXTEND|AP_PROTO_DMA, in scsi_ata_trim()8441 case AP_PROTO_DMA: in scsi_ata_read_log()8444 protocol_out = AP_PROTO_DMA; in scsi_ata_read_log()
1446 #define AP_PROTO_DMA (0x06 << 1) macro