Home
last modified time | relevance | path

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

/linux/drivers/accel/ivpu/
H A Divpu_hw_ip.c83 static int host_ss_noc_qreqn_check_37xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qreqn_check_37xx() argument
87 if (!REG_TEST_FLD_NUM(VPU_37XX_HOST_SS_NOC_QREQN, TOP_SOCMMIO, exp_val, val)) in host_ss_noc_qreqn_check_37xx()
93 static int host_ss_noc_qreqn_check_40xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qreqn_check_40xx() argument
97 if (!REG_TEST_FLD_NUM(VPU_40XX_HOST_SS_NOC_QREQN, TOP_SOCMMIO, exp_val, val)) in host_ss_noc_qreqn_check_40xx()
103 static int host_ss_noc_qreqn_check(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qreqn_check() argument
106 return host_ss_noc_qreqn_check_37xx(vdev, exp_val); in host_ss_noc_qreqn_check()
108 return host_ss_noc_qreqn_check_40xx(vdev, exp_val); in host_ss_noc_qreqn_check()
111 static int host_ss_noc_qacceptn_check_37xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qacceptn_check_37xx() argument
115 if (!REG_TEST_FLD_NUM(VPU_37XX_HOST_SS_NOC_QACCEPTN, TOP_SOCMMIO, exp_val, val)) in host_ss_noc_qacceptn_check_37xx()
121 static int host_ss_noc_qacceptn_check_40xx(struct ivpu_device *vdev, u32 exp_val) in host_ss_noc_qacceptn_check_40xx() argument
[all …]
/linux/net/core/
H A 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/drivers/misc/bcm-vk/
H A Dbcm_vk.h432 const u32 exp_val; member
/linux/drivers/media/pci/ngene/
H A Dngene.h770 unsigned long exp_val; member
/linux/net/bluetooth/
H A Dsmp.c3687 const u32 exp_val = 0x2f9ed5ba % 1000000; in test_g2() local
3695 if (val != exp_val) in test_g2()