Searched refs:ATAPI_IO (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ | ||
| H A D | ata.h | 184 ATAPI_IO = (1 << 1), enumerator |
| /linux-6.15/drivers/ata/ | ||
| H A D | libata-sff.c | 824 i_write = ((ireason & ATAPI_IO) == 0) ? 1 : 0; in atapi_pio_bytes() |