Searched refs:rxdlc (Results 1 – 1 of 1) sorted by relevance
257 u32 rxdlc, rxid; in ifi_canfd_read_fifo() local261 rxdlc = readl(priv->base + IFI_CANFD_RXFIFO_DLC); in ifi_canfd_read_fifo()262 if (rxdlc & IFI_CANFD_RXFIFO_DLC_EDL) in ifi_canfd_read_fifo()272 dlc = (rxdlc >> IFI_CANFD_RXFIFO_DLC_DLC_OFFSET) & in ifi_canfd_read_fifo()274 if (rxdlc & IFI_CANFD_RXFIFO_DLC_EDL) in ifi_canfd_read_fifo()297 if (rxdlc & IFI_CANFD_RXFIFO_DLC_ESI) { in ifi_canfd_read_fifo()302 if (!(rxdlc & IFI_CANFD_RXFIFO_DLC_EDL) && in ifi_canfd_read_fifo()303 (rxdlc & IFI_CANFD_RXFIFO_DLC_RTR)) { in ifi_canfd_read_fifo()306 if (rxdlc & IFI_CANFD_RXFIFO_DLC_BRS) in ifi_canfd_read_fifo()