Home
last modified time | relevance | path

Searched refs:BCMA_DMP_RESETCTRL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_dmp.h161 #define BCMA_DMP_RESETCTRL 0x804
170 #define BCMA_DMP_RESETCTRL 0x800 macro
H A Dbcma_subr.c598 rst = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL); in bcma_dmp_write_reset()
602 bhnd_bus_write_4(dinfo->res_agent, BCMA_DMP_RESETCTRL, value); in bcma_dmp_write_reset()
603 bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL); /* read-back */ in bcma_dmp_write_reset()
H A Dbcma.c269 error = bhnd_read_config(child, BCMA_DMP_RESETCTRL, &rst, 4); in bcma_is_hw_suspended()