Home
last modified time | relevance | path

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

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