Searched refs:ATA_RETIRED_PIO_MASK (Results 1 – 2 of 2) sorted by relevance
817 if ((ap->retired_piomode & ATA_RETIRED_PIO_MASK) == 0x200) in ata_max_pmode()819 if ((ap->retired_piomode & ATA_RETIRED_PIO_MASK) == 0x100) in ata_max_pmode()821 if ((ap->retired_piomode & ATA_RETIRED_PIO_MASK) == 0x000) in ata_max_pmode()
80 #define ATA_RETIRED_PIO_MASK 0x0300 macro