Searched refs:p_c (Results 1 – 3 of 3) sorted by relevance
108 node_pointer p_c = p_nd->m_p_left; in splay_zig_zag_left() local120 p_grandparent->m_p_right = p_c; in splay_zig_zag_left()121 if (p_c != 0) in splay_zig_zag_left()122 p_c->m_p_parent = p_grandparent; in splay_zig_zag_left()144 node_pointer p_c = p_nd->m_p_right; in splay_zig_zag_right() local156 p_grandparent->m_p_left = p_c; in splay_zig_zag_right()157 if (p_c != 0) in splay_zig_zag_right()158 p_c->m_p_parent = p_grandparent; in splay_zig_zag_right()180 node_pointer p_c = p_parent->m_p_right; in splay_zig_zig_left() local192 p_grandparent->m_p_left = p_c; in splay_zig_zig_left()[all …]
155 u32 p_c, p_p, d_p; in sumo_gfx_powergating_initialize() local160 p_c = 4; in sumo_gfx_powergating_initialize()166 p_c = 16; in sumo_gfx_powergating_initialize()198 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(1) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()228 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(4) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()