Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/
Dat91_can.c69 #define AT91_MID_MIDE BIT(29) macro
307 reg_mid = (can_id & CAN_EFF_MASK) | AT91_MID_MIDE; in at91_can_id_to_reg_mid()
340 at91_write(priv, AT91_MID(i), AT91_MID_MIDE); in at91_setup_mailboxes()
572 if (reg_mid & AT91_MID_MIDE) in at91_read_mb()
588 at91_write(priv, AT91_MID(mb), AT91_MID_MIDE); in at91_read_mb()