Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/m_can/
Dm_can.c553 u32 rxfs; in m_can_do_rx_poll() local
560 rxfs = m_can_read(cdev, M_CAN_RXF0S); in m_can_do_rx_poll()
561 if (!(rxfs & RXFS_FFL_MASK)) { in m_can_do_rx_poll()
566 rx_count = FIELD_GET(RXFS_FFL_MASK, rxfs); in m_can_do_rx_poll()
567 fgi = FIELD_GET(RXFS_FGI_MASK, rxfs); in m_can_do_rx_poll()