Searched refs:ATA_ATAPI_MASTER (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ata/
H A Data-sata.c365 ch->devices |= (ATA_ATAPI_MASTER << port);
H A Data-all.h427 #define ATA_ATAPI_MASTER 0x00010000 macro
H A Data-all.c702 return (ch->devices & (ATA_ATAPI_MASTER << target));
996 if ((ch->devices & ((ATA_ATA_MASTER | ATA_ATAPI_MASTER)
H A Data-lowlevel.c544 ch->devices |= ATA_ATAPI_MASTER;
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-acerlabs.c320 if (ch->devices & ATA_ATAPI_MASTER &&
H A Data-intel.c460 ch->devices &= (devs | (devs * ATA_ATAPI_MASTER));
H A Data-promise.c799 ch->devices = ATA_ATAPI_MASTER;

Completed in 102 milliseconds