Searched refs:gate_cfg (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | display2.h | 17 u32 gate_cfg; member
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 336 struct gate_cfg { struct 364 struct gate_cfg *gate; 393 struct gate_cfg *gate_cfg = cfg->cfg; in _clk_hw_register_gate() local 399 gate_cfg->reg_off + base, in _clk_hw_register_gate() 400 gate_cfg->bit_idx, in _clk_hw_register_gate() 401 gate_cfg->gate_flags, in _clk_hw_register_gate() 1172 .cfg = &(struct gate_cfg) {\ 1284 &(struct gate_cfg) {\ 1512 &(struct gate_cfg) {\
|
H A D | clk-stm32h7.c | 251 struct gate_cfg { struct 263 struct gate_cfg *gate; argument 942 .gate = &(struct gate_cfg) {_gate_offset, _bit_idx },\ 1068 .gate = &(struct gate_cfg) {_gate_offset, _bit_idx},\ 1085 .gate = &(struct gate_cfg) {_gate_offset, _bit_idx},\
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_de2.c | 91 setbits_le32(&de_clk_regs->gate_cfg, BIT(mux)); in sunxi_de2_mode_set()
|