Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/ingenic/
H A Djz4780_nemc.c67 uint32_t clock_tick_psecs; member
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); in jz4780_nemc_attach()