Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_reo.h546 #define BLOCK_RES_MASK 0xF macro
549 uint8_t y = (x & (~x + 1)) & BLOCK_RES_MASK; in hal_find_one_bit()
560 uint8_t y = (~x & (x+1)) & BLOCK_RES_MASK; in hal_find_zero_bit()