Searched refs:policy_ctl_offset (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
H A D | clk-bcm281xx.c | 278 .policy_ctl_offset = 0x0000000c, 297 .policy_ctl_offset = 0x0000000c, 321 .policy_ctl_offset = 0x0000000c,
|
H A D | clk-core.c | 303 reg = readl(base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 305 writel(reg, base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 308 ret = wait_bit(base, ccu_clk->policy_ctl_offset, 0, 0); in ccu_clk_enable()
|
H A D | clk-core.h | 424 unsigned long policy_ctl_offset; member
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
H A D | clk-bcm235xx.c | 278 .policy_ctl_offset = 0x0000000c, 297 .policy_ctl_offset = 0x0000000c, 317 .policy_ctl_offset = 0x0000000c,
|
H A D | clk-core.c | 303 reg = readl(base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 305 writel(reg, base + ccu_clk->policy_ctl_offset); in ccu_clk_enable() 308 ret = wait_bit(base, ccu_clk->policy_ctl_offset, 0, 0); in ccu_clk_enable()
|
H A D | clk-core.h | 424 unsigned long policy_ctl_offset; member
|