OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DPR_COORDS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
lynxfbreg.h
28
#define
DPR_COORDS
(x, y) (((x) << 16) | (y))
lynxfb.c
600
DPR_WRITE(fb, DPR_CROP_TOPLEFT_COORDS,
DPR_COORDS
(0, 0));
603
DPR_COORDS
(ri->ri_width, ri->ri_width));
605
DPR_COORDS
(ri->ri_width, ri->ri_width));
652
DPR_WRITE(fb, DPR_SRC_COORDS,
DPR_COORDS
(sx, sy));
653
DPR_WRITE(fb, DPR_DST_COORDS,
DPR_COORDS
(dx, dy));
654
DPR_WRITE(fb, DPR_SPAN_COORDS,
DPR_COORDS
(w, h));
669
DPR_WRITE(fb, DPR_DST_COORDS,
DPR_COORDS
(x, y));
670
DPR_WRITE(fb, DPR_SPAN_COORDS,
DPR_COORDS
(w, h));
Completed in 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025