Searched refs:policy_ctl_offset (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-bcm281xx.c | 279 .policy_ctl_offset = 0x0000000c, 298 .policy_ctl_offset = 0x0000000c, 322 .policy_ctl_offset = 0x0000000c,
|
| H A D | clk-core.c | 304 reg = readl(base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 306 writel(reg, base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 309 ret = wait_bit(base, ccu_clk->policy_ctl_offset, 0, 0); in ccu_clk_enable()
|
| H A D | clk-core.h | 425 unsigned long policy_ctl_offset; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-bcm235xx.c | 279 .policy_ctl_offset = 0x0000000c, 298 .policy_ctl_offset = 0x0000000c, 318 .policy_ctl_offset = 0x0000000c,
|
| H A D | clk-core.c | 304 reg = readl(base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 306 writel(reg, base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 309 ret = wait_bit(base, ccu_clk->policy_ctl_offset, 0, 0); in ccu_clk_enable()
|
| H A D | clk-core.h | 425 unsigned long policy_ctl_offset; member
|