Symbol: bhnd_bus_read_4
sys/dev/bhnd/bcma/bcma.c
248
ioctl = bhnd_bus_read_4(r, BCMA_DMP_IOCTRL);
sys/dev/bhnd/bcma/bcma.c
255
bhnd_bus_read_4(r, BCMA_DMP_IOCTRL);
sys/dev/bhnd/bcma/bcma.c
410
*((uint32_t *)value) = bhnd_bus_read_4(r, offset);
sys/dev/bhnd/bcma/bcma_subr.c
273
dmpcfg = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_CONFIG);
sys/dev/bhnd/bcma/bcma_subr.c
278
oobw = bhnd_bus_read_4(dinfo->res_agent,
sys/dev/bhnd/bcma/bcma_subr.c
296
selout = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_OOBSELOUT(
sys/dev/bhnd/bcma/bcma_subr.c
564
rst = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETSTATUS);
sys/dev/bhnd/bcma/bcma_subr.c
596
rst = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL);
sys/dev/bhnd/bcma/bcma_subr.c
601
bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL); /* read-back */
sys/dev/bhnd/bhnd.c
1112
DEVMETHOD(bhnd_bus_read_4, bhnd_read_4),
sys/dev/bhnd/bhnd_erom.c
465
return (bhnd_bus_read_4(iores->mapped, offset));
sys/dev/bhnd/bhnd_private.h
92
bhnd_bus_read_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset)
sys/dev/bhnd/bhnd_subr.c
1152
clkst = bhnd_bus_read_4(clkctl->cc_res, clkctl->cc_res_offset);
sys/dev/bhnd/bhndb/bhndb.c
2242
DEVMETHOD(bhnd_bus_read_4, bhndb_bus_read_4),
sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c
85
pcaps = bhnd_bus_read_4(chipc_sc->core, BHND_PMU_CAP);
sys/dev/bhnd/cores/chipc/chipc.c
1240
cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL);
sys/dev/bhnd/cores/chipc/chipc.c
1284
cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL);
sys/dev/bhnd/cores/chipc/chipc.c
1310
return (bhnd_bus_read_4(sc->core, CHIPC_CHIPST));
sys/dev/bhnd/cores/chipc/chipc.c
1323
cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL);
sys/dev/bhnd/cores/chipc/chipc.c
409
srom_ctrl = bhnd_bus_read_4(sc->core, CHIPC_SPROM_CTRL);
sys/dev/bhnd/cores/chipc/chipc.c
423
otp_st = bhnd_bus_read_4(sc->core, CHIPC_OTPST);
sys/dev/bhnd/cores/chipc/chipc.c
445
cap_reg = bhnd_bus_read_4(sc->core, CHIPC_CAPABILITIES);
sys/dev/bhnd/cores/chipc/chipc.c
448
cap_ext_reg = bhnd_bus_read_4(sc->core, CHIPC_CAPABILITIES_EXT);
sys/dev/bhnd/cores/chipc/chipc.c
474
regval = bhnd_bus_read_4(sc->core, CHIPC_OTPLAYOUT);
sys/dev/bhnd/cores/chipc/chipc.c
495
regval = bhnd_bus_read_4(sc->core, CHIPC_FLASH_CFG);
sys/dev/bhnd/cores/chipc/chipc.c
526
regval = bhnd_bus_read_4(sc->core, CHIPC_OTPLAYOUT);
sys/dev/bhnd/cores/chipc/chipc_gpio.c
590
value = bhnd_bus_read_4(sc->mem_res, offset);
sys/dev/bhnd/cores/chipc/chipc_gpiovar.h
141
bhnd_bus_read_4((sc)->mem_res, (off))
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
312
n = bhnd_bus_read_4(sc->res, CHIPC_CLKC_N);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
320
m = bhnd_bus_read_4(sc->res, creg);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
336
clkreg = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
373
div = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
380
div = bhnd_bus_read_4(sc->res, CHIPC_SYS_CLK_CTL);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
471
pll_on_delay = bhnd_bus_read_4(sc->res, CHIPC_PLL_ON_DELAY) + 2;
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
505
scc = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
507
scc = bhnd_bus_read_4(sc->res, CHIPC_SYS_CLK_CTL);
sys/dev/bhnd/cores/pci/bhnd_pci.c
102
bhnd_bus_read_4((_sc)->mem_res, (_reg))
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
180
bhnd_bus_read_4(BHND_PCI_SOFTC(_sc)->mem_res, (_reg))
sys/dev/bhnd/cores/pmu/bhnd_pmu.c
116
sc->caps = bhnd_bus_read_4(sc->res, BHND_PMU_CAP);
sys/dev/bhnd/cores/pmu/bhnd_pmu.c
580
return (bhnd_bus_read_4(sc->res, reg));
sys/dev/bhnd/siba/siba.c
763
if (bhnd_bus_read_4(r, SIBA_CFG0_TMSTATEHIGH) & SIBA_TMH_SERR) {
sys/dev/bhnd/siba/siba.c
769
imstate = bhnd_bus_read_4(r, SIBA_CFG0_IMSTATE);
sys/dev/bhnd/siba/siba.c
814
ts_low = bhnd_bus_read_4(r, SIBA_CFG0_TMSTATELOW);
sys/dev/bhnd/siba/siba.c
844
idl = bhnd_bus_read_4(r, SIBA_CFG0_IDLOW);
sys/dev/bhnd/siba/siba.c
940
*((uint32_t *)value) = bhnd_bus_read_4(dinfo->cfg_res[0],
sys/dev/bhnd/siba/siba_bhndb.c
249
imcfg = bhnd_bus_read_4(dinfo->cfg_res[0], SIBA_CFG0_IMCONFIGLOW);
sys/dev/bhnd/siba/siba_subr.c
680
rval = bhnd_bus_read_4(r, reg);
sys/dev/bhnd/siba/siba_subr.c
685
bhnd_bus_read_4(r, reg); /* read-back */
sys/dev/bhnd/siba/siba_subr.c
718
rval = bhnd_bus_read_4(r, reg);