Lines Matching defs:MAX_CURS
39 #define MAX_CURS 32
380 __le16 cursor[MAX_CURS * MAX_CURS] __aligned(32);
382 __le16 blank_cursor[MAX_CURS * MAX_CURS] __aligned(32);
384 __le16 next_cursor[MAX_CURS * MAX_CURS] __aligned(32);
981 * The DIU only supports cursors up to 32x32 (MAX_CURS). We reject cursors
1014 cursor += MAX_CURS;
1029 if (cursor->image.width > MAX_CURS || cursor->image.height > MAX_CURS)