Home
last modified time | relevance | path

Searched refs:r_type1 (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/ata/
H A Data-pci.c107 ctlr->r_type1 = SYS_RES_IOPORT; in ata_pci_attach()
109 ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1, &ctlr->r_rid1, in ata_pci_attach()
115 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, in ata_pci_attach()
159 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, ctlr->r_res1); in ata_pci_detach()
H A Data-pci.h44 int r_type1; member
/src/sys/dev/ata/chipsets/
H A Data-promise.c242 ctlr->r_type1 = SYS_RES_MEMORY; in ata_promise_chipinit()
244 if (!(ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1, in ata_promise_chipinit()
351 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, ctlr->r_res1); in ata_promise_chipinit()