Searched refs:status_bit (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/drivers/clk/qcom/
H A Dclk-pll.h43 * @status_bit: ANDed with @status_reg to determine if PLL is enabled
54 u8 status_bit; member in struct:clk_pll
H A Dclk-pll.c204 if (val & BIT(pll->status_bit)) wait_for_pll()
H A Dgcc-ipq806x.c42 .status_bit = 16,
69 .status_bit = 16,
96 .status_bit = 16,
123 .status_bit = 16,
H A Dlcc-ipq806x.c41 .status_bit = 16,
H A Dgcc-msm8916.c202 .status_bit = 17,
229 .status_bit = 17,
256 .status_bit = 17,
283 .status_bit = 17,
H A Dlcc-msm8960.c41 .status_bit = 16,
H A Dgcc-msm8974.c73 .status_bit = 17,
136 .status_bit = 17,
163 .status_bit = 17,
H A Dmmcc-msm8974.c195 .status_bit = 17,
222 .status_bit = 17,
264 .status_bit = 17,
H A Dgcc-apq8084.c117 .status_bit = 17,
180 .status_bit = 17,
207 .status_bit = 17,
H A Dgcc-msm8960.c42 .status_bit = 16,
69 .status_bit = 16,
96 .status_bit = 16,
H A Dmmcc-apq8084.c230 .status_bit = 17,
257 .status_bit = 17,
299 .status_bit = 17,
H A Dmmcc-msm8960.c94 .status_bit = 16,
110 .status_bit = 16,
H A Dgcc-msm8660.c42 .status_bit = 16,
/linux-4.1.27/drivers/clk/bcm/
H A Dclk-kona.h131 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member in struct:bcm_clk_gate
162 .status_bit = (_status_bit), \
174 .status_bit = (_status_bit), \
185 .status_bit = (_status_bit), \
196 .status_bit = (_status_bit), \
206 .status_bit = (_status_bit), \
H A Dclk-kona.c365 bit_mask = 1 << gate->status_bit; __is_clk_gate_enabled()
436 return __ccu_wait_bit(ccu, gate->offset, gate->status_bit, enabled); __gate_commit()
H A Dclk-kona-setup.c258 if (!bit_posn_valid(gate->status_bit, "gate status", clock_name)) gate_valid()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dcm2xxx.c140 static int _omap2xxx_apll_enable(u8 enable_bit, u8 status_bit) _omap2xxx_apll_enable() argument
153 omap2xxx_cm_wait_module_ready(0, PLL_MOD, 1, status_bit); _omap2xxx_apll_enable()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dg84.c96 uint32_t thrs_reg, u8 status_bit, g84_therm_threshold_hyst_emulation()
95 g84_therm_threshold_hyst_emulation(struct nvkm_therm *therm, uint32_t thrs_reg, u8 status_bit, const struct nvbios_therm_threshold *thrs, enum nvkm_therm_thrs thrs_name) g84_therm_threshold_hyst_emulation() argument

Completed in 400 milliseconds