Searched refs:this_row (Results 1 – 1 of 1) sorted by relevance
55 u8 this_row[48]; in mga_crtc_cursor_set() local193 memset(&this_row[0], 0, 48); in mga_crtc_cursor_set()198 this_row[47 - col/8] |= 0x80>>(col%8); in mga_crtc_cursor_set()206 this_row[col/2] |= i<<4; in mga_crtc_cursor_set()208 this_row[col/2] |= i; in mga_crtc_cursor_set()213 memcpy_toio(pixels_prev->kmap.virtual + row*48, &this_row[0], 48); in mga_crtc_cursor_set()