Searched refs:hdmi_read16 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7604.c | 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() [all …]
|