Lines Matching refs:mmc_debug
139 static int mmc_debug; variable
140 SYSCTL_INT(_hw_mmc, OID_AUTO, debug, CTLFLAG_RWTUN, &mmc_debug, 0,
368 if (bootverbose || mmc_debug) { in mmc_acquire_bus()
470 if (__predict_false(mmc_debug > 1)) { in mmc_wait_for_req()
483 if (__predict_false(mmc_debug > 2 || (mmc_debug > 0 && in mmc_wait_for_req()
512 if (__predict_false(mmc_debug > 1)) { in mmc_wait_for_request()
1603 if (bootverbose || mmc_debug) in mmc_discover_cards()
1625 if (bootverbose || mmc_debug) { in mmc_discover_cards()
1657 if (bootverbose || mmc_debug) in mmc_discover_cards()
1756 if (bootverbose || mmc_debug) in mmc_discover_cards()
1920 if (bootverbose || mmc_debug) in mmc_discover_cards()
1983 if (bootverbose || mmc_debug) in mmc_rescan_cards()
2013 if (bootverbose || mmc_debug) in mmc_delete_cards()
2048 if (bootverbose || mmc_debug) in mmc_go_discovery()
2052 if ((bootverbose || mmc_debug) && err == 0) in mmc_go_discovery()
2056 if (bootverbose || mmc_debug) in mmc_go_discovery()
2063 if (bootverbose || mmc_debug) in mmc_go_discovery()
2067 } else if (bootverbose || mmc_debug) in mmc_go_discovery()
2070 } else if (bootverbose || mmc_debug) in mmc_go_discovery()
2088 if (bootverbose || mmc_debug) in mmc_go_discovery()
2152 if (bootverbose || mmc_debug) { in mmc_calculate_clock()