Home
last modified time | relevance | path

Searched refs:colordepth (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/video/
A Danx9804.c32 u8 c, colordepth; in anx9804_init() local
38 colordepth = 0x00; /* 6 bit */ in anx9804_init()
40 colordepth = 0x10; /* 8 bit */ in anx9804_init()
69 i2c_reg_write(0x39, ANX9804_VID_CTRL2_REG, colordepth); in anx9804_init()
/u-boot/drivers/video/bridge/
A Danx6345.c272 u8 chipid, colordepth, lanes, data_rate, c; in anx6345_enable() local
349 colordepth = 0x00; /* 6 bit */ in anx6345_enable()
351 colordepth = 0x10; /* 8 bit */ in anx6345_enable()
352 anx6345_write_r1(dev, ANX9804_VID_CTRL2_REG, colordepth); in anx6345_enable()

Completed in 3 milliseconds