Searched refs:regs_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/
H A Dahc_pci.c142 int regs_type; local
147 regs_type = 0;
169 regs_type = SYS_RES_MEMORY;
171 regs = bus_alloc_resource_any(ahc->dev_softc, regs_type,
188 bus_release_resource(ahc->dev_softc, regs_type,
196 regs_type = SYS_RES_IOPORT;
198 regs = bus_alloc_resource_any(ahc->dev_softc, regs_type,
210 bus_release_resource(ahc->dev_softc, regs_type,
221 ahc->platform_data->regs_res_type = regs_type;
H A Dahd_pci.c146 int regs_type; local
153 regs_type = 0;
169 regs_type = SYS_RES_MEMORY;
171 regs = bus_alloc_resource_any(ahd->dev_softc, regs_type,
195 bus_release_resource(ahd->dev_softc, regs_type,
203 regs_type = SYS_RES_IOPORT;
205 regs = bus_alloc_resource_any(ahd->dev_softc, regs_type,
218 regs2 = bus_alloc_resource_any(ahd->dev_softc, regs_type,
228 ahd->platform_data->regs_res_type[1] = regs_type;
232 ahd->platform_data->regs_res_type[0] = regs_type;
[all...]
/freebsd-11-stable/sys/dev/advansys/
H A Dadwvar.h42 int regs_type, int regs_id);
H A Dadw_pci.c201 int regs_type; local
210 regs_type = 0;
213 regs_type = SYS_RES_MEMORY;
215 regs = bus_alloc_resource_any(dev, regs_type, &regs_id, RF_ACTIVE);
218 regs_type = SYS_RES_IOPORT;
220 regs = bus_alloc_resource_any(dev, regs_type,
229 adw = adw_alloc(dev, regs, regs_type, regs_id);
H A Dadwcam.c742 adw_alloc(device_t dev, struct resource *regs, int regs_type, int regs_id) argument
751 adw->regs_res_type = regs_type;
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c140 enum tui_register_display_type regs_type = TUI_UNDEFINED_REGS; local
172 tui_set_layout (new_layout, regs_type);
188 enum tui_register_display_type regs_type = TUI_UNDEFINED_REGS; local
207 tui_set_layout (new_layout, regs_type);
/freebsd-11-stable/sys/dev/ida/
H A Didavar.h198 int regs_type, int regs_id, bus_dma_tag_t parent_dmat);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c3717 vxge_hal_mgmt_reg_type_e regs_type; local
3723 regs_type = vxge_hal_mgmt_reg_type_pcicfgmgmt;
3730 regs_type = vxge_hal_mgmt_reg_type_mrpcim;
3737 regs_type = vxge_hal_mgmt_reg_type_srpcim;
3744 regs_type = vxge_hal_mgmt_reg_type_memrepair;
3750 regs_type = vxge_hal_mgmt_reg_type_legacy;
3755 regs_type = vxge_hal_mgmt_reg_type_toc;
3760 regs_type = vxge_hal_mgmt_reg_type_common;
3765 regs_type = vxge_hal_mgmt_reg_type_vpmgmt;
3772 regs_type
[all...]

Completed in 163 milliseconds