Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dtlclk.c135 #define TLCLK_BASE 0xa08 macro
136 #define TLCLK_REG0 TLCLK_BASE
137 #define TLCLK_REG1 (TLCLK_BASE+1)
138 #define TLCLK_REG2 (TLCLK_BASE+2)
139 #define TLCLK_REG3 (TLCLK_BASE+3)
140 #define TLCLK_REG4 (TLCLK_BASE+4)
141 #define TLCLK_REG5 (TLCLK_BASE+5)
142 #define TLCLK_REG6 (TLCLK_BASE+6)
143 #define TLCLK_REG7 (TLCLK_BASE+7)
796 if (!request_region(TLCLK_BASE, 8, "telco_clock")) { in tlclk_init()
[all …]