this_colour 48 drivers/gpu/drm/mgag200/mgag200_cursor.c uint32_t this_colour; this_colour 127 drivers/gpu/drm/mgag200/mgag200_cursor.c this_colour = ioread32(src + i); this_colour 129 drivers/gpu/drm/mgag200/mgag200_cursor.c if (this_colour>>24 != 0xff && this_colour 130 drivers/gpu/drm/mgag200/mgag200_cursor.c this_colour>>24 != 0x0) { this_colour 140 drivers/gpu/drm/mgag200/mgag200_cursor.c if (this_colour>>24 == 0x0) this_colour 144 drivers/gpu/drm/mgag200/mgag200_cursor.c if (*palette_iter == this_colour) { this_colour 161 drivers/gpu/drm/mgag200/mgag200_cursor.c *next_space = this_colour; this_colour 182 drivers/gpu/drm/mgag200/mgag200_cursor.c this_colour = ioread32(src + 4*(col + 64*row)); this_colour 184 drivers/gpu/drm/mgag200/mgag200_cursor.c if (this_colour>>24 == 0x0) { this_colour 191 drivers/gpu/drm/mgag200/mgag200_cursor.c if (colour_set[i] == this_colour) {