Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/mips/ingenic/
HDjz4780_timer.c205 CSR_WRITE_4(sc, JZ_TC_TCSR(5), TCSR_EXT_EN | TCSR_DIV_16); in jz4780_timer_attach()
HDjz4780_regs.h101 #define JZ_TC_TCSR(n) (0x0000004c + (n * 0x10)) macro