OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sisfb_crtc_read
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
sisfb.c
161
static inline uint
sisfb_crtc_read
(struct sisfb *, uint);
167
sisfb_crtc_read
(struct sisfb *fb, uint idx)
function in typeref:typename:uint
554
height =
sisfb_crtc_read
(fb, CRTC_VDE);
555
tmp =
sisfb_crtc_read
(fb, CRTC_OVERFLL);
565
width =
sisfb_crtc_read
(fb, CRTC_HDISPLE);
578
fbaddr =
sisfb_crtc_read
(fb, CRTC_STARTADRL) |
579
(
sisfb_crtc_read
(fb, CRTC_STARTADRH) << 8) |
sisfb.c
161
static inline uint
sisfb_crtc_read
(struct sisfb *, uint);
167
sisfb_crtc_read
(struct sisfb *fb, uint idx)
function in typeref:typename:uint
554
height =
sisfb_crtc_read
(fb, CRTC_VDE);
555
tmp =
sisfb_crtc_read
(fb, CRTC_OVERFLL);
565
width =
sisfb_crtc_read
(fb, CRTC_HDISPLE);
578
fbaddr =
sisfb_crtc_read
(fb, CRTC_STARTADRL) |
579
(
sisfb_crtc_read
(fb, CRTC_STARTADRH) << 8) |
Completed in 22 milliseconds
Indexes created Sat Oct 04 05:10:05 GMT 2025