Lines Matching refs:hdmi_read16
566 static u16 hdmi_read16(struct v4l2_subdev *sd, u8 reg, u16 mask) in hdmi_read16() function
1508 bt->width = hdmi_read16(sd, 0x07, 0xfff); in adv76xx_query_dv_timings()
1509 bt->height = hdmi_read16(sd, 0x09, 0xfff); in adv76xx_query_dv_timings()
1511 bt->hfrontporch = hdmi_read16(sd, 0x20, 0x3ff); in adv76xx_query_dv_timings()
1512 bt->hsync = hdmi_read16(sd, 0x22, 0x3ff); in adv76xx_query_dv_timings()
1513 bt->hbackporch = hdmi_read16(sd, 0x24, 0x3ff); in adv76xx_query_dv_timings()
1514 bt->vfrontporch = hdmi_read16(sd, 0x2a, 0x1fff) / 2; in adv76xx_query_dv_timings()
1515 bt->vsync = hdmi_read16(sd, 0x2e, 0x1fff) / 2; in adv76xx_query_dv_timings()
1516 bt->vbackporch = hdmi_read16(sd, 0x32, 0x1fff) / 2; in adv76xx_query_dv_timings()
1520 bt->height += hdmi_read16(sd, 0x0b, 0xfff); in adv76xx_query_dv_timings()
1521 bt->il_vfrontporch = hdmi_read16(sd, 0x2c, 0x1fff) / 2; in adv76xx_query_dv_timings()
1522 bt->il_vsync = hdmi_read16(sd, 0x30, 0x1fff) / 2; in adv76xx_query_dv_timings()
1523 bt->il_vbackporch = hdmi_read16(sd, 0x34, 0x1fff) / 2; in adv76xx_query_dv_timings()