Searched refs:RX_PAGE_NUM_MASK (Results 1 – 2 of 2) sorted by relevance
203 next_ptr = (rxbound_ptr + 1) & RX_PAGE_NUM_MASK; in ax88180_rx_handler()228 rxbound_ptr &= RX_PAGE_NUM_MASK; in ax88180_rx_handler()246 next_ptr = (rxbound_ptr + 1) & RX_PAGE_NUM_MASK; in ax88180_rx_handler()
117 #define RX_PAGE_NUM_MASK 0x7FF /* RX pages 0~7FFh */ macro