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

/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd_private.h98 bhnd_bus_write_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset, (_val))
H A Dbhnd.c1164 DEVMETHOD(bhnd_bus_write_4, bhnd_write_4),
H A Dbhnd.h1694 #define bhnd_bus_write_4(r, o, v) \ macro
/freebsd-12-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c428 bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, clkctl);
450 bhnd_bus_write_4(sc->res, CHIPC_PLL_ON_DELAY, pll_on_delay);
451 bhnd_bus_write_4(sc->res, CHIPC_PLL_FREFSEL_DELAY, fref_sel_delay);
529 bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc);
531 bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, scc);
543 bhnd_bus_write_4(sc->res, CHIPC_PLL_SLOWCLK_CTL, scc);
554 bhnd_bus_write_4(sc->res, CHIPC_SYS_CLK_CTL, scc);
/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpiovar.h137 bhnd_bus_write_4((sc)->mem_res, (off), (val))
H A Dchipc.c1321 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl);
1365 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl);
1394 bhnd_bus_write_4(sc->core, CHIPC_CHIPCTRL, cctrl);
H A Dchipc_gpio.c602 bhnd_bus_write_4(sc->mem_res, offset, value);
/freebsd-12-stable/sys/dev/bhnd/siba/
H A Dsiba_bhndb.c255 bhnd_bus_write_4(dinfo->cfg_res[0], SIBA_CFG0_IMCONFIGLOW, imcfg);
H A Dsiba_subr.c691 bhnd_bus_write_4(r, reg, rval);
H A Dsiba.c982 bhnd_bus_write_4(r, offset, *(const uint8_t *)value);
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma.c259 bhnd_bus_write_4(r, BCMA_DMP_IOCTRL, ioctl);
455 bhnd_bus_write_4(r, offset, *(const uint32_t *)value);
H A Dbcma_subr.c609 bhnd_bus_write_4(dinfo->res_agent, BCMA_DMP_RESETCTRL, value);
/freebsd-12-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c107 bhnd_bus_write_4((_sc)->mem_res, (_reg), (_val))
H A Dbhnd_pci_hostb.c189 bhnd_bus_write_4(BHND_PCI_SOFTC(_sc)->mem_res, (_reg), (_val))
/freebsd-12-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c594 return (bhnd_bus_write_4(sc->res, reg, val));
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c2273 DEVMETHOD(bhnd_bus_write_4, bhndb_bus_write_4),
/freebsd-12-stable/share/man/man9/
H A DMakefile496 bhnd.9 bhnd_bus_write_4.9 \

Completed in 140 milliseconds