Searched refs:hstop (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | dvo_ns2501.c | 213 u16 hstop; /* horizontal total, registers C3/C4 */ member 240 .hstop = 783, 260 .hstop = 1016, 279 .hstop = 1299, 619 ns2501_writeb(dvo, NS2501_REGC3, conf->hstop & 0xff); in ns2501_mode_set() 620 ns2501_writeb(dvo, NS2501_REGC4, conf->hstop >> 8); in ns2501_mode_set()
|
| /Linux-v5.4/drivers/media/usb/stkwebcam/ |
| D | stk-sensor.c | 462 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 472 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw() 474 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in stk_sensor_set_hw()
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | ov7670.c | 200 int hstop; /* that they do not always make complete */ member 734 .hstop = 14, /* Omnivision */ 745 .hstop = 90, 756 .hstop = 24, 767 .hstop = 24, 785 .hstop = 14, /* Omnivision */ 919 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument 930 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw() 932 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw() 1062 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
|
| /Linux-v5.4/include/linux/soundwire/ |
| D | sdw.h | 639 unsigned int hstop; member
|
| /Linux-v5.4/drivers/soundwire/ |
| D | cadence_master.c | 1106 dpn_hctrl |= (t_params->hstop << SDW_REG_SHIFT(CDNS_DPN_HCTRL_HSTOP)); in cdns_transport_params()
|
| D | stream.c | 115 wbuf |= t_params->hstop; in _sdw_program_slave_port_params()
|