Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/zte/
Dclk-zx296702.c17 static void __iomem *topcrm_base; variable
29 #define CLK_MUX (topcrm_base + 0x04)
30 #define CLK_DIV (topcrm_base + 0x08)
31 #define CLK_EN0 (topcrm_base + 0x0c)
32 #define CLK_EN1 (topcrm_base + 0x10)
33 #define VOU_LOCAL_CLKEN (topcrm_base + 0x68)
34 #define VOU_LOCAL_CLKSEL (topcrm_base + 0x70)
35 #define VOU_LOCAL_DIV2_SET (topcrm_base + 0x74)
36 #define CLK_MUX1 (topcrm_base + 0x8c)
233 topcrm_base = of_iomap(np, 0); in zx296702_top_clocks_init()
[all …]