Searched refs:ATA_KNOWN_PRESENCE (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-fsl.c195 ch->flags |= ATA_KNOWN_PRESENCE;
H A Data-serverworks.c208 ch->flags |= ATA_NO_SLAVE | ATA_SATA | ATA_KNOWN_PRESENCE;
H A Data-siliconimage.c277 ch->flags |= ATA_KNOWN_PRESENCE;
/freebsd-13-stable/sys/dev/ata/
H A Data-lowlevel.c485 if (((ostat0 & 0xf8) != 0xf8 || (ch->flags & ATA_KNOWN_PRESENCE)) &&
496 if (((ostat1 & 0xf8) != 0xf8 || (ch->flags & ATA_KNOWN_PRESENCE)) &&
589 if ((ch->flags & ATA_KNOWN_PRESENCE) == 0 &&
H A Data-all.h418 #define ATA_KNOWN_PRESENCE 0x200 macro

Completed in 111 milliseconds