OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGS_CMAP_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
igsfbvar.h
38
#define
IGS_CMAP_SIZE
256 /* 256 R/G/B entries */
40
uint8_t r[
IGS_CMAP_SIZE
];
41
uint8_t g[
IGS_CMAP_SIZE
];
42
uint8_t b[
IGS_CMAP_SIZE
];
igsfb.c
393
for (i = 0; i <
IGS_CMAP_SIZE
; ++i, p += 3) {
400
igsfb_update_cmap(dc, 0,
IGS_CMAP_SIZE
);
632
wsd_fbip->cmsize =
IGS_CMAP_SIZE
;
748
if (index >=
IGS_CMAP_SIZE
|| count >
IGS_CMAP_SIZE
- index)
773
uint8_t r[
IGS_CMAP_SIZE
];
774
uint8_t g[
IGS_CMAP_SIZE
];
775
uint8_t b[
IGS_CMAP_SIZE
];
780
if (index >=
IGS_CMAP_SIZE
|| count >
IGS_CMAP_SIZE
- index
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025