Home
last modified time | relevance | path

Searched refs:status_bit (Results 1 – 25 of 30) sorted by relevance

12

/linux/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), \
H A Dclk-kona.c359 bit_mask = 1 << gate->status_bit; in __is_clk_gate_enabled()
430 return __ccu_wait_bit(ccu, gate->offset, gate->status_bit, enabled); in __gate_commit()
H A Dclk-kona-setup.c248 if (!bit_posn_valid(gate->status_bit, "gate status", clock_name)) in gate_valid()
/linux/drivers/input/misc/
H A Dpm8941-pwrkey.c59 unsigned int status_bit; member
167 sts &= pwrkey->data->status_bit; in pm8941_pwrkey_irq()
421 .status_bit = PON_KPDPWR_N_SET,
431 .status_bit = PON_RESIN_N_SET,
440 .status_bit = PON_GEN3_KPDPWR_N_SET,
449 .status_bit = PON_GEN3_RESIN_N_SET,
/linux/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()
/linux/drivers/reset/
H A Dreset-ti-syscon.c35 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()
/linux/drivers/clk/qcom/
H A Dclk-pll.h46 u8 status_bit; member
H A Da53-pll.c116 pll->status_bit = 16; in qcom_a53pll_probe()
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-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 Dlcc-ipq806x.c33 .status_bit = 16,
H A Dgcc-mdm9615.c54 .status_bit = 16,
96 .status_bit = 16,
125 .status_bit = 16,
H A Dclk-pll.c191 if (val & BIT(pll->status_bit)) in wait_for_pll()
H A Dlcc-msm8960.c36 .status_bit = 16,
H A Dgcc-msm8976.c62 .status_bit = 17,
95 .status_bit = 17,
131 .status_bit = 17,
179 .status_bit = 17,
210 .status_bit = 17,
H A Dgcc-mdm9607.c83 .status_bit = 17,
202 .status_bit = 17,
H A Dgcc-msm8916.c51 .status_bit = 17,
82 .status_bit = 17,
113 .status_bit = 17,
144 .status_bit = 17,
H A Dmmcc-msm8974.c51 .status_bit = 17,
82 .status_bit = 17,
130 .status_bit = 17,
H A Dgcc-msm8974.c42 .status_bit = 17,
73 .status_bit = 17,
162 .status_bit = 17,
H A Dmmcc-apq8084.c50 .status_bit = 17,
81 .status_bit = 17,
129 .status_bit = 17,
H A Dgcc-apq8084.c45 .status_bit = 17,
76 .status_bit = 17,
107 .status_bit = 17,
H A Dgcc-msm8960.c36 .status_bit = 16,
67 .status_bit = 16,
266 .status_bit = 16,
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dg84.c96 uint32_t thrs_reg, u8 status_bit, in g84_therm_threshold_hyst_emulation() argument
/linux/drivers/mmc/host/
H A Dsunplus-mmc.c185 static inline int spmmc_wait_sdstatus(struct spmmc_host *host, unsigned int status_bit) in spmmc_wait_sdstatus() argument
190 (status & status_bit), in spmmc_wait_sdstatus()
/linux/drivers/regulator/
H A Dda9121-regulator.c137 int status_bit; /* bit masks... */ member
645 bool now_cleared = !(status[reg_idx] & item->status_bit); in da9121_status_poll_on()

12