Searched refs:gate_cfg (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clk/cix/ |
| H A D | clk-sky1-audss.c | 154 struct gate_cfg { struct 168 struct gate_cfg *gate_cfg; argument 188 .gate_cfg = &(struct gate_cfg) { _gate_offset, _gate_shift, _gate_flags },\ 813 struct gate_cfg *gate_cfg, in sky1_audss_clk_register() argument 865 if (gate_cfg->offset >= 0) { in sky1_audss_clk_register() 871 sky1_gate->gate.bit_idx = gate_cfg->shift; in sky1_audss_clk_register() 872 sky1_gate->gate.flags = gate_cfg->flags; in sky1_audss_clk_register() 876 sky1_gate->offset = gate_cfg->offset; in sky1_audss_clk_register() 1090 devtype_data->clk_cfg[i].gate_cfg, in sky1_audss_clk_probe()
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp1.c | 340 struct gate_cfg { struct 368 struct gate_cfg *gate; 397 struct gate_cfg *gate_cfg = cfg->cfg; in _clk_hw_register_gate() local 403 gate_cfg->reg_off + base, in _clk_hw_register_gate() 404 gate_cfg->bit_idx, in _clk_hw_register_gate() 405 gate_cfg->gate_flags, in _clk_hw_register_gate() 1179 .cfg = &(struct gate_cfg) {\ 1291 &(struct gate_cfg) {\ 1519 &(struct gate_cfg) {\
|
| /linux/drivers/clk/ |
| 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},\
|