Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
Dbcm2835_sdhost.c181 static int bcm2835_sdhost_debug = 0; variable
185 TUNABLE_INT("hw.bcm2835.sdhost.debug", &bcm2835_sdhost_debug);
186 SYSCTL_INT(_hw_sdhci, OID_AUTO, bcm2835_sdhost_debug, CTLFLAG_RWTUN,
187 &bcm2835_sdhost_debug, 0, "bcm2835-sdhost Debug level");
191 if (bcm2835_sdhost_debug > 0) \
303 if (bcm2835_sdhost_debug > 0 || error > 0) { in bcm_sdhost_print_regs()