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