gate_bit           30 drivers/clk/imx/clk-pfdv2.c 	u8		gate_bit;
gate_bit           59 drivers/clk/imx/clk-pfdv2.c 	val &= ~(1 << pfd->gate_bit);
gate_bit           74 drivers/clk/imx/clk-pfdv2.c 	val |= (1 << pfd->gate_bit);
gate_bit          127 drivers/clk/imx/clk-pfdv2.c 	if (readl_relaxed(pfd->reg) & (1 << pfd->gate_bit))
gate_bit          184 drivers/clk/imx/clk-pfdv2.c 	pfd->gate_bit = (idx + 1) * 8 - 1;
gate_bit          185 drivers/clk/imx/clk-pfdv2.c 	pfd->vld_bit = pfd->gate_bit - 1;
gate_bit           38 drivers/clk/ingenic/tcu.c 	u8 gate_bit;
gate_bit           70 drivers/clk/ingenic/tcu.c 	regmap_write(tcu->map, TCU_REG_TSCR, BIT(info->gate_bit));
gate_bit           81 drivers/clk/ingenic/tcu.c 	regmap_write(tcu->map, TCU_REG_TSSR, BIT(info->gate_bit));
gate_bit           92 drivers/clk/ingenic/tcu.c 	return !(value & BIT(info->gate_bit));
gate_bit          110 drivers/clk/ingenic/tcu.c 		regmap_write(tcu->map, TCU_REG_TSCR, BIT(info->gate_bit));
gate_bit          123 drivers/clk/ingenic/tcu.c 		regmap_write(tcu->map, TCU_REG_TSSR, BIT(info->gate_bit));
gate_bit          249 drivers/clk/ingenic/tcu.c 		.gate_bit = _gate_bit,					\
gate_bit          253 drivers/clk/sirf/clk-atlas7.c 	u8 gate_bit;
gate_bit         1650 drivers/clk/sirf/clk-atlas7.c 				div->gate_bit, 0, div->lock);
gate_bit          588 drivers/clk/ti/adpll.c 				int output_index, int gate_bit,
gate_bit          627 drivers/clk/ti/adpll.c 	if (gate_bit) {
gate_bit          630 drivers/clk/ti/adpll.c 		co->gate.bit_idx = gate_bit;