state0            589 drivers/regulator/act8865-regulator.c 	u8 state0, state1;
state0            595 drivers/regulator/act8865-regulator.c 	state0 = val & ACT8600_APCH_CSTATE0;
state0            598 drivers/regulator/act8865-regulator.c 	if (state0 && !state1)
state0            600 drivers/regulator/act8865-regulator.c 	if (!state0 && state1)
state0            602 drivers/regulator/act8865-regulator.c 	if (!state0 && !state1)
state0           1733 drivers/thunderbolt/icm.c 	u32 state0, state1;
state0           1760 drivers/thunderbolt/icm.c 	state0 = val0 & PHY_PORT_CS1_LINK_STATE_MASK;
state0           1761 drivers/thunderbolt/icm.c 	state0 >>= PHY_PORT_CS1_LINK_STATE_SHIFT;
state0           1766 drivers/thunderbolt/icm.c 	if (state0 != TB_PORT_UP || state1 != TB_PORT_UP)