Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_all.c817 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()
/freebsd/sys/sys/
H A Data.h79 /*051*/ u_int16_t retired_piomode; /* PIO modes 0-2 */ member