Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c51 PHY_MDM6600_NR_STATUS_LINES, enumerator
193 DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES); in phy_mdm6600_status()
199 error = gpiod_get_array_value_cansleep(PHY_MDM6600_NR_STATUS_LINES, in phy_mdm6600_status()
206 ddata->status = values[0] & ((1 << PHY_MDM6600_NR_STATUS_LINES) - 1); in phy_mdm6600_status()
339 if (ddata->status_gpios->ndescs != PHY_MDM6600_NR_STATUS_LINES) in phy_mdm6600_init_lines()
/kernel/linux/linux-6.6/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c51 PHY_MDM6600_NR_STATUS_LINES, enumerator
193 DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES); in phy_mdm6600_status()
199 error = gpiod_get_array_value_cansleep(PHY_MDM6600_NR_STATUS_LINES, in phy_mdm6600_status()
206 ddata->status = values[0] & ((1 << PHY_MDM6600_NR_STATUS_LINES) - 1); in phy_mdm6600_status()
339 if (ddata->status_gpios->ndescs != PHY_MDM6600_NR_STATUS_LINES) in phy_mdm6600_init_lines()

Completed in 3 milliseconds