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

/linux-master/drivers/regulator/
H A Dact8865-regulator.c589 u8 state0, state1; local
595 state0 = val & ACT8600_APCH_CSTATE0;
598 if (state0 && !state1)
600 if (!state0 && state1)
602 if (!state0 && !state1)
/linux-master/drivers/thunderbolt/
H A Dicm.c1844 u32 state0, state1; local
1871 state0 = val0 & PHY_PORT_CS1_LINK_STATE_MASK;
1872 state0 >>= PHY_PORT_CS1_LINK_STATE_SHIFT;
1877 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP)

Completed in 119 milliseconds