Home
last modified time | relevance | path

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

/drivers/regulator/
Dact8865-regulator.c589 u8 state0, state1; in act8600_charger_get_status() local
595 state0 = val & ACT8600_APCH_CSTATE0; in act8600_charger_get_status()
598 if (state0 && !state1) in act8600_charger_get_status()
600 if (!state0 && state1) in act8600_charger_get_status()
602 if (!state0 && !state1) in act8600_charger_get_status()
/drivers/thunderbolt/
Dicm.c1792 u32 state0, state1; in icm_reset_phy_port() local
1819 state0 = val0 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port()
1820 state0 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port()
1825 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()