Lines Matching refs:mmc_debug
137 static int mmc_debug; variable
138 SYSCTL_INT(_hw_mmc, OID_AUTO, debug, CTLFLAG_RWTUN, &mmc_debug, 0,
366 if (bootverbose || mmc_debug) { in mmc_acquire_bus()
462 if (__predict_false(mmc_debug > 1)) { in mmc_wait_for_req()
475 if (__predict_false(mmc_debug > 2 || (mmc_debug > 0 && in mmc_wait_for_req()
504 if (__predict_false(mmc_debug > 1)) { in mmc_wait_for_request()
1605 if (bootverbose || mmc_debug) in mmc_discover_cards()
1627 if (bootverbose || mmc_debug) { in mmc_discover_cards()
1659 if (bootverbose || mmc_debug) in mmc_discover_cards()
1758 if (bootverbose || mmc_debug) in mmc_discover_cards()
1922 if (bootverbose || mmc_debug) in mmc_discover_cards()
1985 if (bootverbose || mmc_debug) in mmc_rescan_cards()
2015 if (bootverbose || mmc_debug) in mmc_delete_cards()
2050 if (bootverbose || mmc_debug) in mmc_go_discovery()
2054 if ((bootverbose || mmc_debug) && err == 0) in mmc_go_discovery()
2058 if (bootverbose || mmc_debug) in mmc_go_discovery()
2065 if (bootverbose || mmc_debug) in mmc_go_discovery()
2069 } else if (bootverbose || mmc_debug) in mmc_go_discovery()
2072 } else if (bootverbose || mmc_debug) in mmc_go_discovery()
2090 if (bootverbose || mmc_debug) in mmc_go_discovery()
2154 if (bootverbose || mmc_debug) { in mmc_calculate_clock()