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

/linux-master/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c58 t_data->hstop,
86 int port_bo, int hstop)
103 t_data.hstop = hstop;
104 hstart = hstop - params->hwidth + 1;
111 port_bo, port_bo >> 8, hstart, hstop,
128 t_data.hstop = hstop;
141 int hstop = bus->params.col - 1; local
149 sdw_compute_master_ports(m_rt, &params[i], port_bo, hstop);
84 sdw_compute_master_ports(struct sdw_master_runtime *m_rt, struct sdw_group_params *params, int port_bo, int hstop) argument
[all...]
H A Dbus.h149 int hstop; member in struct:sdw_transport_data
173 int hstart, int hstop,
183 params->hstop = hstop;
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) argument
H A Damd_manager.c393 int port_bo, hstart, hstop, sample_int; local
398 hstop = bus->params.col - 1;
399 t_data.hstop = hstop;
408 dev_dbg(bus->dev, "p_rt->num=%d hstart=%d hstop=%d port_bo=%d\n",
409 p_rt->num, hstart, hstop, port_bo);
412 port_bo, port_bo >> 8, hstart, hstop,
420 t_data.hstop = hstop;
497 dpn_hctrl = FIELD_PREP(AMD_DPN_HCTRL_HSTOP, params->hstop);
[all...]
H A Dqcom.c155 u8 hstop; member in struct:qcom_swrm_port_config
1012 && pcfg->hstop != SWR_INVALID_PARAM) {
1014 value = (pcfg->hstop << 4) | pcfg->hstart;
1105 p_rt->transport_params.hstop = pcfg->hstop;
1347 u8 hstop[QCOM_SDW_MAX_PORTS]; local
1417 memset(hstop, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS);
1418 of_property_read_u8_array(np, "qcom,ports-hstop", hstop, nports);
1439 ctrl->pconfig[i + 1].hstop
[all...]
H A Dcadence_master.c1553 u32p_replace_bits(&dpn_hctrl, t_params->hstop, CDNS_DPN_HCTRL_HSTOP);
H A Dstream.c116 wbuf |= FIELD_PREP(SDW_DPN_HCTRL_HSTOP, t_params->hstop);
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c213 u16 hstop; /* horizontal total, registers C3/C4 */ member in struct:ns2501_configuration
240 .hstop = 783,
260 .hstop = 1016,
279 .hstop = 1299,
619 ns2501_writeb(dvo, NS2501_REGC3, conf->hstop & 0xff);
620 ns2501_writeb(dvo, NS2501_REGC4, conf->hstop >> 8);
/linux-master/drivers/media/i2c/
H A Dov7670.c195 int hstop; /* that they do not always make complete */ member in struct:ov7670_win_size
288 * make sense - hstop is less than hstart. But they work...
730 .hstop = 14, /* Omnivision */
741 .hstop = 90,
752 .hstop = 24,
763 .hstop = 24,
781 .hstop = 14, /* Omnivision */
915 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, argument
921 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of
922 * hstart are in href[2:0], bottom 3 of hstop i
[all...]
/linux-master/include/linux/soundwire/
H A Dsdw.h776 * @hstop: Horizontal stop of the payload data
793 unsigned int hstop; member in struct:sdw_transport_params

Completed in 333 milliseconds