Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h5954 D11_PONG_BLOCK_VALID = 1, /* 1 */ enumerator
5973 (1 << D11_UC_READING_PING_BLOCK) | (1 << D11_PONG_BLOCK_VALID) |\
5975 #define D11_PING_BLOCK_VALID_MASK ((1 << D11_PONG_BLOCK_VALID) |\
5980 (1 << D11_PONG_BLOCK_VALID))
5982 (1 << D11_PONG_BLOCK_VALID))
5985 #define D11_SET_PING_BLOCK_VALID(i) (((i) & ~(1 << D11_PONG_BLOCK_VALID)) |\
5988 (1 << D11_PONG_BLOCK_VALID))
5990 ((i) & ~(1 << D11_PONG_BLOCK_VALID)))