Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c51 PHY_MDM6600_NR_STATUS_LINES, enumerator
204 DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES); in phy_mdm6600_status()
210 error = gpiod_get_array_value_cansleep(PHY_MDM6600_NR_STATUS_LINES, in phy_mdm6600_status()
217 ddata->status = values[0] & ((1 << PHY_MDM6600_NR_STATUS_LINES) - 1); in phy_mdm6600_status()
350 if (ddata->status_gpios->ndescs != PHY_MDM6600_NR_STATUS_LINES) in phy_mdm6600_init_lines()