Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soundwire/
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() argument
108 t_data.hstop = hstop; in sdw_compute_master_ports()
109 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports()
116 port_bo, port_bo >> 8, hstart, hstop, in sdw_compute_master_ports()
133 t_data.hstop = hstop; in sdw_compute_master_ports()
146 int hstop = bus->params.col - 1; in _sdw_compute_port_params() local
156 port_bo, hstop); in _sdw_compute_port_params()
163 hstop = hstop - params[i].hwidth; in _sdw_compute_port_params()
A Dbus.h177 int hstart, int hstop, in sdw_fill_xport_params() argument
187 params->hstop = hstop; in sdw_fill_xport_params()
A Dqcom.c136 u8 hstop; member
831 && pcfg->hstop != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
833 value = (pcfg->hstop << 4) | pcfg->hstart; in qcom_swrm_transport_params()
924 p_rt->transport_params.hstop = pcfg->hstop; in qcom_swrm_compute_params()
1190 u8 hstop[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
1251 memset(hstop, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config()
1252 of_property_read_u8_array(np, "qcom,ports-hstop", hstop, nports); in qcom_swrm_get_port_config()
1270 ctrl->pconfig[i + 1].hstop = hstop[i]; in qcom_swrm_get_port_config()
A Dcadence_master.c1504 u32p_replace_bits(&dpn_hctrl, t_params->hstop, CDNS_DPN_HCTRL_HSTOP); in cdns_transport_params()
A Dstream.c116 wbuf |= FIELD_PREP(SDW_DPN_HCTRL_HSTOP, t_params->hstop); in _sdw_program_slave_port_params()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
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()
/linux-6.3-rc2/drivers/media/i2c/
A Dov7670.c199 int hstop; /* that they do not always make complete */ member
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
934 ret = ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw()
940 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw()
1075 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
/linux-6.3-rc2/Documentation/devicetree/bindings/soundwire/
A Dqcom,soundwire.yaml164 qcom,ports-hstop:
258 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>;
/linux-6.3-rc2/include/linux/soundwire/
A Dsdw.h781 unsigned int hstop; member
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dsm8450.dtsi2172 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2219 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>;
2287 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2316 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff>;
A Dsc8280xp.dtsi2508 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>;
2582 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff>;
2617 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff>;
A Dsc7280.dtsi2286 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>;
2337 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff>;
A Dsm8250.dtsi2327 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>;
2377 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff>;

Completed in 45 milliseconds