Searched refs:io_write16 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | tda1997x.c | 735 io_write16(sd, REG_BLK_GY, blanking_codes->code_gy); in tda1997x_configure_csc() 783 io_write16(sd, REG_FDW_E, 0x141); /* end position */ in tda1997x_configure_vhref() 787 io_write16(sd, REG_PXCNT_PR, 4); in tda1997x_configure_vhref() 789 io_write16(sd, REG_PXCNT_PR, 1); in tda1997x_configure_vhref() 790 io_write16(sd, REG_PXCNT_NPIX, width & MASK_VHREF); in tda1997x_configure_vhref() 791 io_write16(sd, REG_LCNT_PR, 1); in tda1997x_configure_vhref() 792 io_write16(sd, REG_LCNT_NLIN, lines & MASK_VHREF); in tda1997x_configure_vhref() 809 io_write16(sd, REG_HREF_S, href_start & MASK_VHREF); in tda1997x_configure_vhref() 810 io_write16(sd, REG_HREF_E, href_end & MASK_VHREF); in tda1997x_configure_vhref() 821 io_write16(sd, REG_FREF_F1_S, reg); in tda1997x_configure_vhref() [all …]
|