Searched refs:bhnd_bus_read_4 (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c315 n = bhnd_bus_read_4(sc->res, CHIPC_CLKC_N);
323 m = bhnd_bus_read_4(sc->res, creg);
339 clkreg = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL);
376 div = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL);
383 div = bhnd_bus_read_4(sc->res, CHIPC_SYS_CLK_CTL);
474 pll_on_delay = bhnd_bus_read_4(sc->res, CHIPC_PLL_ON_DELAY) + 2;
508 scc = bhnd_bus_read_4(sc->res, CHIPC_PLL_SLOWCLK_CTL);
510 scc = bhnd_bus_read_4(sc->res, CHIPC_SYS_CLK_CTL);
/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd_private.h95 bhnd_bus_read_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset)
H A Dbhnd_erom.c475 return (bhnd_bus_read_4(iores->mapped, offset));
H A Dbhnd.c1161 DEVMETHOD(bhnd_bus_read_4, bhnd_read_4),
H A Dbhnd.h1676 #define bhnd_bus_read_4(r, o) \ macro
H A Dbhnd_subr.c1159 clkst = bhnd_bus_read_4(clkctl->cc_res, clkctl->cc_res_offset);
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_subr.c278 dmpcfg = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_CONFIG);
283 oobw = bhnd_bus_read_4(dinfo->res_agent,
301 selout = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_OOBSELOUT(
573 rst = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETSTATUS);
605 rst = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL);
610 bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL); /* read-back */
H A Dbcma.c255 ioctl = bhnd_bus_read_4(r, BCMA_DMP_IOCTRL);
262 bhnd_bus_read_4(r, BCMA_DMP_IOCTRL);
417 *((uint32_t *)value) = bhnd_bus_read_4(r, offset);
/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
H A Dbhnd_pmu_chipc.c91 pcaps = bhnd_bus_read_4(chipc_sc->core, BHND_PMU_CAP);
H A Dchipc_gpiovar.h144 bhnd_bus_read_4((sc)->mem_res, (off))
H A Dchipc.c418 srom_ctrl = bhnd_bus_read_4(sc->core, CHIPC_SPROM_CTRL);
432 otp_st = bhnd_bus_read_4(sc->core, CHIPC_OTPST);
454 cap_reg = bhnd_bus_read_4(sc->core, CHIPC_CAPABILITIES);
457 cap_ext_reg = bhnd_bus_read_4(sc->core, CHIPC_CAPABILITIES_EXT);
483 regval = bhnd_bus_read_4(sc->core, CHIPC_OTPLAYOUT);
504 regval = bhnd_bus_read_4(sc->core, CHIPC_FLASH_CFG);
536 regval = bhnd_bus_read_4(sc->core, CHIPC_OTPLAYOUT);
1309 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL);
1353 cctrl = bhnd_bus_read_4(sc->core, CHIPC_CHIPCTRL);
1379 return (bhnd_bus_read_4(s
[all...]
H A Dchipc_gpio.c598 value = bhnd_bus_read_4(sc->mem_res, offset);
/freebsd-12-stable/sys/dev/bhnd/siba/
H A Dsiba_subr.c687 rval = bhnd_bus_read_4(r, reg);
692 bhnd_bus_read_4(r, reg); /* read-back */
725 rval = bhnd_bus_read_4(r, reg);
H A Dsiba.c767 if (bhnd_bus_read_4(r, SIBA_CFG0_TMSTATEHIGH) & SIBA_TMH_SERR) {
773 imstate = bhnd_bus_read_4(r, SIBA_CFG0_IMSTATE);
818 ts_low = bhnd_bus_read_4(r, SIBA_CFG0_TMSTATELOW);
848 idl = bhnd_bus_read_4(r, SIBA_CFG0_IDLOW);
944 *((uint32_t *)value) = bhnd_bus_read_4(dinfo->cfg_res[0],
H A Dsiba_bhndb.c252 imcfg = bhnd_bus_read_4(dinfo->cfg_res[0], SIBA_CFG0_IMCONFIGLOW);
/freebsd-12-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c121 sc->caps = bhnd_bus_read_4(sc->res, BHND_PMU_CAP);
586 return (bhnd_bus_read_4(sc->res, reg));
/freebsd-12-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c105 bhnd_bus_read_4((_sc)->mem_res, (_reg))
H A Dbhnd_pci_hostb.c183 bhnd_bus_read_4(BHND_PCI_SOFTC(_sc)->mem_res, (_reg))
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c2270 DEVMETHOD(bhnd_bus_read_4, bhndb_bus_read_4),
/freebsd-12-stable/share/man/man9/
H A DMakefile490 bhnd.9 bhnd_bus_read_4.9 \

Completed in 284 milliseconds