Searched refs:r_type1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-fsl.c112 ctrl->r_type1 = SYS_RES_MEMORY;
114 ctrl->r_res1 = bus_alloc_resource_any(dev, ctrl->r_type1,
H A Data-promise.c247 ctlr->r_type1 = SYS_RES_MEMORY;
249 if (!(ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1,
364 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, ctlr->r_res1);
/freebsd-12-stable/sys/dev/ata/
H A Data-pci.c108 ctlr->r_type1 = SYS_RES_IOPORT;
110 ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1, &ctlr->r_rid1,
116 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1,
165 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, ctlr->r_res1);
H A Data-pci.h46 int r_type1; member in struct:ata_pci_controller

Completed in 96 milliseconds