Searched refs:exp_val (Results 1 – 7 of 7) sorted by relevance
| /drivers/accel/ivpu/ |
| A D | ivpu_hw_ip.c | 105 return host_ss_noc_qreqn_check_37xx(vdev, exp_val); in host_ss_noc_qreqn_check() 107 return host_ss_noc_qreqn_check_40xx(vdev, exp_val); in host_ss_noc_qreqn_check() 133 return host_ss_noc_qacceptn_check_37xx(vdev, exp_val); in host_ss_noc_qacceptn_check() 161 return host_ss_noc_qdeny_check_37xx(vdev, exp_val); in host_ss_noc_qdeny_check() 163 return host_ss_noc_qdeny_check_40xx(vdev, exp_val); in host_ss_noc_qdeny_check() 191 return top_noc_qrenqn_check_37xx(vdev, exp_val); in top_noc_qreqn_check() 193 return top_noc_qrenqn_check_40xx(vdev, exp_val); in top_noc_qreqn_check() 606 return top_noc_qacceptn_check_37xx(vdev, exp_val); in top_noc_qacceptn_check() 608 return top_noc_qacceptn_check_40xx(vdev, exp_val); in top_noc_qacceptn_check() 636 return top_noc_qdeny_check_37xx(vdev, exp_val); in top_noc_qdeny_check() [all …]
|
| A D | ivpu_hw_btrs.c | 198 u32 exp_val = enable ? 0x1 : 0x0; in wait_for_status_ready() local 204 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_STATUS, READY, exp_val, PLL_TIMEOUT_US); in wait_for_status_ready() 206 return REGB_POLL_FLD(VPU_HW_BTRS_LNL_VPU_STATUS, READY, exp_val, PLL_TIMEOUT_US); in wait_for_status_ready() 314 u32 exp_val = enable ? 0x1 : 0x0; in wait_for_pll_lock() local 322 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_PLL_STATUS, LOCK, exp_val, PLL_TIMEOUT_US); in wait_for_pll_lock()
|
| /drivers/misc/bcm-vk/ |
| A D | bcm_vk.h | 432 const u32 exp_val; member
|
| /drivers/media/pci/ngene/ |
| A D | ngene.h | 770 unsigned long exp_val; member
|
| /drivers/pci/controller/dwc/ |
| A D | pci-imx6.c | 299 static int pcie_phy_poll_ack(struct imx_pcie *imx_pcie, bool exp_val) in pcie_phy_poll_ack() argument 311 if (val == exp_val) in pcie_phy_poll_ack()
|
| /drivers/media/i2c/ |
| A D | ov64a40.c | 3276 int exp_val = min(ov64a40->exposure->cur.val, exp_max); in ov64a40_set_ctrl() local 3280 exp_max, 1, exp_val); in ov64a40_set_ctrl()
|
| /drivers/net/ethernet/neterion/ |
| A D | s2io.c | 5850 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()
|
Completed in 75 milliseconds