Searched refs:LL_FIFO_RLF_MASK (Results 1 – 2 of 2) sorted by relevance
101 #define LL_FIFO_RLF_MASK (0x000007FFUL << LL_FIFO_RLF_POS) macro102 #define LL_FIFO_RLF_MIN ((4 * sizeof(uint32)) & LL_FIFO_RLF_MASK)103 #define LL_FIFO_RLF_MAX ((510 * sizeof(uint32)) & LL_FIFO_RLF_MASK)
79 length = in_be32(&fifo_ctrl->rlf) & LL_FIFO_RLF_MASK; in ll_temac_recv_fifo()