/linux/drivers/clk/bcm/ |
H A D | clk-kona.h | 123 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 D | clk-kona.c | 359 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 D | clk-kona-setup.c | 248 if (!bit_posn_valid(gate->status_bit, "gate status", clock_name)) in gate_valid()
|
/linux/drivers/input/misc/ |
H A D | pm8941-pwrkey.c | 59 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 D | maxim_thermocouple.c | 102 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 D | reset-ti-syscon.c | 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()
|
/linux/drivers/clk/qcom/ |
H A D | clk-pll.h | 46 u8 status_bit; member
|
H A D | a53-pll.c | 116 pll->status_bit = 16; in qcom_a53pll_probe()
|
H A D | gcc-msm8939.c | 59 .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 D | gcc-ipq806x.c | 39 .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 D | lcc-ipq806x.c | 33 .status_bit = 16,
|
H A D | gcc-mdm9615.c | 54 .status_bit = 16, 96 .status_bit = 16, 125 .status_bit = 16,
|
H A D | clk-pll.c | 191 if (val & BIT(pll->status_bit)) in wait_for_pll()
|
H A D | lcc-msm8960.c | 36 .status_bit = 16,
|
H A D | gcc-msm8976.c | 62 .status_bit = 17, 95 .status_bit = 17, 131 .status_bit = 17, 179 .status_bit = 17, 210 .status_bit = 17,
|
H A D | gcc-mdm9607.c | 83 .status_bit = 17, 202 .status_bit = 17,
|
H A D | gcc-msm8916.c | 51 .status_bit = 17, 82 .status_bit = 17, 113 .status_bit = 17, 144 .status_bit = 17,
|
H A D | mmcc-msm8974.c | 51 .status_bit = 17, 82 .status_bit = 17, 130 .status_bit = 17,
|
H A D | gcc-msm8974.c | 42 .status_bit = 17, 73 .status_bit = 17, 162 .status_bit = 17,
|
H A D | mmcc-apq8084.c | 50 .status_bit = 17, 81 .status_bit = 17, 129 .status_bit = 17,
|
H A D | gcc-apq8084.c | 45 .status_bit = 17, 76 .status_bit = 17, 107 .status_bit = 17,
|
H A D | gcc-msm8960.c | 36 .status_bit = 16, 67 .status_bit = 16, 266 .status_bit = 16,
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | g84.c | 96 uint32_t thrs_reg, u8 status_bit, in g84_therm_threshold_hyst_emulation() argument
|
/linux/drivers/mmc/host/ |
H A D | sunplus-mmc.c | 185 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 D | da9121-regulator.c | 137 int status_bit; /* bit masks... */ member 645 bool now_cleared = !(status[reg_idx] & item->status_bit); in da9121_status_poll_on()
|