DEVICE_ID_MASK
if ((*val & DEVICE_ID_MASK) ==
if ((device_id & DEVICE_ID_MASK) == 0) {
if ((data & DEVICE_ID_MASK) != chip->info->id) {