Home
last modified time | relevance | path

Searched refs:sc_debug (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_spi.c84 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 Docteon_wdog.c62 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 Dng_ubt_var.h42 if ((sc)->sc_debug >= (level)) \
111 ng_ubt_node_debug_ep sc_debug; /* debug level */ member
H A Dng_ubt.c633 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 Dbcm2835_bscvar.h47 int sc_debug; member
H A Dbcm2835_bsc.c116 if ((lvl) <= (sc)->sc_debug) \
120 if ((lvl) <= (sc)->sc_debug) \
267 CTLFLAG_RWTUN, &sc->sc_debug, 0, in bcm_bsc_sysctl_init()