Home
last modified time | relevance | path

Searched refs:lock_bit (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/mtd/spi-nor/
H A Dotp.c179 int ret, lock_bit; in spi_nor_otp_lock_sr2() local
181 lock_bit = spi_nor_otp_lock_bit_cr(region); in spi_nor_otp_lock_sr2()
182 if (lock_bit < 0) in spi_nor_otp_lock_sr2()
183 return lock_bit; in spi_nor_otp_lock_sr2()
190 if (cr[0] & lock_bit) in spi_nor_otp_lock_sr2()
193 cr[0] |= lock_bit; in spi_nor_otp_lock_sr2()
211 int ret, lock_bit; in spi_nor_otp_is_locked_sr2() local
213 lock_bit = spi_nor_otp_lock_bit_cr(region); in spi_nor_otp_is_locked_sr2()
214 if (lock_bit < 0) in spi_nor_otp_is_locked_sr2()
215 return lock_bit; in spi_nor_otp_is_locked_sr2()
[all...]
/linux/drivers/clk/qcom/
H A Dhfpll.c26 .lock_bit = 16,
44 .lock_bit = 16,
61 .lock_bit = 16,
78 .lock_bit = 16,
H A Dclk-hfpll.h19 u8 lock_bit; member
H A Dclk-hfpll.c85 !(val & BIT(hd->lock_bit)), 0, in __clk_hfpll_enable()
221 if (!(status & BIT(hd->lock_bit))) { in clk_hfpll_init()
/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.h113 * @lock_bit: Lock register bit.
165 s32 lock_bit:6; member
H A Dpinctrl-tegra124.c1738 .lock_bit = 7, \
1757 .lock_bit = -1, \
1795 .lock_bit = -1, \
H A Dpinctrl-tegra234.c1416 .lock_bit = -1, \
1430 .lock_bit = -1, \
H A Dpinctrl-tegra.c434 *bit = g->lock_bit; in tegra_pinconf_reg()
H A Dpinctrl-tegra114.c1569 .lock_bit = 7, \
1588 .lock_bit = -1, \
H A Dpinctrl-tegra194.c1315 .lock_bit = -1, \
1330 .lock_bit = -1, \
H A Dpinctrl-tegra30.c2130 .lock_bit = 7, \
2149 .lock_bit = -1, \
H A Dpinctrl-tegra20.c1991 .lock_bit = -1, \
/linux/drivers/iommu/
H A Dapple-dart.c170 u64 lock_bit; member
461 if (config & dart->hw->lock_bit) { in apple_dart_hw_reset()
1210 .lock_bit = DART_T8020_CONFIG_LOCK,
1236 .lock_bit = DART_T8020_CONFIG_LOCK,
1262 .lock_bit = DART_T8020_CONFIG_LOCK,
1287 .lock_bit = DART_T8110_PROTECT_TTBR_TCR,
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c371 u32 lock_bit; member
386 sfc_lock->lock_bit = GEN11_VCS_SFC_FORCED_LOCK_BIT; in get_sfc_forced_lock_data()
398 sfc_lock->lock_bit = GEN11_VECS_SFC_FORCED_LOCK_BIT; in get_sfc_forced_lock_data()
469 intel_uncore_rmw_fw(uncore, sfc_lock.lock_reg, 0, sfc_lock.lock_bit); in gen11_lock_sfc()
519 intel_uncore_rmw_fw(uncore, sfc_lock.lock_reg, sfc_lock.lock_bit, 0); in gen11_unlock_sfc()