Lines Matching +full:0 +full:x278
14 #define AP_PLL_CON_5 0x014
15 #define ARMPLL_CON0 0x200
16 #define ARMPLL_CON1 0x204
17 #define ARMPLL_PWR_CON0 0x20c
18 #define MAINPLL_CON0 0x210
19 #define MAINPLL_CON1 0x214
20 #define MAINPLL_PWR_CON0 0x21c
21 #define UNIVPLL_CON0 0x220
22 #define UNIVPLL_CON1 0x224
23 #define UNIVPLL_PWR_CON0 0x22c
24 #define MMPLL_CON0 0x230
25 #define MMPLL_CON1 0x234
26 #define MMPLL_PWR_CON0 0x23c
27 #define MSDCPLL_CON0 0x240
28 #define MSDCPLL_CON1 0x244
29 #define MSDCPLL_PWR_CON0 0x24c
30 #define VENCPLL_CON0 0x250
31 #define VENCPLL_CON1 0x254
32 #define VENCPLL_PWR_CON0 0x25c
33 #define TVDPLL_CON0 0x260
34 #define TVDPLL_CON1 0x264
35 #define TVDPLL_PWR_CON0 0x26c
36 #define APLL1_CON0 0x270
37 #define APLL1_CON1 0x274
38 #define APLL1_CON2 0x278
39 #define APLL1_PWR_CON0 0x280
40 #define APLL2_CON0 0x284
41 #define APLL2_CON1 0x288
42 #define APLL2_CON2 0x28c
43 #define APLL2_PWR_CON0 0x294
69 …_APMIXED_ARMPLL, "armpll", ARMPLL_CON0, ARMPLL_PWR_CON0, 0x00000001, 0, ARMPLL_CON1, 24, 0, 0, 0, …
70 …AINPLL, "mainpll", MAINPLL_CON0, MAINPLL_PWR_CON0, 0xf0000101, CON0_RST_BAR, MAINPLL_CON1, 24, 0, …
71 …NIVPLL, "univpll", UNIVPLL_CON0, UNIVPLL_PWR_CON0, 0xfc000001, CON0_RST_BAR, UNIVPLL_CON1, 24, 0, …
72 …XED_MMPLL, "mmpll", MMPLL_CON0, MMPLL_PWR_CON0, 0x00000001, 0, MMPLL_CON1, 24, 0, 0, 0, MMPLL_CON1…
73 …L, "msdcpll", MSDCPLL_CON0, MSDCPLL_PWR_CON0, 0x00000001, 0, MSDCPLL_CON1, 24, 0, 0, 0, MSDCPLL_CO…
74 …ENCPLL, "vencpll", VENCPLL_CON0, VENCPLL_PWR_CON0, 0x00000001, CON0_RST_BAR, VENCPLL_CON1, 24, 0, …
75 …VDPLL, "tvdpll", TVDPLL_CON0, TVDPLL_PWR_CON0, 0x00000001, 0, TVDPLL_CON1, 24, 0, 0, 0, TVDPLL_CON…
76 … "apll1", APLL1_CON0, APLL1_PWR_CON0, 0x00000001, 0, APLL1_CON0, 4, APLL1_CON2, AP_PLL_CON_5, 0, A…
77 … "apll2", APLL2_CON0, APLL2_PWR_CON0, 0x00000001, 0, APLL2_CON0, 4, APLL2_CON2, AP_PLL_CON_5, 1, A…
83 struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in clk_mt6735_apmixed_probe()