Lines Matching refs:gate
432 struct clk_gate gate;
464 rpc->gate.reg = base + CPG_RPCCKCR;
465 rpc->gate.bit_idx = 8;
466 rpc->gate.flags = CLK_GATE_SET_TO_DISABLE;
467 rpc->gate.lock = &cpg_lock;
473 &rpc->gate.hw, &clk_gate_ops,
486 struct clk_gate gate;
503 rpcd2->gate.reg = base + CPG_RPCCKCR;
504 rpcd2->gate.bit_idx = 9;
505 rpcd2->gate.flags = CLK_GATE_SET_TO_DISABLE;
506 rpcd2->gate.lock = &cpg_lock;
510 &rpcd2->gate.hw, &clk_gate_ops,