Searched refs:lock_bit (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/mtd/spi-nor/ |
D | otp.c | 178 int ret, lock_bit; in spi_nor_otp_lock_sr2() local 180 lock_bit = spi_nor_otp_lock_bit_cr(region); in spi_nor_otp_lock_sr2() 181 if (lock_bit < 0) in spi_nor_otp_lock_sr2() 182 return lock_bit; in spi_nor_otp_lock_sr2() 189 if (cr[0] & lock_bit) in spi_nor_otp_lock_sr2() 192 cr[0] |= lock_bit; in spi_nor_otp_lock_sr2() 210 int ret, lock_bit; in spi_nor_otp_is_locked_sr2() local 212 lock_bit = spi_nor_otp_lock_bit_cr(region); in spi_nor_otp_is_locked_sr2() 213 if (lock_bit < 0) in spi_nor_otp_is_locked_sr2() 214 return lock_bit; in spi_nor_otp_is_locked_sr2() [all …]
|
/linux-6.1.9/drivers/clk/qcom/ |
D | clk-hfpll.h | 19 u8 lock_bit; member
|
D | clk-hfpll.c | 81 !(val & BIT(hd->lock_bit)), 0, in __clk_hfpll_enable() 217 if (!(status & BIT(hd->lock_bit))) { in clk_hfpll_init()
|
D | hfpll.c | 25 .lock_bit = 16,
|
/linux-6.1.9/drivers/pinctrl/tegra/ |
D | pinctrl-tegra.h | 154 s32 lock_bit:6; member
|
D | pinctrl-tegra124.c | 1741 .lock_bit = 7, \ 1760 .lock_bit = -1, \ 1798 .lock_bit = -1, \
|
D | pinctrl-tegra.c | 393 *bit = g->lock_bit; in tegra_pinconf_reg()
|
D | pinctrl-tegra210.c | 1302 .lock_bit = 7, \ 1334 .lock_bit = -1, \
|
D | pinctrl-tegra114.c | 1572 .lock_bit = 7, \ 1591 .lock_bit = -1, \
|
D | pinctrl-tegra194.c | 1350 .lock_bit = -1, \ 1365 .lock_bit = -1, \
|
D | pinctrl-tegra30.c | 2133 .lock_bit = 7, \ 2152 .lock_bit = -1, \
|
D | pinctrl-tegra20.c | 1994 .lock_bit = -1, \
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | intel_reset.c | 375 u32 lock_bit; member 390 sfc_lock->lock_bit = GEN11_VCS_SFC_FORCED_LOCK_BIT; in get_sfc_forced_lock_data() 402 sfc_lock->lock_bit = GEN11_VECS_SFC_FORCED_LOCK_BIT; in get_sfc_forced_lock_data() 473 rmw_set_fw(uncore, sfc_lock.lock_reg, sfc_lock.lock_bit); in gen11_lock_sfc() 523 rmw_clear_fw(uncore, sfc_lock.lock_reg, sfc_lock.lock_bit); in gen11_unlock_sfc()
|