Home
last modified time | relevance | path

Searched refs:policy_ctl_offset (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-bcm281xx.c278 .policy_ctl_offset = 0x0000000c,
297 .policy_ctl_offset = 0x0000000c,
321 .policy_ctl_offset = 0x0000000c,
H A Dclk-core.c303 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 Dclk-core.h424 unsigned long policy_ctl_offset; member
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-bcm235xx.c278 .policy_ctl_offset = 0x0000000c,
297 .policy_ctl_offset = 0x0000000c,
317 .policy_ctl_offset = 0x0000000c,
H A Dclk-core.c303 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 Dclk-core.h424 unsigned long policy_ctl_offset; member