Home
last modified time | relevance | path

Searched refs:GET_PCIE_FUNC_STUS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A D_pcie.h27 #define GET_PCIE_FUNC_STUS(val, mask) (((val) & (mask)) ? \ macro
H A D_pcie.c1429 param->l0s_ctrl = GET_PCIE_FUNC_STUS(aspm_val, PCIE_BIT_L0S); in pcie_cfgspc_read()
1430 param->l1_ctrl = GET_PCIE_FUNC_STUS(l1_val, PCIE_BIT_L1); in pcie_cfgspc_read()
1431 param->l1ss_ctrl = GET_PCIE_FUNC_STUS(l1ss_val, PCIE_BIT_L1SS); in pcie_cfgspc_read()
1432 param->wake_ctrl = GET_PCIE_FUNC_STUS(l1_val, PCIE_BIT_WAKE); in pcie_cfgspc_read()
1433 param->crq_ctrl = GET_PCIE_FUNC_STUS(l1_val, PCIE_BIT_CLK); in pcie_cfgspc_read()