Searched refs:sc_debug (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_spi.c | 84 uint32_t sc_debug; member 99 "debug", CTLFLAG_RW, &sc->sc_debug, 0, in ar5315_spi_attach_sysctl() 164 if (sc->sc_debug & 0x8000) in ar5315_spi_transfer() 191 if (sc->sc_debug & 0x8000) { in ar5315_spi_transfer() 222 if (sc->sc_debug & 0x8000) in ar5315_spi_transfer() 231 if (sc->sc_debug & 0x8000) in ar5315_spi_transfer() 239 if (sc->sc_debug & 0x8000) in ar5315_spi_transfer() 253 if (sc->sc_debug & 0x8000) in ar5315_spi_transfer()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_wdog.c | 62 int sc_debug; member 135 if (sc->sc_debug) in octeon_wdog_watchdog_fn() 160 "debug", CTLFLAG_RW, &sc->sc_debug, 0, in octeon_wdog_sysctl() 238 sc->sc_debug = 0; in octeon_wdog_attach()
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt_var.h | 42 if ((sc)->sc_debug >= (level)) \ 111 ng_ubt_node_debug_ep sc_debug; /* debug level */ member
|
| H A D | ng_ubt.c | 633 sc->sc_debug = NG_UBT_WARN_LEVEL; in ubt_attach() 1714 sc->sc_debug, in ng_ubt_rcvmsg() 1737 sc->sc_debug = *((ng_ubt_node_debug_ep *) (msg->data)); in ng_ubt_rcvmsg() 1748 *((ng_ubt_node_debug_ep *) (rsp->data)) = sc->sc_debug; in ng_ubt_rcvmsg()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_bscvar.h | 47 int sc_debug; member
|
| H A D | bcm2835_bsc.c | 116 if ((lvl) <= (sc)->sc_debug) \ 120 if ((lvl) <= (sc)->sc_debug) \ 267 CTLFLAG_RWTUN, &sc->sc_debug, 0, in bcm_bsc_sysctl_init()
|