Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dtda1997x.c651 struct blanking_codes { in tda1997x_configure_csc() struct
656 static const struct blanking_codes rgb_blanking = { 64, 64, 64 }; in tda1997x_configure_csc()
657 static const struct blanking_codes yuv_blanking = { 64, 512, 512 }; in tda1997x_configure_csc()
658 const struct blanking_codes *blanking_codes = NULL; in tda1997x_configure_csc() local
669 blanking_codes = &rgb_blanking; in tda1997x_configure_csc()
684 blanking_codes = &yuv_blanking; in tda1997x_configure_csc()
734 if (blanking_codes) { in tda1997x_configure_csc()
735 io_write16(sd, REG_BLK_GY, blanking_codes->code_gy); in tda1997x_configure_csc()
736 io_write16(sd, REG_BLK_BU, blanking_codes->code_bu); in tda1997x_configure_csc()
737 io_write16(sd, REG_BLK_RV, blanking_codes->code_rv); in tda1997x_configure_csc()