Searched defs:AT91_MID_MIDE (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dat91_can.c83 #define AT91_MID_MIDE BIT(29) macro
321 reg_mid = (can_id & CAN_EFF_MASK) | AT91_MID_MIDE;
364 at91_write(priv, AT91_MID(i), AT91_MID_MIDE);
603 if (reg_mid & AT91_MID_MIDE)
619 at91_write(priv, AT91_MID(mb), AT91_MID_MIDE);

Completed in 16 milliseconds