Lines Matching +full:0 +full:x28
59 CCU_RESET(RST_APB0_IR, 0xb0, 1)
60 CCU_RESET(RST_APB0_TIMER, 0xb0, 2)
61 CCU_RESET(RST_APB0_RSB, 0xb0, 3)
62 CCU_RESET(RST_APB0_UART, 0xb0, 4)
63 CCU_RESET(RST_APB0_I2C, 0xb0, 6)
67 CCU_GATE(CLK_APB0_PIO, "apb0-pio", "apb0", 0x28, 0)
68 CCU_GATE(CLK_APB0_IR, "apb0-ir", "apb0", 0x28, 1)
69 CCU_GATE(CLK_APB0_TIMER, "apb0-timer", "apb0", 0x28, 2)
70 CCU_GATE(CLK_APB0_RSB, "apb0-rsb", "apb0", 0x28, 3)
71 CCU_GATE(CLK_APB0_UART, "apb0-uart", "apb0", 0x28, 4)
72 CCU_GATE(CLK_APB0_I2C, "apb0-i2c", "apb0", 0x28, 6)
73 CCU_GATE(CLK_APB0_TWD, "apb0-twd", "apb0", 0x28, 7)
80 0x00, /* offset */
82 4, 2, 0, AW_CLK_FACTOR_POWER_OF_TWO, /* div */
83 8, 5, 0, AW_CLK_FACTOR_HAS_COND, /* prediv */
87 0x00, /* offset */
89 4, 2, 0, AW_CLK_FACTOR_POWER_OF_TWO, /* div */
90 8, 5, 0, AW_CLK_FACTOR_HAS_COND, /* prediv */
98 0, /* freq */
101 0); /* flags */
107 0x0c, /* offset */
108 0, 2, /* shift, width */
109 0, NULL); /* flags, div table */
115 0x54, /* offset */
116 0, 4, 0, 0, /* N factor */
117 16, 2, 0, 0, /* M factor */
130 .offset = 0x54,
131 .n = {.shift = 0, .width = 4, .flags = AW_CLK_FACTOR_POWER_OF_TWO, },
136 .cond_value = 0,
165 { NULL, 0},
175 if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0) in ccu_sun8i_r_probe()
210 EARLY_DRIVER_MODULE(ccu_sun8i_r, simplebus, ccu_sun8i_r_driver, 0, 0,
255 EARLY_DRIVER_MODULE(ccu_a83t_r, simplebus, ccu_a83t_r_driver, 0, 0,