Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h147 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member
178 .status_bit = (_status_bit), \
190 .status_bit = (_status_bit), \
201 .status_bit = (_status_bit), \
212 .status_bit = (_status_bit), \
222 .status_bit = (_status_bit), \
H A Dclk-core.c139 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 1); in peri_clk_enable()
151 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 0); in peri_clk_enable()
349 if (!!(reg & (1 << cd->gate.status_bit)) == !!enable) in bus_clk_enable()
362 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, in bus_clk_enable()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h147 u32 status_bit; /* 0: gate is disabled; 0: gatge is enabled */ member
178 .status_bit = (_status_bit), \
190 .status_bit = (_status_bit), \
201 .status_bit = (_status_bit), \
212 .status_bit = (_status_bit), \
222 .status_bit = (_status_bit), \
H A Dclk-core.c139 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 1); in peri_clk_enable()
151 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, 0); in peri_clk_enable()
349 if (!!(reg & (1 << cd->gate.status_bit)) == !!enable) in bus_clk_enable()
362 ret = wait_bit(base, cd->gate.offset, cd->gate.status_bit, in bus_clk_enable()
/OK3568_Linux_fs/kernel/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), \
H A Dclk-kona.c367 bit_mask = 1 << gate->status_bit; in __is_clk_gate_enabled()
438 return __ccu_wait_bit(ccu, gate->offset, gate->status_bit, enabled); in __gate_commit()
H A Dclk-kona-setup.c256 if (!bit_posn_valid(gate->status_bit, "gate status", clock_name)) in gate_valid()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dreset-ti-syscon.c43 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-pll.h46 u8 status_bit; member
H A Da53-pll.c66 pll->status_bit = 16; in qcom_a53pll_probe()
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,
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 Dlcc-ipq806x.c33 .status_bit = 16,
H A Dclk-pll.c191 if (val & BIT(pll->status_bit)) in wait_for_pll()
H A Dlcc-msm8960.c33 .status_bit = 16,
H A Dlcc-mdm9615.c35 .status_bit = 16,
H A Dgcc-msm8916.c266 .status_bit = 17,
293 .status_bit = 17,
320 .status_bit = 17,
347 .status_bit = 17,
H A Dmmcc-msm8974.c186 .status_bit = 17,
213 .status_bit = 17,
255 .status_bit = 17,
H A Dgcc-msm8974.c64 .status_bit = 17,
127 .status_bit = 17,
154 .status_bit = 17,
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsunxi_mmc.c274 const uint32_t status_bit = reading ? SUNXI_MMC_STATUS_FIFO_EMPTY : in mmc_trans_data_by_cpu() local
287 while (readl(&priv->reg->status) & status_bit) { in mmc_trans_data_by_cpu()
/OK3568_Linux_fs/kernel/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

12