Searched refs:RX_PAGE_NUM_MASK (Results 1 – 2 of 2) sorted by relevance
205 next_ptr = (rxbound_ptr + 1) & RX_PAGE_NUM_MASK; in ax88180_rx_handler()230 rxbound_ptr &= RX_PAGE_NUM_MASK; in ax88180_rx_handler()248 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
Completed in 5 milliseconds