Home
last modified time | relevance | path

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

12345678

/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c161 static int hisi_spi_debugfs_init(struct hisi_spi *hs) in hisi_spi_debugfs_init() argument
167 host = container_of(hs->dev, struct spi_controller, dev); in hisi_spi_debugfs_init()
169 hs->debugfs = debugfs_create_dir(name, NULL); in hisi_spi_debugfs_init()
170 if (IS_ERR(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/lib/crypto/x86/
H A Dpoly1305.h18 u64 hs[3]; member
47 state->hs[0] = ((u64)state->h[2] << 52) | ((u64)state->h[1] << 26) | state->h[0]; in convert_to_base2_64()
48 state->hs[1] = ((u64)state->h[4] << 40) | ((u64)state->h[3] << 14) | (state->h[2] >> 12); in convert_to_base2_64()
49 state->hs[2] = state->h[4] >> 24; in convert_to_base2_64()
52 cy = (state->hs[2] >> 2) + (state->hs[2] & ~3ULL); in convert_to_base2_64()
53 state->hs[2] &= 3; in convert_to_base2_64()
54 state->hs[0] += cy; in convert_to_base2_64()
55 state->hs[1] += (cy = ULT(state->hs[0], cy)); in convert_to_base2_64()
56 state->hs[2] += ULT(state->hs[1], cy); in convert_to_base2_64()
/linux/arch/powerpc/platforms/pseries/
H 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/tools/testing/selftests/net/
H A Dsrv6_end_dx6_netfilter_test.sh208 local hs=$1
211 local hsname=hs-${hs}
220 ip -netns ${hsname} addr add ${IPv6_HS_NETWORK}::${hs}/64 dev veth0 nodad
224 ip -netns ${rtname} addr add ${IPv6_HS_NETWORK}::${rt}${hs}/64 dev ${rtveth}
241 local hssrc_name=hs-t${tid}-${hssrc}
242 local hsdst_name=hs-t${tid}-${hsdst}
287 ip netns exec hs-${hssrc} ping -6 -c 1 -W ${PING_TIMEOUT_SEC} \
H A Dsrv6_end_dx4_netfilter_test.sh209 local hs=$1
212 local hsname=hs-${hs}
221 ip -netns ${hsname} addr add ${IPv4_HS_NETWORK}.${hs}/24 dev veth0
225 ip -netns ${rtname} addr add ${IPv4_HS_NETWORK}.${rt}${hs}/24 dev ${rtveth}
239 local hssrc_name=hs-t${tid}-${hssrc}
240 local hsdst_name=hs-t${tid}-${hsdst}
282 ip netns exec hs-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
H A Dsrv6_hl2encap_red_l2vpn_test.sh425 local hs="$1"
430 eval hsname=\${$(get_hsname "${hs}")}
439 ip -netns "${hsname}" addr add "${IPv6_HS_NETWORK}::${hs}/64" \
441 ip -netns "${hsname}" addr add "${IPv4_HS_NETWORK}.${hs}/24" \
708 local hs
712 for hs in ${HOSTS}; do
713 check_and_log_hs2gw_connectivity "${hs}"
H A Dsrv6_hencap_red_l3vpn_test.sh477 local hs="$1"
482 eval hsname=\${$(get_hsname "${hs}")}
492 add "${IPv6_HS_NETWORK}::${hs}/64" dev veth0 nodad
493 ip -netns "${hsname}" addr add "${IPv4_HS_NETWORK}.${hs}/24" dev veth0
745 local hs
749 for hs in ${HOSTS}; do
750 check_and_log_hs2gw_connectivity "${hs}"
H A Dsrv6_end_flavors_test.sh56 # two hosts (hs-1, hs-2) and four routers (rt-1, rt-2, rt-3, rt-4).
57 # Hosts hs-1 and hs-2 are connected to routers rt-1 and rt-2, respectively,
59 # Traffic exchanged between hs-1 and hs-2 can follow different network paths.
78 # | hs-1 | | hs-2 |
144 # Traffic from hs-1 to hs
[all...]
H A Dsrv6_end_next_csid_l3vpn_test.sh706 local hs="$1"
711 eval hsname=\${$(get_hsname "${hs}")}
721 add "${IPv6_HS_NETWORK}::${hs}/64" dev veth0 nodad
722 ip -netns "${hsname}" addr add "${IPv4_HS_NETWORK}.${hs}/24" dev veth0
932 local hs
936 for hs in ${HOSTS}; do
937 check_and_log_hs2gw_connectivity "${hs}"
/linux/arch/arm/boot/dts/st/
H A Dstm32mp135f-dhcor-dhsbc.dts397 st,decrease-hs-slew-rate;
398 st,tune-hs-dc-level = <2>;
399 st,enable-hs-rftime-reduction;
400 st,trim-hs-current = <11>;
401 st,trim-hs-impedance = <2>;
403 st,enable-hs-rx-gain-eq;
404 st,no-hs-ftime-ctrl;
415 st,decrease-hs-slew-rate;
416 st,tune-hs-dc-level = <2>;
417 st,enable-hs-rftime-reduction;
[all …]
H A Dstm32mp135f-dk.dts597 st,decrease-hs-slew-rate;
598 st,tune-hs-dc-level = <2>;
599 st,enable-hs-rftime-reduction;
600 st,trim-hs-current = <11>;
601 st,trim-hs-impedance = <2>;
603 st,enable-hs-rx-gain-eq;
604 st,no-hs-ftime-ctrl;
611 st,decrease-hs-slew-rate;
612 st,tune-hs-dc-level = <2>;
613 st,enable-hs-rftime-reduction;
[all …]
/linux/drivers/video/fbdev/omap/
H A Dsossi.c387 int hs, vs; in sossi_setup_tearsync() local
393 hs = ps_to_sossi_ticks(hs_pulse_time, div); in sossi_setup_tearsync()
395 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
399 if (hs > 8) in sossi_setup_tearsync()
400 hs = 8; in sossi_setup_tearsync()
401 if (hs) in sossi_setup_tearsync()
402 hs--; in sossi_setup_tearsync()
406 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
412 l |= hs; in sossi_setup_tearsync()
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos7-pinctrl.dtsi187 hs_i2c10_bus: hs-i2c10-bus-pins {
194 hs_i2c11_bus: hs-i2c11-bus-pins {
201 hs_i2c2_bus: hs-i2c2-bus-pins {
229 hs_i2c3_bus: hs-i2c3-bus-pins {
250 hs_i2c0_bus: hs-i2c0-bus-pins {
257 hs_i2c1_bus: hs-i2c1-bus-pins {
264 hs_i2c9_bus: hs-i2c9-bus-pins {
299 hs_i2c8_bus: hs-i2c8-bus-pins {
334 hs_i2c4_bus: hs-i2c4-bus-pins {
341 hs_i2c5_bus: hs-i2c5-bus-pins {
[all …]
H A Dexynos5433-pinctrl.dtsi199 hs_i2c6_bus: hs-i2c6-bus-pins {
415 hs_i2c4_bus: hs-i2c4-bus-pins {
560 hs_i2c8_bus: hs-i2c8-bus-pins {
567 hs_i2c9_bus: hs-i2c9-bus-pins {
617 hs_i2c2_bus: hs-i2c2-bus-pins {
636 hs_i2c3_bus: hs-i2c3-bus-pins {
643 hs_i2c0_bus: hs-i2c0-bus-pins {
650 hs_i2c1_bus: hs-i2c1-bus-pins {
692 hs_i2c7_bus: hs-i2c7-bus-pins {
706 hs_i2c10_bus: hs-i2c10-bus-pins {
[all …]
/linux/drivers/usb/dwc2/
H A Dgadget.c1407 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue() local
1414 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_L1) { in dwc2_hsotg_ep_queue()
1419 dwc2_wakeup_from_lpm_l1(hs, true); in dwc2_hsotg_ep_queue()
1423 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
1424 dev_dbg(hs->dev, "%s: submit request only in active state\n", in dwc2_hsotg_ep_queue()
1437 dev_err(hs->dev, "req length > maxpacket*mc\n"); in dwc2_hsotg_ep_queue()
1444 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue()
1447 dev_err(hs->dev, "wrong length %d (maxsize=%d)\n", in dwc2_hsotg_ep_queue()
1453 dev_err(hs->dev, "ISOC OUT: wrong length %d (mps=%d)\n", in dwc2_hsotg_ep_queue()
[all …]
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-sourcesink10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss)
11 isoc_mult 0..2 (hs/ss only)
/linux/drivers/mtd/nand/spi/
H A Dwinbond.c290 bool hs; in w25n0xjw_hs_cfg() local
296 hs = false; in w25n0xjw_hs_cfg()
299 hs = false; in w25n0xjw_hs_cfg()
301 hs = true; in w25n0xjw_hs_cfg()
303 hs = false; in w25n0xjw_hs_cfg()
309 if (hs) in w25n0xjw_hs_cfg()
/linux/arch/arm64/boot/dts/tesla/
H A Dfsd-pinctrl.dtsi308 hs_i2c0_bus: hs-i2c0-bus-pins {
315 hs_i2c1_bus: hs-i2c1-bus-pins {
322 hs_i2c2_bus: hs-i2c2-bus-pins {
329 hs_i2c3_bus: hs-i2c3-bus-pins {
336 hs_i2c4_bus: hs-i2c4-bus-pins {
343 hs_i2c5_bus: hs-i2c5-bus-pins {
350 hs_i2c6_bus: hs-i2c6-bus-pins {
357 hs_i2c7_bus: hs-i2c7-bus-pins {
/linux/drivers/video/fbdev/
H 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()
952 unsigned long hs; in acornfb_probe() local
954 hs = modedb[i].refresh * in acornfb_probe()
961 hs >= fb_info.monspecs.hfmin && in acornfb_probe()
962 hs <= fb_info.monspecs.hfmax) { in acornfb_probe()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam57xx-beagle-x15-revc.dts19 pinctrl-names = "default", "hs";
27 pinctrl-names = "default", "hs", "ddr_3_3v";
H A Dam572x-idk.dts19 pinctrl-names = "default", "hs";
25 pinctrl-names = "default", "hs", "ddr_3_3v";
H A Dam57xx-beagle-x15-revb1.dts19 pinctrl-names = "default", "hs";
27 pinctrl-names = "default", "hs", "ddr_3_3v";
H A Dam574x-idk.dts27 pinctrl-names = "default", "hs";
33 pinctrl-names = "default", "hs", "ddr_3_3v";
H A Dam57xx-beagle-x15.dts20 pinctrl-names = "default", "hs";
29 pinctrl-names = "default", "hs", "ddr_3_3v";
/linux/drivers/usb/gadget/
H A Dconfig.c108 struct usb_descriptor_header **hs, in usb_assign_descriptors() argument
125 if (hs) { in usb_assign_descriptors()
126 f->hs_descriptors = usb_copy_descriptors(hs); in usb_assign_descriptors()

12345678