Symbol: bhnd_bus_write_4
sys/dev/bhnd/bcma/bcma.c
252
bhnd_bus_write_4(r, BCMA_DMP_IOCTRL, ioctl);
sys/dev/bhnd/bcma/bcma.c
448
bhnd_bus_write_4(r, offset, *(const uint32_t *)value);
sys/dev/bhnd/bcma/bcma_subr.c
600
bhnd_bus_write_4(dinfo->res_agent, BCMA_DMP_RESETCTRL, value);
sys/dev/bhnd/bhnd.c
1115
DEVMETHOD(bhnd_bus_write_4, bhnd_write_4),
sys/dev/bhnd/bhnd_private.h
95
bhnd_bus_write_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset, (_val))
sys/dev/bhnd/bhndb/bhndb.c
2245
DEVMETHOD(bhnd_bus_write_4, bhndb_bus_write_4),
sys/dev/bhnd/cores/chipc/chipc.c
1252
bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl);
sys/dev/bhnd/cores/chipc/chipc.c
1296
bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl);
sys/dev/bhnd/cores/chipc/chipc.c
1325
bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl);
sys/dev/bhnd/cores/chipc/chipc_gpio.c
594
bhnd_bus_write_4(sc->mem_res, offset, value);
sys/dev/bhnd/cores/chipc/chipc_gpiovar.h
134
bhnd_bus_write_4((sc)->mem_res, (off), (val))
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
425
bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, clkctl);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
447
bhnd_bus_write_4(sc->res, CHIPC_PLL_ON_DELAY, pll_on_delay);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
448
bhnd_bus_write_4(sc->res, CHIPC_PLL_FREFSEL_DELAY, fref_sel_delay);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
526
bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
528
bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, scc);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
540
bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc);
sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c
551
bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, scc);
sys/dev/bhnd/cores/pci/bhnd_pci.c
104
bhnd_bus_write_4((_sc)->mem_res, (_reg), (_val))
sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c
186
bhnd_bus_write_4(BHND_PCI_SOFTC(_sc)->mem_res, (_reg), (_val))
sys/dev/bhnd/cores/pmu/bhnd_pmu.c
588
return (bhnd_bus_write_4(sc->res, reg, val));
sys/dev/bhnd/siba/siba.c
978
bhnd_bus_write_4(r, offset, *(const uint8_t *)value);
sys/dev/bhnd/siba/siba_bhndb.c
252
bhnd_bus_write_4(dinfo->cfg_res[0], SIBA_CFG0_IMCONFIGLOW, imcfg);
sys/dev/bhnd/siba/siba_subr.c
684
bhnd_bus_write_4(r, reg, rval);