Home
last modified time | relevance | path

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

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