Searched refs:PCH_ID_MSGVAL (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/can/
H A Dpch_can.c63 #define PCH_ID_MSGVAL BIT(15) macro
305 pch_can_bit_set(&priv->regs->ifregs[dir].id2, PCH_ID_MSGVAL); pch_can_set_rxtx()
309 pch_can_bit_clear(&priv->regs->ifregs[dir].id2, PCH_ID_MSGVAL); pch_can_set_rxtx()
925 id2 |= PCH_ID_MSGVAL; pch_xmit()
1003 if (((ioread32(&priv->regs->ifregs[dir].id2)) & PCH_ID_MSGVAL) && pch_can_get_rxtx_ir()

Completed in 39 milliseconds