Searched refs:cur_en (Results 1 – 3 of 3) sorted by relevance
458 uint32_t cur_en = pos->enable ? 1 : 0; in dpp1_set_cursor_position() local474 cur_en = 0; /* not visible beyond right edge*/ in dpp1_set_cursor_position()477 cur_en = 0; /* not visible beyond left edge*/ in dpp1_set_cursor_position()480 cur_en = 0; /* not visible beyond bottom edge*/ in dpp1_set_cursor_position()483 cur_en = 0; /* not visible beyond top edge*/ in dpp1_set_cursor_position()486 CUR0_ENABLE, cur_en); in dpp1_set_cursor_position()
1134 uint32_t cur_en = pos->enable ? 1 : 0; in hubp1_cursor_set_position() local1169 cur_en = 0; /* not visible beyond right edge*/ in hubp1_cursor_set_position()1172 cur_en = 0; /* not visible beyond left edge*/ in hubp1_cursor_set_position()1175 cur_en = 0; /* not visible beyond bottom edge*/ in hubp1_cursor_set_position()1178 cur_en = 0; /* not visible beyond top edge*/ in hubp1_cursor_set_position()1180 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp1_cursor_set_position()1184 CURSOR_ENABLE, cur_en); in hubp1_cursor_set_position()
951 uint32_t cur_en = pos->enable ? 1 : 0; in hubp2_cursor_set_position() local992 cur_en = 0; /* not visible beyond right edge*/ in hubp2_cursor_set_position()995 cur_en = 0; /* not visible beyond left edge*/ in hubp2_cursor_set_position()998 cur_en = 0; /* not visible beyond bottom edge*/ in hubp2_cursor_set_position()1001 cur_en = 0; /* not visible beyond top edge*/ in hubp2_cursor_set_position()1003 if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0) in hubp2_cursor_set_position()1007 CURSOR_ENABLE, cur_en); in hubp2_cursor_set_position()