Home
last modified time | relevance | path

Searched refs:exp_val (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/accel/ivpu/
Divpu_hw_ip.c85 static int host_ss_noc_qreqn_check_37xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qreqn_check_37xx() argument
89 if (!REG_TEST_FLD_NUM(VPU_37XX_HOST_SS_NOC_QREQN, TOP_SOCMMIO, exp_val, val)) in host_ss_noc_qreqn_check_37xx()
95 static int host_ss_noc_qreqn_check_40xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qreqn_check_40xx() argument
99 if (!REG_TEST_FLD_NUM(VPU_40XX_HOST_SS_NOC_QREQN, TOP_SOCMMIO, exp_val, val)) in host_ss_noc_qreqn_check_40xx()
105 static int host_ss_noc_qreqn_check(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qreqn_check() argument
108 return host_ss_noc_qreqn_check_37xx(vdev, exp_val); in host_ss_noc_qreqn_check()
110 return host_ss_noc_qreqn_check_40xx(vdev, exp_val); in host_ss_noc_qreqn_check()
113 static int host_ss_noc_qacceptn_check_37xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qacceptn_check_37xx() argument
117 if (!REG_TEST_FLD_NUM(VPU_37XX_HOST_SS_NOC_QACCEPTN, TOP_SOCMMIO, exp_val, val)) in host_ss_noc_qacceptn_check_37xx()
123 static int host_ss_noc_qacceptn_check_40xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qacceptn_check_40xx() argument
[all …]
Divpu_hw_btrs.c206 u32 exp_val = enable ? 0x1 : 0x0; in wait_for_status_ready() local
212 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_STATUS, READY, exp_val, PLL_TIMEOUT_US); in wait_for_status_ready()
214 return REGB_POLL_FLD(VPU_HW_BTRS_LNL_VPU_STATUS, READY, exp_val, PLL_TIMEOUT_US); in wait_for_status_ready()
326 u32 exp_val = enable ? 0x1 : 0x0; in wait_for_pll_lock() local
334 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_PLL_STATUS, LOCK, exp_val, PLL_TIMEOUT_US); in wait_for_pll_lock()
/linux-6.12.1/net/core/
Dnet_test.c276 __be16 exp_val; member
285 .exp_val = (eval), \
366 KUNIT_ASSERT_EQ(test, (__force u16)t->exp_val, in ip_tunnel_flags_test_run()
369 ip_tunnel_flags_from_be16(out, t->exp_val); in ip_tunnel_flags_test_run()
/linux-6.12.1/drivers/misc/bcm-vk/
Dbcm_vk.h433 const u32 exp_val; member
/linux-6.12.1/drivers/media/pci/ngene/
Dngene.h770 unsigned long exp_val; member
/linux-6.12.1/drivers/pci/controller/dwc/
Dpci-imx6.c246 static int pcie_phy_poll_ack(struct imx_pcie *imx_pcie, bool exp_val) in pcie_phy_poll_ack() argument
258 if (val == exp_val) in pcie_phy_poll_ack()
/linux-6.12.1/drivers/media/i2c/
Dov64a40.c3283 int exp_val = min(ov64a40->exposure->cur.val, exp_max); in ov64a40_set_ctrl() local
3287 exp_max, 1, exp_val); in ov64a40_set_ctrl()
/linux-6.12.1/net/bluetooth/
Dsmp.c3687 const u32 exp_val = 0x2f9ed5ba % 1000000; in test_g2() local
3695 if (val != exp_val) in test_g2()
/linux-6.12.1/drivers/net/ethernet/neterion/
Ds2io.c5850 u64 val64 = 0, exp_val; in s2io_register_test() local
5867 exp_val = 0x0404040404040404ULL; in s2io_register_test()
5869 exp_val = 0x0808080808080808ULL; in s2io_register_test()
5870 if (val64 != exp_val) { in s2io_register_test()