Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-kona.h131 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member
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), \
/kernel/linux/linux-6.6/drivers/clk/bcm/
H A Dclk-kona.h123 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member
154 .status_bit = (_status_bit), \
166 .status_bit = (_status_bit), \
177 .status_bit = (_status_bit), \
188 .status_bit = (_status_bit), \
198 .status_bit = (_status_bit), \
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dmaxim_thermocouple.c103 u32 status_bit; member
111 .status_bit = BIT(2),
118 .status_bit = BIT(16),
156 if (*val & data->chip->status_bit) in maxim_thermocouple_read()
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dmaxim_thermocouple.c102 u32 status_bit; member
110 .status_bit = BIT(2),
117 .status_bit = BIT(16),
155 if (*val & data->chip->status_bit) in maxim_thermocouple_read()
/kernel/linux/linux-5.10/drivers/reset/
H A Dreset-ti-syscon.c34 * @status_bit: reset status bit in the reset status register
43 unsigned int status_bit; member
157 return !(reset_state & BIT(control->status_bit)) == in ti_syscon_reset_status()
203 controls[i].status_bit = be32_to_cpup(list++); in ti_syscon_reset_probe()
/kernel/linux/linux-6.6/drivers/reset/
H A Dreset-ti-syscon.c26 * @status_bit: reset status bit in the reset status register
35 unsigned int status_bit; member
149 return !(reset_state & BIT(control->status_bit)) == in ti_syscon_reset_status()
195 controls[i].status_bit = be32_to_cpup(list++); in ti_syscon_reset_probe()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dpm8941-pwrkey.c59 unsigned int status_bit; member
167 sts &= pwrkey->data->status_bit; in pm8941_pwrkey_irq()
423 .status_bit = PON_KPDPWR_N_SET,
433 .status_bit = PON_RESIN_N_SET,
442 .status_bit = PON_GEN3_KPDPWR_N_SET,
451 .status_bit = PON_GEN3_RESIN_N_SET,
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dpm8941-pwrkey.c42 unsigned int status_bit; member
130 sts & pwrkey->data->status_bit); in pm8941_pwrkey_irq()
299 .status_bit = PON_KPDPWR_N_SET,
304 .status_bit = PON_RESIN_N_SET,
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-pll.h35 * @status_bit: ANDed with @status_reg to determine if PLL is enabled
46 u8 status_bit; member
H A Da53-pll.c66 pll->status_bit = 16; in qcom_a53pll_probe()
H A Dgcc-ipq806x.c35 .status_bit = 16,
62 .status_bit = 16,
89 .status_bit = 16,
194 .status_bit = 16,
235 .status_bit = 16,
H A Dclk-pll.c191 if (val & BIT(pll->status_bit)) in wait_for_pll()
H A Dlcc-ipq806x.c33 .status_bit = 16,
H A Dgcc-msm8939.c60 .status_bit = 17,
91 .status_bit = 17,
122 .status_bit = 17,
153 .status_bit = 17,
184 .status_bit = 17,
231 .status_bit = 17,
277 .status_bit = 17,
308 .status_bit = 17,
H A Dgcc-mdm9615.c47 .status_bit = 16,
85 .status_bit = 16,
112 .status_bit = 16,
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-pll.h35 * @status_bit: ANDed with @status_reg to determine if PLL is enabled
46 u8 status_bit; member
H A Da53-pll.c116 pll->status_bit = 16; in qcom_a53pll_probe()
H A Dclk-pll.c191 if (val & BIT(pll->status_bit)) in wait_for_pll()
H A Dlcc-ipq806x.c33 .status_bit = 16,
H A Dgcc-ipq806x.c39 .status_bit = 16,
68 .status_bit = 16,
97 .status_bit = 16,
204 .status_bit = 16,
249 .status_bit = 16,
268 .status_bit = 16,
H A Dgcc-msm8939.c59 .status_bit = 17,
90 .status_bit = 17,
121 .status_bit = 17,
152 .status_bit = 17,
183 .status_bit = 17,
230 .status_bit = 17,
276 .status_bit = 17,
307 .status_bit = 17,
H A Dgcc-mdm9615.c54 .status_bit = 16,
96 .status_bit = 16,
125 .status_bit = 16,
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcm2xxx.c137 static int _omap2xxx_apll_enable(u8 enable_bit, u8 status_bit) in _omap2xxx_apll_enable() argument
150 omap2xxx_cm_wait_module_ready(0, PLL_MOD, 1, status_bit); in _omap2xxx_apll_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dg84.c96 uint32_t thrs_reg, u8 status_bit, in 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
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dg84.c96 uint32_t thrs_reg, u8 status_bit, in 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 22 milliseconds

123