Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dadv7604.c580 static u16 hdmi_read16(struct v4l2_subdev *sd, u8 reg, u16 mask) in hdmi_read16() function
1551 bt->width = hdmi_read16(sd, 0x07, info->linewidth_mask); in adv76xx_query_dv_timings()
1552 bt->height = hdmi_read16(sd, 0x09, info->field0_height_mask); in adv76xx_query_dv_timings()
1554 bt->hfrontporch = hdmi_read16(sd, 0x20, info->hfrontporch_mask); in adv76xx_query_dv_timings()
1555 bt->hsync = hdmi_read16(sd, 0x22, info->hsync_mask); in adv76xx_query_dv_timings()
1556 bt->hbackporch = hdmi_read16(sd, 0x24, info->hbackporch_mask); in adv76xx_query_dv_timings()
1557 bt->vfrontporch = hdmi_read16(sd, 0x2a, in adv76xx_query_dv_timings()
1559 bt->vsync = hdmi_read16(sd, 0x2e, info->field0_vsync_mask) / 2; in adv76xx_query_dv_timings()
1560 bt->vbackporch = hdmi_read16(sd, 0x32, in adv76xx_query_dv_timings()
1565 bt->height += hdmi_read16(sd, 0x0b, in adv76xx_query_dv_timings()
[all …]