Lines Matching refs:gate
921 u8 gate; /* is it independently gateable? */ member
947 { .shift = 0, .table = pll6_sata_tbl, .gate = 14 }, /* M, SATA */
983 struct clk_gate *gate = NULL; in sunxi_divs_clk_setup() local
1030 if (data->div[i].gate) { in sunxi_divs_clk_setup()
1031 gate = kzalloc(sizeof(*gate), GFP_KERNEL); in sunxi_divs_clk_setup()
1032 if (!gate) in sunxi_divs_clk_setup()
1035 gate->reg = reg; in sunxi_divs_clk_setup()
1036 gate->bit_idx = data->div[i].gate; in sunxi_divs_clk_setup()
1037 gate->lock = &clk_lock; in sunxi_divs_clk_setup()
1039 gate_hw = &gate->hw; in sunxi_divs_clk_setup()
1091 kfree(gate); in sunxi_divs_clk_setup()