Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/testing/selftests/user_events/
A Dftrace_test.c27 return status_page[status_bit >> 3] & (1 << (status_bit & 7)); in status_check()
205 ASSERT_NE(0, reg.status_bit); in TEST_F()
210 ASSERT_NE(0, reg.status_bit); in TEST_F()
220 ASSERT_EQ(0, status_check(status_page, reg.status_bit)); in TEST_F()
224 ASSERT_NE(0, status_check(status_page, reg.status_bit)); in TEST_F()
228 ASSERT_EQ(0, status_check(status_page, reg.status_bit)); in TEST_F()
270 ASSERT_NE(0, reg.status_bit); in TEST_F()
275 ASSERT_EQ(0, status_check(status_page, reg.status_bit)); in TEST_F()
290 ASSERT_NE(0, status_check(status_page, reg.status_bit)); in TEST_F()
319 ASSERT_NE(0, reg.status_bit); in TEST_F()
[all …]
A Dperf_test.c38 static inline int status_check(char *status_page, int status_bit) in status_check() argument
40 return status_page[status_bit >> 3] & (1 << (status_bit & 7)); in status_check()
128 ASSERT_NE(0, reg.status_bit); in TEST_F()
129 ASSERT_EQ(0, status_check(status_page, reg.status_bit)); in TEST_F()
152 ASSERT_NE(0, status_check(status_page, reg.status_bit)); in TEST_F()
/linux-6.3-rc2/drivers/clk/bcm/
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), \
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()
/linux-6.3-rc2/drivers/input/misc/
A Dpm8941-pwrkey.c57 unsigned int status_bit; member
165 sts &= pwrkey->data->status_bit; in pm8941_pwrkey_irq()
413 .status_bit = PON_KPDPWR_N_SET,
423 .status_bit = PON_RESIN_N_SET,
432 .status_bit = PON_GEN3_KPDPWR_N_SET,
441 .status_bit = PON_GEN3_RESIN_N_SET,
/linux-6.3-rc2/drivers/iio/temperature/
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-6.3-rc2/samples/user_events/
A Dexample.c55 *index = reg.status_bit / __BITS_PER_LONG; in event_reg()
56 *mask = endian_swap(1L << (reg.status_bit % __BITS_PER_LONG)); in event_reg()
/linux-6.3-rc2/drivers/reset/
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-6.3-rc2/Documentation/trace/
A Duser_events.rst46 u32 status_bit;
115 file is given back after the register ioctl() via user_reg.status_bit. The bit
124 For example, if the register ioctl() gives back a status_bit of 3 you would
133 index = status_bit / 8;
134 mask = 1 << (status_bit % 8);
155 index = status_bit / __BITS_PER_LONG;
156 mask = 1L << (status_bit % __BITS_PER_LONG);
/linux-6.3-rc2/include/linux/
A Duser_events.h40 __u32 status_bit; member
/linux-6.3-rc2/drivers/clk/qcom/
A Dclk-pll.h46 u8 status_bit; member
A Da53-pll.c116 pll->status_bit = 16; in qcom_a53pll_probe()
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,
A Dgcc-mdm9615.c47 .status_bit = 16,
85 .status_bit = 16,
112 .status_bit = 16,
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,
A Dlcc-ipq806x.c34 .status_bit = 16,
A Dclk-pll.c191 if (val & BIT(pll->status_bit)) in wait_for_pll()
A Dlcc-msm8960.c33 .status_bit = 16,
A Dlcc-mdm9615.c35 .status_bit = 16,
A Dgcc-msm8976.c62 .status_bit = 17,
95 .status_bit = 17,
131 .status_bit = 17,
179 .status_bit = 17,
210 .status_bit = 17,
A Dgcc-mdm9607.c84 .status_bit = 17,
203 .status_bit = 17,
A Dgcc-msm8916.c52 .status_bit = 17,
83 .status_bit = 17,
114 .status_bit = 17,
145 .status_bit = 17,
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
A Dg84.c96 uint32_t thrs_reg, u8 status_bit, in g84_therm_threshold_hyst_emulation() argument
/linux-6.3-rc2/drivers/regulator/
A Dda9121-regulator.c138 int status_bit; /* bit masks... */ member
646 bool now_cleared = !(status[reg_idx] & item->status_bit); in da9121_status_poll_on()
/linux-6.3-rc2/drivers/mmc/host/
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()

Completed in 149 milliseconds

12