Searched refs:exp_val (Results 1 – 7 of 7) sorted by relevance
| /linux/net/core/ |
| H A D | net_test.c | 276 __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/accel/ivpu/ |
| H A D | ivpu_hw_btrs.c | 197 u32 exp_val = enable ? 0x1 : 0x0; in wait_for_status_ready() local 203 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_STATUS, READY, exp_val, PLL_TIMEOUT_US); in wait_for_status_ready() 205 return REGB_POLL_FLD(VPU_HW_BTRS_LNL_VPU_STATUS, READY, exp_val, PLL_TIMEOUT_US); in wait_for_status_ready() 313 u32 exp_val = enable ? 0x1 : 0x0; in wait_for_pll_lock() local 321 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_PLL_STATUS, LOCK, exp_val, PLL_TIMEOUT_US); in wait_for_pll_lock()
|
| /linux/drivers/misc/bcm-vk/ |
| H A D | bcm_vk.h | 432 const u32 exp_val; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_discovery.c | 622 int r, act_val, exp_val, table_size; in amdgpu_discovery_table_check() local 639 exp_val = DISCOVERY_TABLE_SIGNATURE; in amdgpu_discovery_table_check() 648 exp_val = GC_TABLE_ID; in amdgpu_discovery_table_check() 657 exp_val = HARVEST_TABLE_SIGNATURE; in amdgpu_discovery_table_check() 666 exp_val = VCN_INFO_TABLE_ID; in amdgpu_discovery_table_check() 675 exp_val = MALL_INFO_TABLE_ID; in amdgpu_discovery_table_check() 688 if (act_val != exp_val) { in amdgpu_discovery_table_check()
|
| /linux/drivers/media/pci/ngene/ |
| H A D | ngene.h | 770 unsigned long exp_val; member
|
| /linux/net/bluetooth/ |
| H A D | smp.c | 3634 const u32 exp_val = 0x2f9ed5ba % 1000000; in test_g2() local 3642 if (val != exp_val) in test_g2()
|
| /linux/drivers/media/i2c/ |
| H A D | ov64a40.c | 3273 int exp_val = min(ov64a40->exposure->cur.val, exp_max); in ov64a40_set_ctrl() local 3277 exp_max, 1, exp_val); in ov64a40_set_ctrl()
|