Lines Matching refs:gate
1067 u8 gate; /* is it independently gateable? */ member
1093 { .shift = 0, .table = pll6_sata_tbl, .gate = 14 }, /* M, SATA */
1129 struct clk_gate *gate = NULL; in sunxi_divs_clk_setup() local
1176 if (data->div[i].gate) { in sunxi_divs_clk_setup()
1177 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in sunxi_divs_clk_setup()
1178 if (!gate) in sunxi_divs_clk_setup()
1181 gate->reg = reg; in sunxi_divs_clk_setup()
1182 gate->bit_idx = data->div[i].gate; in sunxi_divs_clk_setup()
1183 gate->lock = &clk_lock; in sunxi_divs_clk_setup()
1185 gate_hw = &gate->hw; in sunxi_divs_clk_setup()
1237 kfree(gate); in sunxi_divs_clk_setup()