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

/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_dmp.h162 #define BCMA_DMP_RESETCTRL 0x804
171 #define BCMA_DMP_RESETCTRL 0x800 macro
H A Dbcma_subr.c601 rst = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL);
605 bhnd_bus_write_4(dinfo->res_agent, BCMA_DMP_RESETCTRL, value);
606 bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_RESETCTRL); /* read-back */
H A Dbcma.c276 error = bhnd_read_config(child, BCMA_DMP_RESETCTRL, &rst, 4);

Completed in 86 milliseconds