Home
last modified time | relevance | path

Searched refs:hstop (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c33 int hstop; member
64 t_data->hstop, in sdw_compute_slave_ports()
91 int port_bo, int hstop) in sdw_compute_master_ports()
108 t_data.hstop = hstop; in sdw_compute_master_ports()
109 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports()
117 port_bo, port_bo >> 8, hstart, hstop, in sdw_compute_master_ports()
134 t_data.hstop = hstop; in sdw_compute_master_ports()
147 int hstop in _sdw_compute_port_params() local
89 sdw_compute_master_ports(struct sdw_master_runtime *m_rt, struct sdw_group_params *params, int port_bo, int hstop) sdw_compute_master_ports() argument
[all...]
H A Dbus.h176 int hstart, int hstop, in sdw_fill_xport_params()
186 params->hstop = hstop; in sdw_fill_xport_params()
172 sdw_fill_xport_params(struct sdw_transport_params *params, int port_num, bool grp_ctrl_valid, int grp_ctrl, int sample_int, int off1, int off2, int hstart, int hstop, int pack_mode, int lane_ctrl) sdw_fill_xport_params() argument
H A Dcadence_master.c1358 u32p_replace_bits(&dpn_hctrl, t_params->hstop, CDNS_DPN_HCTRL_HSTOP); in cdns_transport_params()
H A Dstream.c115 wbuf |= FIELD_PREP(SDW_DPN_HCTRL_HSTOP, t_params->hstop); in _sdw_program_slave_port_params()
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c58 t_data->hstop, in sdw_compute_slave_ports()
86 int port_bo, int hstop) in sdw_compute_master_ports()
103 t_data.hstop = hstop; in sdw_compute_master_ports()
104 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports()
111 port_bo, port_bo >> 8, hstart, hstop, in sdw_compute_master_ports()
128 t_data.hstop = hstop; in sdw_compute_master_ports()
141 int hstop = bus->params.col - 1; in _sdw_compute_port_params() local
149 sdw_compute_master_ports(m_rt, &params[i], port_bo, hstop); in _sdw_compute_port_params()
84 sdw_compute_master_ports(struct sdw_master_runtime *m_rt, struct sdw_group_params *params, int port_bo, int hstop) sdw_compute_master_ports() argument
[all...]
H A Dbus.h149 int hstop; member
173 int hstart, int hstop, in sdw_fill_xport_params()
183 params->hstop = hstop; in sdw_fill_xport_params()
169 sdw_fill_xport_params(struct sdw_transport_params *params, int port_num, bool grp_ctrl_valid, int grp_ctrl, int sample_int, int off1, int off2, int hstart, int hstop, int pack_mode, int lane_ctrl) sdw_fill_xport_params() argument
H A Damd_manager.c398 int port_bo, hstart, hstop, sample_int; in amd_sdw_compute_params() local
403 hstop = bus->params.col - 1; in amd_sdw_compute_params()
404 t_data.hstop = hstop; in amd_sdw_compute_params()
413 dev_dbg(bus->dev, "p_rt->num=%d hstart=%d hstop=%d port_bo=%d\n", in amd_sdw_compute_params()
414 p_rt->num, hstart, hstop, port_bo); in amd_sdw_compute_params()
417 port_bo, port_bo >> 8, hstart, hstop, in amd_sdw_compute_params()
425 t_data.hstop = hstop; in amd_sdw_compute_params()
502 dpn_hctrl = FIELD_PREP(AMD_DPN_HCTRL_HSTOP, params->hstop); in amd_sdw_transport_params()
[all...]
H A Dqcom.c154 u8 hstop; member
1000 && pcfg->hstop != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1002 value = (pcfg->hstop << 4) | pcfg->hstart; in qcom_swrm_transport_params()
1093 p_rt->transport_params.hstop = pcfg->hstop; in qcom_swrm_compute_params()
1370 u8 hstop[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
1440 memset(hstop, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config()
1441 of_property_read_u8_array(np, "qcom,ports-hstop", hstop, nports); in qcom_swrm_get_port_config()
1462 ctrl->pconfig[i + 1].hstop in qcom_swrm_get_port_config()
[all...]
H A Dstream.c116 wbuf |= FIELD_PREP(SDW_DPN_HCTRL_HSTOP, t_params->hstop); in _sdw_program_slave_port_params()
H A Dcadence_master.c1553 u32p_replace_bits(&dpn_hctrl, t_params->hstop, CDNS_DPN_HCTRL_HSTOP); in cdns_transport_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c213 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c213 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()
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c462 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw()
467 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of in stk_sensor_set_hw()
468 * hstart are in href[2:0], bottom 3 of hstop in href[5:3]. There is in stk_sensor_set_hw()
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()
461 stk_sensor_set_hw(struct stk_camera *dev, int hstart, int hstop, int vstart, int vstop) stk_sensor_set_hw() argument
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov7670.c200 int hstop; /* that they do not always make complete */ member
295 * make sense - hstop is less than hstart. But they work...
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
925 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of in ov7670_set_hw()
926 * hstart are in href[2:0], bottom 3 of hstop i in ov7670_set_hw()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov7670.c199 int hstop; /* that they do not always make complete */ member
294 * make sense - hstop is less than hstart. But they work...
736 .hstop = 14, /* Omnivision */
747 .hstop = 90,
758 .hstop = 24,
769 .hstop = 24,
787 .hstop = 14, /* Omnivision */
921 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument
927 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of in ov7670_set_hw()
928 * hstart are in href[2:0], bottom 3 of hstop i in ov7670_set_hw()
[all...]
/kernel/linux/linux-5.10/include/linux/soundwire/
H A Dsdw.h727 * @hstop: Horizontal stop of the payload data
744 unsigned int hstop; member
/kernel/linux/linux-6.6/include/linux/soundwire/
H A Dsdw.h776 * @hstop: Horizontal stop of the payload data
793 unsigned int hstop; member

Completed in 29 milliseconds