Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dpci.h580 #define RTW89_L1DLY_MASK GENMASK(5, 3) macro
H A Dpci.c3453 value &= ~(RTW89_L1DLY_MASK | RTW89_L0DLY_MASK); in rtw89_pci_aspm_set()
3454 value |= FIELD_PREP(RTW89_L1DLY_MASK, PCIE_L1DLY_16US) | in rtw89_pci_aspm_set()