Searched refs:ATA_ATA_MASTER (Results 1 – 5 of 5) sorted by relevance
359 ch->devices |= (ATA_ATA_MASTER << port); in ata_pm_identify()
422 #define ATA_ATA_MASTER 0x00000001 macro
992 if ((ch->devices & ((ATA_ATA_MASTER | ATA_ATAPI_MASTER) in ataaction()1005 if (ch->devices & (ATA_ATA_MASTER << ccb->ccb_h.target_id)) { in ataaction()
544 ch->devices |= ATA_ATA_MASTER; in ata_generic_reset()
446 devs = ata_sata_phy_reset(dev, 0, 2) ? ATA_ATA_MASTER : 0; in ata_intel_reset()451 devs = (pcs & (1 << smap[0])) ? ATA_ATA_MASTER : 0; in ata_intel_reset()