Home
last modified time | relevance | path

Searched refs:bhnd_bus_write_4 (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c425 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 Dbhnd_private.h95 bhnd_bus_write_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset, (_val))
H A Dbhnd.c1115 DEVMETHOD(bhnd_bus_write_4, bhnd_write_4),
H A Dbhnd.h1682 #define bhnd_bus_write_4(r, o, v) \ macro
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpiovar.h135 bhnd_bus_write_4((sc)->mem_res, (off), (val))
H A Dchipc.c1253 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 Dchipc_gpio.c594 bhnd_bus_write_4(sc->mem_res, offset, value); in chipc_gpio_commit_reg()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_bhndb.c252 bhnd_bus_write_4(dinfo->cfg_res[0], SIBA_CFG0_IMCONFIGLOW, imcfg); in siba_bhndb_wars_pcie_clear_d11_timeout()
H A Dsiba_subr.c687 bhnd_bus_write_4(r, reg, rval); in siba_write_target_state()
H A Dsiba.c978 bhnd_bus_write_4(r, offset, *(const uint8_t *)value); in siba_write_config()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c252 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 Dbcma_subr.c602 bhnd_bus_write_4(dinfo->res_agent, BCMA_DMP_RESETCTRL, value); in bcma_dmp_write_reset()
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c104 bhnd_bus_write_4((_sc)->mem_res, (_reg), (_val))
H A Dbhnd_pci_hostb.c186 bhnd_bus_write_4(BHND_PCI_SOFTC(_sc)->mem_res, (_reg), (_val))
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c588 return (bhnd_bus_write_4(sc->res, reg, val)); in bhnd_pmu_write_4()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c2245 DEVMETHOD(bhnd_bus_write_4, bhndb_bus_write_4),
/freebsd/share/man/man9/
H A DMakefile519 bhnd.9 bhnd_bus_write_4.9 \