PHY_MDM6600_NR_STATUS_LINES
DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES);
error = gpiod_get_array_value_cansleep(PHY_MDM6600_NR_STATUS_LINES,
ddata->status = values[0] & ((1 << PHY_MDM6600_NR_STATUS_LINES) - 1);
if (ddata->status_gpios->ndescs != PHY_MDM6600_NR_STATUS_LINES)