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

12

/linux-master/drivers/reset/
H A Dreset-ti-syscon.c26 * @status_bit: reset status bit in the reset status register
35 unsigned int status_bit; member in struct:ti_syscon_reset_control
149 return !(reset_state & BIT(control->status_bit)) ==
195 controls[i].status_bit = be32_to_cpup(list++);
/linux-master/drivers/clk/bcm/
H A Dclk-kona.h123 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member in struct:bcm_clk_gate
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;
430 return __ccu_wait_bit(ccu, gate->offset, gate->status_bit, enabled);
H A Dclk-kona-setup.c248 if (!bit_posn_valid(gate->status_bit, "gate status", clock_name))
/linux-master/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 in struct:clk_pll
H A Da53-pll.c116 pll->status_bit = 16;
H A Dclk-pll.c191 if (val & BIT(pll->status_bit))
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-mdm9615.c54 .status_bit = 16,
96 .status_bit = 16,
125 .status_bit = 16,
H A Dlcc-msm8960.c36 .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-msm8916.c51 .status_bit = 17,
82 .status_bit = 17,
113 .status_bit = 17,
144 .status_bit = 17,
H A Dgcc-mdm9607.c83 .status_bit = 17,
202 .status_bit = 17,
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-msm8974.c42 .status_bit = 17,
73 .status_bit = 17,
162 .status_bit = 17,
H A Dmmcc-msm8974.c51 .status_bit = 17,
82 .status_bit = 17,
130 .status_bit = 17,
H A Dmmcc-apq8084.c50 .status_bit = 17,
81 .status_bit = 17,
129 .status_bit = 17,
H A Dmmcc-msm8960.c51 .status_bit = 16,
69 .status_bit = 16,
H A Dgcc-apq8084.c45 .status_bit = 17,
76 .status_bit = 17,
107 .status_bit = 17,
/linux-master/drivers/iio/temperature/
H A Dmaxim_thermocouple.c102 u32 status_bit; member in struct:maxim_thermocouple_chip
110 .status_bit = BIT(2),
117 .status_bit = BIT(16),
155 if (*val & data->chip->status_bit)
/linux-master/drivers/input/misc/
H A Dpm8941-pwrkey.c59 unsigned int status_bit; member in struct:pm8941_data
167 sts &= pwrkey->data->status_bit;
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-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dg84.c96 uint32_t thrs_reg, u8 status_bit,
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) argument
/linux-master/drivers/mmc/host/
H A Dsunplus-mmc.c185 static inline int spmmc_wait_sdstatus(struct spmmc_host *host, unsigned int status_bit) argument
190 (status & status_bit),
/linux-master/drivers/regulator/
H A Dda9121-regulator.c137 int status_bit; /* bit masks... */ member in struct:status_event_data
645 bool now_cleared = !(status[reg_idx] & item->status_bit);

Completed in 423 milliseconds

12