Home
last modified time | relevance | path

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

12345678

/Linux-v5.15/drivers/spi/
Dspi-hisi-kunpeng.c164 static int hisi_spi_debugfs_init(struct hisi_spi *hs) in hisi_spi_debugfs_init() argument
168 snprintf(name, 32, "hisi_spi%d", hs->bus_num); in hisi_spi_debugfs_init()
169 hs->debugfs = debugfs_create_dir(name, NULL); in hisi_spi_debugfs_init()
170 if (!hs->debugfs) in hisi_spi_debugfs_init()
173 hs->regset.regs = hisi_spi_regs; in hisi_spi_debugfs_init()
174 hs->regset.nregs = ARRAY_SIZE(hisi_spi_regs); in hisi_spi_debugfs_init()
175 hs->regset.base = hs->regs; in hisi_spi_debugfs_init()
176 debugfs_create_regset32("registers", 0400, hs->debugfs, &hs->regset); in hisi_spi_debugfs_init()
181 static u32 hisi_spi_busy(struct hisi_spi *hs) in hisi_spi_busy() argument
183 return readl(hs->regs + HISI_SPI_SR) & SR_BUSY; in hisi_spi_busy()
[all …]
/Linux-v5.15/arch/powerpc/platforms/pseries/
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-v5.15/arch/x86/crypto/
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-v5.15/Documentation/devicetree/bindings/phy/
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";
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-v5.15/drivers/block/paride/
Dpg.c580 int hs = sizeof (hdr); in pg_write() local
584 if (count < hs) in pg_write()
587 if (copy_from_user(&hdr, buf, 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()
[all …]
/Linux-v5.15/tools/testing/selftests/net/
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} \
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} \
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-v5.15/drivers/video/fbdev/omap/
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()
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-v5.15/Documentation/ABI/testing/
Dconfigfs-usb-gadget-sourcesink10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss)
11 isoc_mult 0..2 (hs/ss only)
/Linux-v5.15/arch/arm64/boot/dts/exynos/
Dexynos7-pinctrl.dtsi187 hs_i2c10_bus: hs-i2c10-bus {
194 hs_i2c11_bus: hs-i2c11-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 {
[all …]
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-v5.15/arch/arm/boot/dts/
Dam57xx-beagle-x15-revc.dts19 pinctrl-names = "default", "hs";
27 pinctrl-names = "default", "hs", "ddr_3_3v";
Dam572x-idk.dts19 pinctrl-names = "default", "hs";
25 pinctrl-names = "default", "hs", "ddr_3_3v";
Dam57xx-beagle-x15-revb1.dts19 pinctrl-names = "default", "hs";
27 pinctrl-names = "default", "hs", "ddr_3_3v";
Dam574x-idk.dts27 pinctrl-names = "default", "hs";
33 pinctrl-names = "default", "hs", "ddr_3_3v";
Dam57xx-beagle-x15.dts20 pinctrl-names = "default", "hs";
29 pinctrl-names = "default", "hs", "ddr_3_3v";
/Linux-v5.15/drivers/scsi/libsas/
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()
74 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task()
76 hs = DID_ERROR; in sas_end_task()
[all …]
/Linux-v5.15/drivers/phy/qualcomm/
DMakefile9 obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o
11 obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
/Linux-v5.15/drivers/usb/dwc2/
Dgadget.c1406 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue() local
1413 dev_dbg(hs->dev, "%s: req %p: %d@%p, noi=%d, zero=%d, snok=%d\n", in dwc2_hsotg_ep_queue()
1418 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
1419 dev_dbg(hs->dev, "%s: submit request only in active state\n", in dwc2_hsotg_ep_queue()
1432 dev_err(hs->dev, "req length > maxpacket*mc\n"); in dwc2_hsotg_ep_queue()
1439 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue()
1442 dev_err(hs->dev, "wrong length %d (maxsize=%d)\n", in dwc2_hsotg_ep_queue()
1448 dev_err(hs->dev, "ISOC OUT: wrong length %d (mps=%d)\n", in dwc2_hsotg_ep_queue()
1454 ret = dwc2_hsotg_handle_unaligned_buf_start(hs, hs_ep, hs_req); in dwc2_hsotg_ep_queue()
1459 if (using_dma(hs)) { in dwc2_hsotg_ep_queue()
[all …]
/Linux-v5.15/drivers/video/fbdev/
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-v5.15/drivers/clk/bcm/
Dclk-cygnus.c33 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument
34 { .offset = o, .en_shift = es, .high_shift = hs, \
46 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
47 .hold_shift = hs, .bypass_shift = bs }
/Linux-v5.15/drivers/usb/gadget/
Dconfig.c161 struct usb_descriptor_header **hs, in usb_assign_descriptors() argument
180 if (hs && gadget_is_dualspeed(g)) { in usb_assign_descriptors()
181 f->hs_descriptors = usb_copy_descriptors(hs); in usb_assign_descriptors()

12345678