Lines Matching refs:mmc_debug
138 static int mmc_debug; variable
139 SYSCTL_INT(_hw_mmc, OID_AUTO, debug, CTLFLAG_RWTUN, &mmc_debug, 0,
367 if (bootverbose || mmc_debug) { in mmc_acquire_bus()
463 if (__predict_false(mmc_debug > 1)) { in mmc_wait_for_req()
476 if (__predict_false(mmc_debug > 2 || (mmc_debug > 0 && in mmc_wait_for_req()
505 if (__predict_false(mmc_debug > 1)) { in mmc_wait_for_request()
1598 if (bootverbose || mmc_debug) in mmc_discover_cards()
1620 if (bootverbose || mmc_debug) { in mmc_discover_cards()
1652 if (bootverbose || mmc_debug) in mmc_discover_cards()
1751 if (bootverbose || mmc_debug) in mmc_discover_cards()
1915 if (bootverbose || mmc_debug) in mmc_discover_cards()
1978 if (bootverbose || mmc_debug) in mmc_rescan_cards()
2008 if (bootverbose || mmc_debug) in mmc_delete_cards()
2043 if (bootverbose || mmc_debug) in mmc_go_discovery()
2047 if ((bootverbose || mmc_debug) && err == 0) in mmc_go_discovery()
2051 if (bootverbose || mmc_debug) in mmc_go_discovery()
2058 if (bootverbose || mmc_debug) in mmc_go_discovery()
2062 } else if (bootverbose || mmc_debug) in mmc_go_discovery()
2065 } else if (bootverbose || mmc_debug) in mmc_go_discovery()
2083 if (bootverbose || mmc_debug) in mmc_go_discovery()
2147 if (bootverbose || mmc_debug) { in mmc_calculate_clock()