Home
last modified time | relevance | path

Searched refs:bhnd_read_config (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c211 if ((error = bhnd_read_config(child, BCMA_DMP_IOSTATUS, &value, 4))) in bcma_read_iost()
225 if ((error = bhnd_read_config(child, BCMA_DMP_IOCTRL, &value, 4))) in bcma_read_ioctl()
269 error = bhnd_read_config(child, BCMA_DMP_RESETCTRL, &rst, 4); in bcma_is_hw_suspended()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c647 error = bhnd_read_config(child, SIBA_CFG0_TMSTATEHIGH, &tmhigh, 4); in siba_read_iost()
661 if ((error = bhnd_read_config(child, SIBA_CFG0_TMSTATELOW, &ts_low, 4))) in siba_read_ioctl()
700 error = bhnd_read_config(child, SIBA_CFG0_TMSTATELOW, &ts_low, 4); in siba_is_hw_suspended()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h1205 bhnd_read_config(device_t dev, bus_size_t offset, void *value, u_int width) in bhnd_read_config() function
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c3470 error = bhnd_read_config(d11core, BCMA_DMP_OOBSELOUTB74, in bhnd_pmu_radio_enable()
/freebsd/share/man/man9/
H A DMakefile578 bhnd.9 bhnd_read_config.9 \