Home
last modified time | relevance | path

Searched refs:gate_cfg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32mp1.c328 struct gate_cfg { struct
356 struct gate_cfg *gate;
385 struct gate_cfg *gate_cfg = cfg->cfg; in _clk_hw_register_gate() local
391 gate_cfg->reg_off + base, in _clk_hw_register_gate()
392 gate_cfg->bit_idx, in _clk_hw_register_gate()
393 gate_cfg->gate_flags, in _clk_hw_register_gate()
1098 .cfg = &(struct gate_cfg) {\
1198 &(struct gate_cfg) {\
1415 &(struct gate_cfg) {\
H A Dclk-stm32h7.c251 struct gate_cfg { struct
263 struct gate_cfg *gate; argument
943 .gate = &(struct gate_cfg) {_gate_offset, _bit_idx },\
1069 .gate = &(struct gate_cfg) {_gate_offset, _bit_idx},\
1086 .gate = &(struct gate_cfg) {_gate_offset, _bit_idx},\
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay2.h18 u32 gate_cfg; member
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c88 setbits_le32(&de_clk_regs->gate_cfg, BIT(mux)); in sunxi_de2_mode_set()