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

/linux-4.4.14/drivers/net/can/
H A Dat91_can.c144 canid_t mb0_id; member in struct:at91_priv
330 reg_mid = at91_can_id_to_reg_mid(priv->mb0_id); at91_setup_mailboxes()
1185 if (priv->mb0_id & CAN_EFF_FLAG) at91_sysfs_show_mb0_id()
1186 return snprintf(buf, PAGE_SIZE, "0x%08x\n", priv->mb0_id); at91_sysfs_show_mb0_id()
1188 return snprintf(buf, PAGE_SIZE, "0x%03x\n", priv->mb0_id); at91_sysfs_show_mb0_id()
1218 priv->mb0_id = can_id; at91_sysfs_set_mb0_id()
1226 static DEVICE_ATTR(mb0_id, S_IWUSR | S_IRUGO,
1335 priv->mb0_id = 0x7ff; at91_can_probe()

Completed in 98 milliseconds