Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_hl.c513 HTT_ASSERT2(IS_PWR2(pdev->rx_ring.size)); in htt_rx_attach()
H A Dhtt_internal.h447 #define IS_PWR2(value) (((value) ^ ((value)-1)) == ((value) << 1) - 1) macro