OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colordepth
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/video/
anx9804.c
31
u8 c,
colordepth
;
local
37
colordepth
= 0x00; /* 6 bit */
39
colordepth
= 0x10; /* 8 bit */
68
i2c_reg_write(0x39, ANX9804_VID_CTRL2_REG,
colordepth
);
/external/u-boot/drivers/video/bridge/
anx6345.c
270
u8 chipid,
colordepth
, lanes, data_rate, c;
local
347
colordepth
= 0x00; /* 6 bit */
349
colordepth
= 0x10; /* 8 bit */
350
anx6345_write_r1(dev, ANX9804_VID_CTRL2_REG,
colordepth
);
Completed in 3536 milliseconds