Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/dts/
H A Dhi6220.dtsi146 sys_ctrl: sys_ctrl@f7030000 { label
169 clocks = <&sys_ctrl 2>, <&sys_ctrl 1>;
178 clocks = <&sys_ctrl 4>, <&sys_ctrl 3>;
198 clocks = <&sys_ctrl HI6220_UART1_PCLK>,
199 <&sys_ctrl HI6220_UART1_PCLK>;
209 clocks = <&sys_ctrl HI6220_UART2_PCLK>,
210 <&sys_ctrl HI6220_UART2_PCLK>;
220 clocks = <&sys_ctrl HI6220_UART3_PCLK>,
221 <&sys_ctrl HI6220_UART3_PCLK>;
230 clocks = <&sys_ctrl HI6220_UART4_PCLK>,
[all …]
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_vop.c108 clrbits_le32(&regs->sys_ctrl, V_STANDBY_EN(1)); in rkvop_enable_output()
112 clrsetbits_le32(&regs->sys_ctrl, M_ALL_OUT_EN, in rkvop_enable_output()
117 clrsetbits_le32(&regs->sys_ctrl, M_ALL_OUT_EN, in rkvop_enable_output()
122 clrsetbits_le32(&regs->sys_ctrl, M_ALL_OUT_EN, in rkvop_enable_output()
127 clrsetbits_le32(&regs->sys_ctrl, M_ALL_OUT_EN, in rkvop_enable_output()
H A Drk3288_vop.c77 setbits_le32(&regs->sys_ctrl, V_STANDBY_EN(1)); in rk_vop_remove()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dimmap_5272.h33 typedef struct sys_ctrl { struct
H A Dimmap_5275.h63 typedef struct sys_ctrl { struct
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dvop_rk3288.h13 u32 sys_ctrl; member