Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/ABI/testing/
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-v6.6/drivers/net/can/
Dat91_can.c140 canid_t mb0_id; member
326 reg_mid = at91_can_id_to_reg_mid(priv->mb0_id); in at91_setup_mailboxes()
1165 if (priv->mb0_id & CAN_EFF_FLAG) in mb0_id_show()
1166 return sysfs_emit(buf, "0x%08x\n", priv->mb0_id); in mb0_id_show()
1168 return sysfs_emit(buf, "0x%03x\n", priv->mb0_id); in mb0_id_show()
1199 priv->mb0_id = can_id; in mb0_id_store()
1207 static DEVICE_ATTR_RW(mb0_id);
1316 priv->mb0_id = 0x7ff; in at91_can_probe()