Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_bit2.h11166 #define BIT_MASK_PHY_REQ_DELAY 0xf macro
11168 (((x) & BIT_MASK_PHY_REQ_DELAY) << BIT_SHIFT_PHY_REQ_DELAY)
11170 (((x) >> BIT_SHIFT_PHY_REQ_DELAY) & BIT_MASK_PHY_REQ_DELAY)