Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-ahci.c511 ch->devices = ATA_ATA_MASTER; in ata_ahci_reset()
524 ch->devices = ATA_ATA_MASTER; in ata_ahci_reset()
H A Data-siliconimage.c731 ch->devices = ATA_ATA_MASTER; in ata_siiprb_reset()
H A Data-promise.c796 ch->devices = ATA_ATA_MASTER; in ata_promise_mio_reset()
/dragonfly/sys/dev/disk/nata/
H A Data-all.c597 if (ch->devices & (ATA_ATA_MASTER << atadev->unit)) in ata_getparam()
694 if (ch->devices & (((ATA_ATA_MASTER | ATA_ATAPI_MASTER) << i))) { in ata_identify()
704 if (ch->devices & ((ATA_ATA_MASTER << i))) in ata_identify()
H A Data-all.h517 #define ATA_ATA_MASTER 0x00000001 macro
H A Data-disk.c221 if (((atadev->unit == ATA_MASTER) && !(ch->devices & ATA_ATA_MASTER)) || in ad_reinit()
H A Data-lowlevel.c520 ch->devices |= ATA_ATA_MASTER; in ata_generic_reset()