Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/cpuidle/
Dsysfs.txt31 drwxr-xr-x 2 root root 0 Feb 8 10:42 state0
36 /sys/devices/system/cpu/cpu0/cpuidle/state0:
/Linux-v4.19/drivers/thunderbolt/
Dicm.c1588 u32 state0, state1; in icm_reset_phy_port() local
1615 state0 = val0 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port()
1616 state0 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port()
1621 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()