Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mmc/
HDbridge.h118 bus_timing_mmc_hs400, bus_timing_mmc_hs400es, bus_timing_max = enumerator
HDmmc.c80 CTASSERT(bus_timing_max <= sizeof(uint32_t) * NBBY);
1567 for (timing = bus_timing_max; timing > bus_timing_normal; timing--) { in mmc_log_card()
2122 max_timing = bus_timing_max; in mmc_calculate_clock()