Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/c6x/platforms/
Dtimer64.c57 #define TGCR_TIMMODE_MASK 0x00c macro
104 val = soc_readl(&timer->tgcr) & ~TGCR_TIMMODE_MASK; in timer64_enable()