Searched refs:HOST_CAP_PIO_MULTI (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/ata/ | ||
H A D | ahci.h | 91 HOST_CAP_PIO_MULTI = BIT(15), /* PIO multiple DRQ support */ enumerator |
H A D | libahci.c | 2664 cap & HOST_CAP_PIO_MULTI ? "pio " : "", in ahci_print_info() |