Home
last modified time | relevance | path

Searched refs:ATA_PRIMARY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-pci.c228 start = (unit ? ATA_SECONDARY : ATA_PRIMARY); in ata_pci_alloc_resource()
239 start = (unit ? ATA_SECONDARY : ATA_PRIMARY) + in ata_pci_alloc_resource()
H A Data-all.h178 #define ATA_PRIMARY 0x1f0 macro