Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/psim/
H A Data_iobus.c137 int myrid; in ata_iobus_alloc_resource() local
157 myrid = 0; in ata_iobus_alloc_resource()
162 SYS_RES_MEMORY, myrid, in ata_iobus_alloc_resource()
167 myrid = 0; in ata_iobus_alloc_resource()
172 SYS_RES_MEMORY, myrid, in ata_iobus_alloc_resource()
/freebsd/sys/dev/ata/
H A Data-pci.c228 int myrid; in ata_pci_alloc_resource() local
238 myrid = PCIR_BAR(0) + (unit << 3); in ata_pci_alloc_resource()
240 SYS_RES_IOPORT, myrid, in ata_pci_alloc_resource()
250 myrid = PCIR_BAR(1) + (unit << 3); in ata_pci_alloc_resource()
252 SYS_RES_IOPORT, myrid, in ata_pci_alloc_resource()