Searched refs:bhnd_bus_write_4 (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/ |
H A D | bhnd_pwrctl_subr.c | 425 bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, clkctl); in bhnd_pwrctl_init() 447 bhnd_bus_write_4(sc->res, CHIPC_PLL_ON_DELAY, pll_on_delay); in bhnd_pwrctl_init() 448 bhnd_bus_write_4(sc->res, CHIPC_PLL_FREFSEL_DELAY, fref_sel_delay); in bhnd_pwrctl_init() 526 bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc); in bhnd_pwrctl_setclk() 528 bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, scc); in bhnd_pwrctl_setclk() 540 bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc); in bhnd_pwrctl_setclk() 551 bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, scc); in bhnd_pwrctl_setclk()
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_private.h | 95 bhnd_bus_write_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset, (_val))
|
H A D | bhnd.c | 1115 DEVMETHOD(bhnd_bus_write_4, bhnd_write_4),
|
H A D | bhnd.h | 1682 #define bhnd_bus_write_4(r, o, v) \ macro
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_gpiovar.h | 135 bhnd_bus_write_4((sc)->mem_res, (off), (val))
|
H A D | chipc.c | 1253 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_enable_sprom_pins() 1297 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_disable_sprom_pins() 1326 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl); in chipc_write_chipctrl()
|
H A D | chipc_gpio.c | 594 bhnd_bus_write_4(sc->mem_res, offset, value); in chipc_gpio_commit_reg()
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_bhndb.c | 252 bhnd_bus_write_4(dinfo->cfg_res[0], SIBA_CFG0_IMCONFIGLOW, imcfg); in siba_bhndb_wars_pcie_clear_d11_timeout()
|
H A D | siba_subr.c | 687 bhnd_bus_write_4(r, reg, rval); in siba_write_target_state()
|
H A D | siba.c | 978 bhnd_bus_write_4(r, offset, *(const uint8_t *)value); in siba_write_config()
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma.c | 252 bhnd_bus_write_4(r, BCMA_DMP_IOCTRL, ioctl); in bcma_write_ioctl() 448 bhnd_bus_write_4(r, offset, *(const uint32_t *)value); in bcma_write_config()
|
H A D | bcma_subr.c | 602 bhnd_bus_write_4(dinfo->res_agent, BCMA_DMP_RESETCTRL, value); in bcma_dmp_write_reset()
|
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pci.c | 104 bhnd_bus_write_4((_sc)->mem_res, (_reg), (_val))
|
H A D | bhnd_pci_hostb.c | 186 bhnd_bus_write_4(BHND_PCI_SOFTC(_sc)->mem_res, (_reg), (_val))
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu.c | 588 return (bhnd_bus_write_4(sc->res, reg, val)); in bhnd_pmu_write_4()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 2245 DEVMETHOD(bhnd_bus_write_4, bhndb_bus_write_4),
|
/freebsd/share/man/man9/ |
H A D | Makefile | 519 bhnd.9 bhnd_bus_write_4.9 \
|