Home
last modified time | relevance | path

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

/trueos/sys/dev/ata/
HData-sata.c363 ch->devices |= (ATA_ATAPI_MASTER << port); in ata_pm_identify()
HData-all.c618 return (ch->devices & (ATA_ATAPI_MASTER << target)); in ata_atapi()
912 if ((ch->devices & ((ATA_ATA_MASTER | ATA_ATAPI_MASTER) in ataaction()
HData-all.h569 #define ATA_ATAPI_MASTER 0x00010000 macro
HData-lowlevel.c542 ch->devices |= ATA_ATAPI_MASTER; in ata_generic_reset()
/trueos/sys/dev/ata/chipsets/
HData-acerlabs.c323 if (ch->devices & ATA_ATAPI_MASTER && in ata_ali_setmode()
HData-siliconimage.c901 ch->devices = ATA_ATAPI_MASTER; in ata_siiprb_reset()
HData-intel.c529 ch->devices &= (devs | (devs * ATA_ATAPI_MASTER)); in ata_intel_reset()
HData-ahci.c990 ch->devices = ATA_ATAPI_MASTER; in ata_ahci_reset()
HData-promise.c808 ch->devices = ATA_ATAPI_MASTER; in ata_promise_mio_reset()