Searched refs:rxdlc (Results 1 – 1 of 1) sorted by relevance
256 u32 rxdlc, rxid; in ifi_canfd_read_fifo() local260 rxdlc = readl(priv->base + IFI_CANFD_RXFIFO_DLC); in ifi_canfd_read_fifo()261 if (rxdlc & IFI_CANFD_RXFIFO_DLC_EDL) in ifi_canfd_read_fifo()271 dlc = (rxdlc >> IFI_CANFD_RXFIFO_DLC_DLC_OFFSET) & in ifi_canfd_read_fifo()273 if (rxdlc & IFI_CANFD_RXFIFO_DLC_EDL) in ifi_canfd_read_fifo()296 if (rxdlc & IFI_CANFD_RXFIFO_DLC_ESI) { in ifi_canfd_read_fifo()301 if (!(rxdlc & IFI_CANFD_RXFIFO_DLC_EDL) && in ifi_canfd_read_fifo()302 (rxdlc & IFI_CANFD_RXFIFO_DLC_RTR)) { in ifi_canfd_read_fifo()305 if (rxdlc & IFI_CANFD_RXFIFO_DLC_BRS) in ifi_canfd_read_fifo()