Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-pci.c104 ctlr->r_type1 = SYS_RES_IOPORT; in ata_pci_attach()
106 ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1, &ctlr->r_rid1, in ata_pci_attach()
112 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, in ata_pci_attach()
156 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