Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H A Dtxc43128_phy.c447 enum ef4_phy_mode mode_change = efx->phy_mode ^ phy_data->phy_mode; in txc43128_phy_reconfigure() local
450 if (efx->phy_mode & mode_change & PHY_MODE_TX_DISABLED) { in txc43128_phy_reconfigure()
454 mode_change &= ~PHY_MODE_TX_DISABLED; in txc43128_phy_reconfigure()
459 if (mode_change & PHY_MODE_LOW_POWER) in txc43128_phy_reconfigure()
466 if (loop_change || mode_change) in txc43128_phy_reconfigure()
/linux/drivers/mfd/
H A Dcgbc-core.c140 int mode_change = -1; in cgbc_command() local
163 mode_change = (cmd_size & 0xFFFC) - 1; in cgbc_command()
169 if (mode_change == i) in cgbc_command()