Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-platform-at911 What: /sys/devices/platform/at91_can/net/<iface>/mb0_id
23 echo 0x7ff > /sys/class/net/can0/mb0_id
27 echo 0x9fffffff > /sys/class/net/can0/mb0_id
/linux/drivers/net/can/
H A Dat91_can.c165 canid_t mb0_id; member
337 reg_mid = at91_can_id_to_reg_mid(priv->mb0_id); in at91_setup_mailboxes()
963 if (priv->mb0_id & CAN_EFF_FLAG) in mb0_id_show()
964 return sysfs_emit(buf, "0x%08x\n", priv->mb0_id); in mb0_id_show()
966 return sysfs_emit(buf, "0x%03x\n", priv->mb0_id); in mb0_id_show()
997 priv->mb0_id = can_id; in mb0_id_store()
1005 static DEVICE_ATTR_RW(mb0_id);
1122 priv->mb0_id = 0x7ff; in at91_can_probe()