Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-pci.c230 start = (unit ? ATA_SECONDARY : ATA_PRIMARY); in ata_pci_alloc_resource()
241 start = (unit ? ATA_SECONDARY : ATA_PRIMARY) + in ata_pci_alloc_resource()
H A Data-all.h179 #define ATA_SECONDARY 0x170 macro