Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ata/
H A Data-sata.c363 ch->devices |= (ATA_ATAPI_MASTER << port); in ata_pm_identify()
H A Data-all.h425 #define ATA_ATAPI_MASTER 0x00010000 macro
H A Data-all.c700 return (ch->devices & (ATA_ATAPI_MASTER << target)); in ata_atapi()
994 if ((ch->devices & ((ATA_ATA_MASTER | ATA_ATAPI_MASTER) in ataaction()
H A Data-lowlevel.c542 ch->devices |= ATA_ATAPI_MASTER; in ata_generic_reset()
/freebsd-14.2/sys/dev/ata/chipsets/
H A Data-acerlabs.c318 if (ch->devices & ATA_ATAPI_MASTER && in ata_ali_setmode()
H A Data-intel.c458 ch->devices &= (devs | (devs * ATA_ATAPI_MASTER)); in ata_intel_reset()
H A Data-promise.c795 ch->devices = ATA_ATAPI_MASTER; in ata_promise_mio_reset()