freebsd-skq/sys/dev/bhnd/bcma
landonf dfa8d6698e bhnd(4): Fix bcma/siba core reset behavior
Add missing support for specifying I/O control flags during core reset,
and resolve a number of siba(4)-specific reset issues:

- Add missing check for target reject flags in siba_is_hw_suspended().
- Remove incorrect wait on SIBA_TMH_BUSY when modifying any target state
  register; this should only be done when waiting for initiated
  transactions to clear.
- Add missing wait on SIBA_IM_BY when asserting SIBA_IM_RJ.
- Overwrite any previously set SIBA_TML_REJ flag when bringing the core
  out of reset. This fixes a lockup that occured when we brought up a core
  (after reboot) that had previously been placed into RESET by siba_bwn(4).

Approved by:	adrian (mentor, implicit)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D13039
2017-11-27 22:13:30 +00:00
..
bcma_bhndb.c Migrate bhndb(4) to the new bhnd_erom API. 2016-09-04 00:58:19 +00:00
bcma_dmp.h [BHND] correct spelling error in macro name 2016-11-15 20:05:22 +00:00
bcma_erom.c bhnd: Add support for supplying bus I/O callbacks when initializing an EROM 2017-09-27 19:48:34 +00:00
bcma_eromreg.h
bcma_eromvar.h Migrate bhndb(4) to the new bhnd_erom API. 2016-09-04 00:58:19 +00:00
bcma_subr.c bhnd(4): Fix bcma/siba core reset behavior 2017-11-27 22:13:30 +00:00
bcma.c bhnd(4): Fix bcma/siba core reset behavior 2017-11-27 22:13:30 +00:00
bcma.h Implement a generic bhnd(4) device enumeration table API. 2016-09-03 23:57:17 +00:00
bcmavar.h bhnd(4): extend the PMU APIs to support bwn(4) 2017-11-22 20:27:46 +00:00