Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mmc/
HDbridge.h122 bus_timing_mmc_hs400, bus_timing_mmc_hs400es, bus_timing_max = enumerator
HDmmc.c79 CTASSERT(bus_timing_max <= sizeof(uint32_t) * NBBY);
1574 for (timing = bus_timing_max; timing > bus_timing_normal; timing--) { in mmc_log_card()
2129 max_timing = bus_timing_max; in mmc_calculate_clock()