Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 25 of 203) sorted by relevance

123456789

/linux/drivers/spi/
A Dspi-hisi-kunpeng.c175 hs->regset.base = hs->regs; in hisi_spi_debugfs_init()
226 u32 max = min_t(u32, hs->rx_len, hs->fifo_len); in hisi_spi_reader()
232 if (hs->rx) { in hisi_spi_reader()
244 hs->rx += hs->n_bytes; in hisi_spi_reader()
246 --hs->rx_len; in hisi_spi_reader()
252 u32 max = min_t(u32, hs->tx_len, hs->fifo_len); in hisi_spi_writer()
257 if (hs->tx) { in hisi_spi_writer()
269 hs->tx += hs->n_bytes; in hisi_spi_writer()
272 --hs->tx_len; in hisi_spi_writer()
393 hs->tx_len = transfer->len / hs->n_bytes; in hisi_spi_transfer_one()
[all …]
/linux/Documentation/devicetree/bindings/phy/
A Dphy-stm32-usbphyc.yaml97 st,decrease-hs-slew-rate:
101 st,tune-hs-dc-level:
117 st,enable-hs-rftime-reduction:
121 st,trim-hs-current:
145 st,trim-hs-impedance:
169 st,enable-hs-rx-gain-eq:
173 st,tune-hs-rx-offset:
185 st,no-hs-ftime-ctrl:
193 st,enable-hs-tx-staggering:
253 st,tune-hs-dc-level = <2>;
[all …]
A Dqcom,usb-snps-femto-v2.yaml18 - qcom,usb-snps-hs-7nm-phy
19 - qcom,sc7280-usb-hs-phy
20 - qcom,sm8150-usb-hs-phy
21 - qcom,sm8250-usb-hs-phy
22 - qcom,sm8350-usb-hs-phy
70 compatible = "qcom,sm8150-usb-hs-phy";
A Dqcom,usb-hs-phy.txt8 Definition: Should contain "qcom,usb-hs-phy" and more specifically one of the
11 "qcom,usb-hs-phy-apq8064"
12 "qcom,usb-hs-phy-msm8916"
13 "qcom,usb-hs-phy-msm8974"
72 compatible = "qcom,usb-hs-phy-msm8974", "qcom,usb-hs-phy";
A Dqcom,usb-hs-28nm.yaml4 $id: "http://devicetree.org/schemas/phy/qcom,usb-hs-28nm.yaml#"
18 - qcom,usb-hs-28nm-femtophy
19 - qcom,usb-hs-28nm-mdm9607
77 compatible = "qcom,usb-hs-28nm-femtophy";
A Dqcom,ipq806x-usb-phy-hs.yaml4 $id: http://devicetree.org/schemas/phy/qcom,ipq806x-usb-phy-hs.yaml#
19 const: qcom,ipq806x-usb-phy-hs
51 compatible = "qcom,ipq806x-usb-phy-hs";
A Dbrcm,stingray-usb-phy.txt6 - "brcm,sr-usb-hs-phy" is a single HS PHY.
11 - Must be 0 for brcm,sr-usb-hs-phy.
29 compatible = "brcm,sr-usb-hs-phy";
/linux/arch/powerpc/platforms/pseries/
A DhvCall_inst.c56 struct hcall_stats *hs = m->private; in hc_show() local
58 if (hs[h_num].num_calls) { in hc_show()
61 hs[h_num].num_calls, in hc_show()
62 hs[h_num].tb_total, in hc_show()
63 hs[h_num].purr_total); in hc_show()
66 hs[h_num].num_calls, in hc_show()
67 hs[h_num].tb_total); in hc_show()
/linux/arch/x86/crypto/
A Dpoly1305_glue.c43 u64 hs[3]; member
71 state->hs[0] = ((u64)state->h[2] << 52) | ((u64)state->h[1] << 26) | state->h[0]; in convert_to_base2_64()
72 state->hs[1] = ((u64)state->h[4] << 40) | ((u64)state->h[3] << 14) | (state->h[2] >> 12); in convert_to_base2_64()
73 state->hs[2] = state->h[4] >> 24; in convert_to_base2_64()
75 cy = (state->hs[2] >> 2) + (state->hs[2] & ~3ULL); in convert_to_base2_64()
76 state->hs[2] &= 3; in convert_to_base2_64()
77 state->hs[0] += cy; in convert_to_base2_64()
78 state->hs[1] += (cy = ULT(state->hs[0], cy)); in convert_to_base2_64()
79 state->hs[2] += ULT(state->hs[1], cy); in convert_to_base2_64()
/linux/drivers/block/paride/
A Dpg.c580 int hs = sizeof (hdr); in pg_write() local
584 if (count < hs) in pg_write()
594 if ((count - hs) > PG_MAX_DATA) in pg_write()
598 if (count != hs) in pg_write()
619 if (copy_from_user(dev->bufptr, buf + hs, count - hs)) in pg_write()
628 int hs = sizeof (hdr); in pg_read() local
633 if (count < hs) in pg_read()
650 if (copy > (count - hs)) in pg_read()
651 copy = count - hs; in pg_read()
657 if (copy_to_user(buf, &hdr, hs)) in pg_read()
[all …]
/linux/tools/testing/selftests/net/
A Dsrv6_end_dt46_l3vpn_test.sh282 local hs=$1
285 local hsname=hs-t${tid}-${hs}
297 ip -netns ${hsname} addr add ${IPv6_HS_NETWORK}::${hs}/64 dev veth0 nodad
298 ip -netns ${hsname} addr add ${IPv4_HS_NETWORK}.${hs}/24 dev veth0
335 local hssrc_name=hs-t${tid}-${hssrc}
336 local hsdst_name=hs-t${tid}-${hsdst}
432 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
442 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
A Dsrv6_end_dt4_l3vpn_test.sh248 local hs=$1
251 local hsname=hs-t${tid}-${hs}
259 ip -netns ${hsname} addr add ${IPv4_HS_NETWORK}.${hs}/24 dev veth0
291 local hssrc_name=hs-t${tid}-${hssrc}
292 local hsdst_name=hs-t${tid}-${hsdst}
376 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
A Dsrv6_end_dt6_l3vpn_test.sh251 local hs=$1
254 local hsname=hs-t${tid}-${hs}
266 ip -netns ${hsname} addr add ${IPv6_HS_NETWORK}::${hs}/64 dev veth0 nodad
296 local hssrc_name=hs-t${tid}-${hssrc}
297 local hsdst_name=hs-t${tid}-${hsdst}
384 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
/linux/drivers/video/fbdev/omap/
A Dsossi.c385 int hs, vs; in sossi_setup_tearsync() local
391 hs = ps_to_sossi_ticks(hs_pulse_time, div); in sossi_setup_tearsync()
393 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
397 if (hs > 8) in sossi_setup_tearsync()
398 hs = 8; in sossi_setup_tearsync()
399 if (hs) in sossi_setup_tearsync()
400 hs--; in sossi_setup_tearsync()
404 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
410 l |= hs; in sossi_setup_tearsync()
A Dhwa742.c794 int hs, vs; in setup_tearsync() local
851 hs = hndp; in setup_tearsync()
859 hs = hsw; in setup_tearsync()
867 hs = hs * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
868 hs *= 1000; in setup_tearsync()
873 if (vs <= hs) in setup_tearsync()
876 vs = hs * 12 / 10; in setup_tearsync()
878 hs = 10000; in setup_tearsync()
893 hs, vs, (b & 0x3), !use_hsvs); in setup_tearsync()
895 return hwa742.extif->setup_tearsync(1, hs, vs, in setup_tearsync()
/linux/arch/arm64/boot/dts/exynos/
A Dexynos7-pinctrl.dtsi187 hs_i2c10_bus: hs-i2c10-bus {
201 hs_i2c2_bus: hs-i2c2-bus {
229 hs_i2c3_bus: hs-i2c3-bus {
250 hs_i2c0_bus: hs-i2c0-bus {
257 hs_i2c1_bus: hs-i2c1-bus {
264 hs_i2c9_bus: hs-i2c9-bus {
299 hs_i2c8_bus: hs-i2c8-bus {
334 hs_i2c4_bus: hs-i2c4-bus {
341 hs_i2c5_bus: hs-i2c5-bus {
358 hs_i2c6_bus: hs-i2c6-bus {
[all …]
A Dexynos5433-pinctrl.dtsi190 hs_i2c6_bus: hs-i2c6-bus {
406 hs_i2c4_bus: hs-i2c4-bus {
551 hs_i2c8_bus: hs-i2c8-bus {
558 hs_i2c9_bus: hs-i2c9-bus {
608 hs_i2c2_bus: hs-i2c2-bus {
627 hs_i2c3_bus: hs-i2c3-bus {
634 hs_i2c0_bus: hs-i2c0-bus {
641 hs_i2c1_bus: hs-i2c1-bus {
683 hs_i2c7_bus: hs-i2c7-bus {
697 hs_i2c10_bus: hs-i2c10-bus {
[all …]
/linux/Documentation/devicetree/bindings/clock/
A Drenesas,rcar-usb2-clock-sel.yaml56 - const: hs-usb-if
73 - const: hs-usb-if
98 clock-names = "ehci_ohci", "hs-usb-if", "usb_extal", "usb_xtal";
102 reset-names = "ehci_ohci", "hs-usb-if";
/linux/drivers/scsi/libsas/
A Dsas_scsi_host.c40 int hs = 0, stat = 0; in sas_end_task() local
44 hs = DID_NO_CONNECT; in sas_end_task()
53 hs = DID_NO_CONNECT; in sas_end_task()
58 hs = DID_ERROR; in sas_end_task()
61 hs = DID_ERROR; in sas_end_task()
64 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task()
67 hs = DID_BAD_TARGET; in sas_end_task()
70 hs = DID_PARITY; in sas_end_task()
76 hs = DID_ERROR; in sas_end_task()
83 hs = DID_ABORT; in sas_end_task()
[all …]
/linux/drivers/usb/dwc2/
A Dgadget.c1420 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
1461 if (using_dma(hs)) { in dwc2_hsotg_ep_queue()
1508 hs->frame_number = dwc2_hsotg_read_frameno(hs); in dwc2_hsotg_ep_queue()
1514 hs->frame_number = dwc2_hsotg_read_frameno(hs); in dwc2_hsotg_ep_queue()
1531 spin_lock_irqsave(&hs->lock, flags); in dwc2_hsotg_ep_queue_lock()
4387 dwc2_hsotg_stall_ep0(hs); in dwc2_hsotg_ep_sethalt()
4389 dev_warn(hs->dev, in dwc2_hsotg_ep_sethalt()
4407 epctl = dwc2_readl(hs, epreg); in dwc2_hsotg_ep_sethalt()
4421 dwc2_writel(hs, epctl, epreg); in dwc2_hsotg_ep_sethalt()
4424 epctl = dwc2_readl(hs, epreg); in dwc2_hsotg_ep_sethalt()
[all …]
/linux/drivers/video/fbdev/
A Dacornfb.c415 unsigned long hs, vs; in acornfb_validate_timing() local
424 hs = 1953125000 / var->pixclock; in acornfb_validate_timing()
425 hs = hs * 512 / in acornfb_validate_timing()
427 vs = hs / in acornfb_validate_timing()
431 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing()
954 unsigned long hs; in acornfb_probe() local
956 hs = modedb[i].refresh * in acornfb_probe()
963 hs >= fb_info.monspecs.hfmin && in acornfb_probe()
964 hs <= fb_info.monspecs.hfmax) { in acornfb_probe()
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-sourcesink10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss)
11 isoc_mult 0..2 (hs/ss only)
/linux/Documentation/devicetree/bindings/mmc/
A Dsdhci-am654.yaml62 ti,otap-del-sel-mmc-hs:
68 ti,otap-del-sel-sd-hs:
132 ti,itap-del-sel-mmc-hs:
138 ti,itap-del-sel-sd-hs:
215 ti,otap-del-sel-mmc-hs = <0x0>;
220 ti,itap-del-sel-mmc-hs = <0xa>;
/linux/arch/arm/boot/dts/
A Dam572x-idk.dts19 pinctrl-names = "default", "hs";
25 pinctrl-names = "default", "hs", "ddr_3_3v";
A Dam57xx-beagle-x15-revc.dts19 pinctrl-names = "default", "hs";
27 pinctrl-names = "default", "hs", "ddr_3_3v";

Completed in 55 milliseconds

123456789