Home
last modified time | relevance | path

Searched refs:retired_piomode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cam/ata/
H A Data_all.c810 if ((ap->retired_piomode & ATA_RETIRED_PIO_MASK) == 0x200) in ata_max_pmode()
812 if ((ap->retired_piomode & ATA_RETIRED_PIO_MASK) == 0x100) in ata_max_pmode()
814 if ((ap->retired_piomode & ATA_RETIRED_PIO_MASK) == 0x000) in ata_max_pmode()
/freebsd-12.1/sys/sys/
H A Data.h79 /*051*/ u_int16_t retired_piomode; /* PIO modes 0-2 */ member