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.c136 int myrid; in ata_iobus_alloc_resource() local
156 myrid = 0; in ata_iobus_alloc_resource()
161 SYS_RES_MEMORY, &myrid, in ata_iobus_alloc_resource()
166 myrid = 0; in ata_iobus_alloc_resource()
171 SYS_RES_MEMORY, &myrid, in ata_iobus_alloc_resource()
/freebsd/sys/dev/ata/
H A Data-pci.c224 int myrid; in ata_pci_alloc_resource() local
234 myrid = PCIR_BAR(0) + (unit << 3); in ata_pci_alloc_resource()
236 SYS_RES_IOPORT, &myrid, in ata_pci_alloc_resource()
246 myrid = PCIR_BAR(1) + (unit << 3); in ata_pci_alloc_resource()
248 SYS_RES_IOPORT, &myrid, in ata_pci_alloc_resource()