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

/freebsd-10.2-release/sys/dev/ata/chipsets/
H A Data-fsl.c110 ctrl->r_type1 = SYS_RES_MEMORY;
112 ctrl->r_res1 = bus_alloc_resource_any(dev, ctrl->r_type1,
H A Data-siliconimage.c129 ctlr->r_type1 = SYS_RES_MEMORY;
131 if (!(ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1,
139 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1,ctlr->r_res1);
146 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1,
H A Data-marvell.c216 ctlr->r_type1 = SYS_RES_MEMORY;
218 if (!(ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1,
H A Data-promise.c245 ctlr->r_type1 = SYS_RES_MEMORY;
247 if (!(ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1,
362 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, ctlr->r_res1);
/freebsd-10.2-release/sys/dev/ata/
H A Data-pci.c106 ctlr->r_type1 = SYS_RES_IOPORT;
108 ctlr->r_res1 = bus_alloc_resource_any(dev, ctlr->r_type1, &ctlr->r_rid1,
159 bus_release_resource(dev, ctlr->r_type1, ctlr->r_rid1, ctlr->r_res1);
H A Data-pci.h44 int r_type1; member in struct:ata_pci_controller

Completed in 109 milliseconds