Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-nxp-pit.c32 #define PITTCTRL_TEN BIT(0) macro
83 u32 val = PITTCTRL_TEN | (tie ? PITTCTRL_TIE : 0); in pit_timer_enable()