Symbol: bus_space_read_region_4
stand/kshim/bsd_kernel.h
517
void bus_space_read_region_4(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset, uint32_t *datap, bus_size_t count);
sys/dev/amdsmu/amdsmu.c
271
bus_space_read_region_4(sc->bus_tag, sc->metrics_space, 0,
sys/dev/dpaa2/dpaa2_console.c
182
bus_space_read_region_4(cd->bst, cd->bsh, offset + count, (uint32_t *)(p + count), l);
sys/dev/enic/enic.h
52
bus_space_read_region_4(res->type.tag, res->type.handle, \
sys/dev/hptiop/hptiop.c
1107
bus_space_read_region_4(hba->bar0t, hba->bar0h, req32 +
sys/dev/hptiop/hptiop.c
1115
bus_space_read_region_4(hba->bar0t, hba->bar0h,req32 +
sys/dev/hptiop/hptiop.c
231
bus_space_read_region_4(hba->bar2t, hba->bar2h,
sys/dev/hptiop/hptiop.c
369
bus_space_read_region_4(hba->bar0t, hba->bar0h, index +
sys/dev/hptiop/hptiop.c
472
bus_space_read_region_4(hba->bar0t,
sys/dev/hptiop/hptiop.c
810
bus_space_read_region_4(hba->bar0t, hba->bar0h, req32 +
sys/dev/hptiop/hptiop.c
929
bus_space_read_region_4(hba->bar0t, hba->bar0h,
sys/dev/iwi/if_iwireg.h
582
bus_space_read_region_4((sc)->sc_st, (sc)->sc_sh, (offset), \
sys/dev/ral/rt2661reg.h
321
bus_space_read_region_4((sc)->sc_st, (sc)->sc_sh, (offset), \
sys/dev/ti/if_ti.c
3858
bus_space_read_region_4(sc->ti_btag, sc->ti_bhandle,
sys/dev/ti/if_ti.c
435
bus_space_read_region_4(sc->ti_btag, sc->ti_bhandle,
sys/dev/ti/if_ti.c
565
bus_space_read_region_4(sc->ti_btag, sc->ti_bhandle,
sys/dev/ti/if_ti.c
642
bus_space_read_region_4(sc->ti_btag, sc->ti_bhandle,
sys/dev/usb/controller/dwc_otg.c
244
bus_space_read_region_4(sc->sc_io_tag, sc->sc_io_hdl,
sys/dev/usb/controller/dwc_otg.c
257
bus_space_read_region_4(sc->sc_io_tag, sc->sc_io_hdl,
sys/dev/usb/controller/dwc_otg.c
691
bus_space_read_region_4(sc->sc_io_tag, sc->sc_io_hdl,
sys/sys/bus.h
1105
bus_space_read_region_4((r)->r_bustag, (r)->r_bushandle, (o), (d), (c))
sys/x86/include/bus.h
1025
bus_space_read_region_4((t), (h), (o), (a), (c))
sys/x86/include/bus.h
347
static __inline void bus_space_read_region_4(bus_space_tag_t tag,