Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_cru.h13 #define CRU_REG(x) ((x) + 0xc0000) macro
15 #define CRU_CPLL_CON0 CRU_REG(0x0000)
25 #define CRU_CPLL_CON1 CRU_REG(0x0004)
38 #define CRU_CPLL_CON2 CRU_REG(0x0008)
42 #define CRU_CPLL_CON3 CRU_REG(0x000c)
43 #define CRU_CPLL_CON4 CRU_REG(0x0010)
44 #define CRU_GPLL_CON0 CRU_REG(0x0020)
45 #define CRU_GPLL_CON1 CRU_REG(0x0024)
46 #define CRU_GPLL_CON2 CRU_REG(0x0028)
47 #define CRU_GPLL_CON3 CRU_REG(0x002c)
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_cru.h13 #define CRU_REG(x) ((x) + 0xc0000) macro
15 #define CRU_CPLL_CON0 CRU_REG(0x0000)
25 #define CRU_CPLL_CON1 CRU_REG(0x0004)
38 #define CRU_CPLL_CON2 CRU_REG(0x0008)
42 #define CRU_CPLL_CON3 CRU_REG(0x000c)
43 #define CRU_CPLL_CON4 CRU_REG(0x0010)
44 #define CRU_GPLL_CON0 CRU_REG(0x0020)
45 #define CRU_GPLL_CON1 CRU_REG(0x0024)
46 #define CRU_GPLL_CON2 CRU_REG(0x0028)
47 #define CRU_GPLL_CON3 CRU_REG(0x002c)
[all …]
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Drk630.h90 #define CRU_REG(x) ((x) + 0x140000) macro
91 #define CRU_SPLL_CON0 CRU_REG(0x0000)
96 #define CRU_SPLL_CON1 CRU_REG(0x0004)
104 #define CRU_SPLL_CON2 CRU_REG(0x0008)
105 #define CRU_MODE_CON CRU_REG(0x0020)
108 #define CRU_CLKSEL_CON0 CRU_REG(0x0030)
109 #define CRU_CLKSEL_CON1 CRU_REG(0x0034)
112 #define CRU_CLKSEL_CON2 CRU_REG(0x0038)
113 #define CRU_CLKSEL_CON3 CRU_REG(0x003c)
114 #define CRU_GATE_CON0 CRU_REG(0x0040)
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Drk630.c39 ret = regmap_write(rk630->cru, CRU_REG(0x50), val); in rk630_macphy_enable()
47 ret = regmap_write(rk630->cru, CRU_REG(0x50), val); in rk630_macphy_enable()