Home
last modified time | relevance | path

Searched refs:IFI_CANFD_RXSTCMD_EMPTY (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/can/ifi_canfd/
H A Difi_canfd.c44 #define IFI_CANFD_RXSTCMD_EMPTY BIT(8) macro
331 if (rxst & IFI_CANFD_RXSTCMD_EMPTY) { in ifi_canfd_do_rx_poll()
337 if (rxst & IFI_CANFD_RXSTCMD_EMPTY) in ifi_canfd_do_rx_poll()
580 if (!(rxstcmd & IFI_CANFD_RXSTCMD_EMPTY)) in ifi_canfd_poll()