Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ata/
Data-all.c934 if (ch->devices & (ATA_ATA_MASTER << atadev->unit)) in ata_getparam()
1049 n &= ~((ATA_ATA_MASTER | ATA_ATAPI_MASTER) << atadev->unit); in ata_identify()
1061 if (n & (((ATA_ATA_MASTER | ATA_ATAPI_MASTER) << i))) { in ata_identify()
1071 if (n & (ATA_ATA_MASTER << i)) in ata_identify()
1080 (n & ((ATA_ATA_MASTER | ATA_ATAPI_MASTER) << 1)) != 0) { in ata_identify()
1884 if ((ch->devices & ((ATA_ATA_MASTER | ATA_ATAPI_MASTER) in ataaction()
1897 if (ch->devices & (ATA_ATA_MASTER << ccb->ccb_h.target_id)) { in ataaction()
Data-sata.c365 ch->devices |= (ATA_ATA_MASTER << port); in ata_pm_identify()
Data-disk.c215 if (!(ch->devices & (ATA_ATA_MASTER << atadev->unit))) in ad_reinit()
Data-all.h572 #define ATA_ATA_MASTER 0x00000001 macro
Data-lowlevel.c547 ch->devices |= ATA_ATA_MASTER; in ata_generic_reset()
/freebsd-9-stable/sys/dev/ata/chipsets/
Data-ahci.c984 ch->devices = ATA_ATA_MASTER; in ata_ahci_reset()
996 ch->devices = ATA_ATA_MASTER; in ata_ahci_reset()
Data-intel.c517 devs = ata_sata_phy_reset(dev, 0, 2) ? ATA_ATA_MASTER : 0; in ata_intel_reset()
522 devs = (pcs & (1 << smap[0])) ? ATA_ATA_MASTER : 0; in ata_intel_reset()
Data-promise.c802 ch->devices = ATA_ATA_MASTER; in ata_promise_mio_reset()
815 ch->devices = ATA_ATA_MASTER; in ata_promise_mio_reset()
Data-siliconimage.c895 ch->devices = ATA_ATA_MASTER; in ata_siiprb_reset()