Home
last modified time | relevance | path

Searched defs:RADEON_COORDS (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/arch/sparc64/dev/
H A Dradeonfb.c92 #define RADEON_COORDS(x, y) ((y << 16) | (x)) macro
/openbsd-src/sys/arch/loongson/dev/
H A Dradeonfb.c82 #define RADEON_COORDS(x, y) ((y << 16) | (x)) macro