Searched refs:regs_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | ahd_pci.c | 142 int regs_type; in ahd_pci_map_registers() local 149 regs_type = 0; in ahd_pci_map_registers() 164 regs_type = SYS_RES_MEMORY; in ahd_pci_map_registers() 166 regs = bus_alloc_resource_any(ahd->dev_softc, regs_type, in ahd_pci_map_registers() 190 bus_release_resource(ahd->dev_softc, regs_type, in ahd_pci_map_registers() 198 regs_type = SYS_RES_IOPORT; in ahd_pci_map_registers() 200 regs = bus_alloc_resource_any(ahd->dev_softc, regs_type, in ahd_pci_map_registers() 213 regs2 = bus_alloc_resource_any(ahd->dev_softc, regs_type, in ahd_pci_map_registers() 223 ahd->platform_data->regs_res_type[1] = regs_type; in ahd_pci_map_registers() 227 ahd->platform_data->regs_res_type[0] = regs_type; in ahd_pci_map_registers()
|
| H A D | ahc_pci.c | 140 int regs_type; in ahc_pci_map_registers() local 145 regs_type = 0; in ahc_pci_map_registers() 166 regs_type = SYS_RES_MEMORY; in ahc_pci_map_registers() 168 regs = bus_alloc_resource_any(ahc->dev_softc, regs_type, in ahc_pci_map_registers() 185 bus_release_resource(ahc->dev_softc, regs_type, in ahc_pci_map_registers() 193 regs_type = SYS_RES_IOPORT; in ahc_pci_map_registers() 195 regs = bus_alloc_resource_any(ahc->dev_softc, regs_type, in ahc_pci_map_registers() 207 bus_release_resource(ahc->dev_softc, regs_type, in ahc_pci_map_registers() 218 ahc->platform_data->regs_res_type = regs_type; in ahc_pci_map_registers()
|
| /freebsd-14.2/sys/dev/ida/ |
| H A D | idavar.h | 198 int regs_type, int regs_id, bus_dma_tag_t parent_dmat);
|