Searched refs:clock_tick_psecs (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_nemc.c67 uint32_t clock_tick_psecs; member in struct:jz4780_nemc_softc
98 #define JZ4780_NEMC_NS_TO_TICKS(sc, val) howmany((val) * 1000, (sc)->clock_tick_psecs)
279 sc->clock_tick_psecs = (uint32_t)(1000000000000ULL / freq);

Completed in 112 milliseconds