Searched refs:hstop (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/soundwire/ |
| H A D | generic_bandwidth_allocation.c | 63 t_data->hstop, in sdw_compute_slave_ports() 137 int *port_bo, int hstop) in sdw_compute_master_ports() argument 154 t_data.hstop = hstop; in sdw_compute_master_ports() 155 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports() 164 *port_bo, (*port_bo) >> 8, hstart, hstop, in sdw_compute_master_ports() 181 t_data.hstop = hstop; in sdw_compute_master_ports() 196 int hstop; in _sdw_compute_port_params() local 202 /* reset hstop fo in _sdw_compute_port_params() [all...] |
| H A D | bus.h | 179 int hstop; member 204 int hstart, int hstop, in sdw_fill_xport_params() argument 214 params->hstop = hstop; in sdw_fill_xport_params()
|
| H A D | qcom.c | 159 u8 hstop; member 1085 if (pcfg->hstart != SWR_INVALID_PARAM && pcfg->hstop != SWR_INVALID_PARAM) { in qcom_swrm_transport_params() 1086 value = (pcfg->hstop << 4) | pcfg->hstart; in qcom_swrm_transport_params() 1181 p_rt->transport_params.hstop = pcfg->hstop; in qcom_swrm_compute_params() 1485 pcfg->hstop = SWR_INVALID_PARAM; in qcom_swrm_get_port_config() 1492 of_property_read_u8_index(np, "qcom,ports-hstop", i, &pcfg->hstop); in qcom_swrm_get_port_config()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A 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/drivers/media/i2c/ |
| H A D | ov7670.c | 195 int hstop; /* that they do not always make complete */ member 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, in ov7670_set_hw() argument 921 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of in ov7670_set_hw() 922 * hstart are in href[2:0], bottom 3 of hstop i in ov7670_set_hw() [all...] |
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | hamoa.dtsi | 4499 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0x0f>; 4548 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0x0f 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff>; 4615 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0x0f>; 4656 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff>;
|