Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H 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()
/rk3399_rockchip-uboot/drivers/video/bridge/
H A Danx6345.c355 u8 colordepth, lanes, data_rate, c; in anx6345_enable() local
367 colordepth = 0x00; /* 6 bit */ in anx6345_enable()
369 colordepth = 0x10; /* 8 bit */ in anx6345_enable()
370 anx6345_write_r1(dev, ANX9804_VID_CTRL2_REG, colordepth); in anx6345_enable()