/Linux-v6.6/drivers/spi/ |
D | spi-hisi-kunpeng.c | 163 static int hisi_spi_debugfs_init(struct hisi_spi *hs) in hisi_spi_debugfs_init() argument 169 host = container_of(hs->dev, struct spi_controller, dev); in hisi_spi_debugfs_init() 171 hs->debugfs = debugfs_create_dir(name, NULL); in hisi_spi_debugfs_init() 172 if (IS_ERR(hs->debugfs)) in hisi_spi_debugfs_init() 175 hs->regset.regs = hisi_spi_regs; in hisi_spi_debugfs_init() 176 hs->regset.nregs = ARRAY_SIZE(hisi_spi_regs); in hisi_spi_debugfs_init() 177 hs->regset.base = hs->regs; in hisi_spi_debugfs_init() 178 debugfs_create_regset32("registers", 0400, hs->debugfs, &hs->regset); in hisi_spi_debugfs_init() 183 static u32 hisi_spi_busy(struct hisi_spi *hs) in hisi_spi_busy() argument 185 return readl(hs->regs + HISI_SPI_SR) & SR_BUSY; in hisi_spi_busy() [all …]
|
/Linux-v6.6/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 56 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-v6.6/arch/x86/crypto/ |
D | poly1305_glue.c | 43 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-v6.6/arch/arm/boot/dts/st/ |
D | stm32mp135f-dk.dts | 339 st,decrease-hs-slew-rate; 340 st,tune-hs-dc-level = <2>; 341 st,enable-hs-rftime-reduction; 342 st,trim-hs-current = <11>; 343 st,trim-hs-impedance = <2>; 345 st,enable-hs-rx-gain-eq; 346 st,no-hs-ftime-ctrl; 353 st,decrease-hs-slew-rate; 354 st,tune-hs-dc-level = <2>; 355 st,enable-hs-rftime-reduction; [all …]
|
D | stm32mp157c-ev1.dts | 390 st,tune-hs-dc-level = <2>; 392 st,enable-hs-rftime-reduction; 393 st,trim-hs-current = <15>; 394 st,trim-hs-impedance = <1>; 396 st,tune-hs-rx-offset = <2>; 406 st,tune-hs-dc-level = <2>; 408 st,enable-hs-rftime-reduction; 409 st,trim-hs-current = <15>; 410 st,trim-hs-impedance = <1>; 412 st,tune-hs-rx-offset = <2>;
|
D | stm32mp15xx-dkx.dtsi | 714 st,tune-hs-dc-level = <2>; 716 st,enable-hs-rftime-reduction; 717 st,trim-hs-current = <15>; 718 st,trim-hs-impedance = <1>; 720 st,tune-hs-rx-offset = <2>; 726 st,tune-hs-dc-level = <2>; 728 st,enable-hs-rftime-reduction; 729 st,trim-hs-current = <15>; 730 st,trim-hs-impedance = <1>; 732 st,tune-hs-rx-offset = <2>;
|
/Linux-v6.6/tools/testing/selftests/net/ |
D | srv6_end_dt46_l3vpn_test.sh | 282 local hs=$1 285 local hsname=hs-t${tid}-${hs} 302 ip -netns ${hsname} addr add ${IPv6_HS_NETWORK}::${hs}/64 dev veth0 nodad 303 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} \
|
D | srv6_end_dt4_l3vpn_test.sh | 252 local hs=$1 255 local hsname=hs-t${tid}-${hs} 269 ip -netns ${hsname} addr add ${IPv4_HS_NETWORK}.${hs}/24 dev veth0 296 local hssrc_name=hs-t${tid}-${hssrc} 297 local hsdst_name=hs-t${tid}-${hsdst} 381 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
|
D | srv6_end_dt6_l3vpn_test.sh | 251 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} \
|
D | srv6_hencap_red_l3vpn_test.sh | 514 local hs="$1" 519 hsname="$(get_hsname "${hs}")" 529 add "${IPv6_HS_NETWORK}::${hs}/64" dev veth0 nodad 530 ip -netns "${hsname}" addr add "${IPv4_HS_NETWORK}.${hs}/24" dev veth0 787 local hs 791 for hs in ${HOSTS}; do 792 check_and_log_hs2gw_connectivity "${hs}"
|
D | srv6_hl2encap_red_l2vpn_test.sh | 461 local hs="$1" 466 hsname="$(get_hsname "${hs}")" 475 ip -netns "${hsname}" addr add "${IPv6_HS_NETWORK}::${hs}/64" \ 477 ip -netns "${hsname}" addr add "${IPv4_HS_NETWORK}.${hs}/24" \ 749 local hs 753 for hs in ${HOSTS}; do 754 check_and_log_hs2gw_connectivity "${hs}"
|
D | srv6_end_flavors_test.sh | 581 local hs="$1" 586 hsname="$(get_hsname "${hs}")" 596 add "${IPv6_HS_NETWORK}::${hs}/64" dev veth0 nodad 750 local hs 754 for hs in ${HOSTS}; do 755 check_and_log_hs2gw_connectivity "${hs}"
|
/Linux-v6.6/Documentation/devicetree/bindings/phy/ |
D | brcm,stingray-usb-phy.txt | 6 - "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-v6.6/arch/arm64/boot/dts/tesla/ |
D | fsd-pinctrl.dtsi | 252 hs_i2c0_bus: hs-i2c0-bus-pins { 259 hs_i2c1_bus: hs-i2c1-bus-pins { 266 hs_i2c2_bus: hs-i2c2-bus-pins { 273 hs_i2c3_bus: hs-i2c3-bus-pins { 280 hs_i2c4_bus: hs-i2c4-bus-pins { 287 hs_i2c5_bus: hs-i2c5-bus-pins { 294 hs_i2c6_bus: hs-i2c6-bus-pins { 301 hs_i2c7_bus: hs-i2c7-bus-pins {
|
/Linux-v6.6/drivers/video/fbdev/omap/ |
D | sossi.c | 387 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-v6.6/Documentation/ABI/testing/ |
D | configfs-usb-gadget-sourcesink | 10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss) 11 isoc_mult 0..2 (hs/ss only)
|
/Linux-v6.6/arch/arm64/boot/dts/exynos/ |
D | exynos7-pinctrl.dtsi | 187 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 …]
|
/Linux-v6.6/arch/arm/boot/dts/ti/omap/ |
D | am572x-idk.dts | 19 pinctrl-names = "default", "hs"; 25 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am57xx-beagle-x15-revc.dts | 19 pinctrl-names = "default", "hs"; 27 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am57xx-beagle-x15-revb1.dts | 19 pinctrl-names = "default", "hs"; 27 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am574x-idk.dts | 27 pinctrl-names = "default", "hs"; 33 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am57xx-beagle-x15.dts | 20 pinctrl-names = "default", "hs"; 29 pinctrl-names = "default", "hs", "ddr_3_3v";
|
/Linux-v6.6/drivers/usb/dwc2/ |
D | gadget.c | 1407 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() 1419 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue() 1420 dev_dbg(hs->dev, "%s: submit request only in active state\n", in dwc2_hsotg_ep_queue() 1433 dev_err(hs->dev, "req length > maxpacket*mc\n"); in dwc2_hsotg_ep_queue() 1440 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue() 1443 dev_err(hs->dev, "wrong length %d (maxsize=%d)\n", in dwc2_hsotg_ep_queue() 1449 dev_err(hs->dev, "ISOC OUT: wrong length %d (mps=%d)\n", in dwc2_hsotg_ep_queue() 1455 ret = dwc2_hsotg_handle_unaligned_buf_start(hs, hs_ep, hs_req); in dwc2_hsotg_ep_queue() 1460 if (using_dma(hs)) { in dwc2_hsotg_ep_queue() [all …]
|
/Linux-v6.6/drivers/video/fbdev/ |
D | acornfb.c | 415 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-v6.6/drivers/usb/gadget/ |
D | config.c | 161 struct usb_descriptor_header **hs, in usb_assign_descriptors() argument 178 if (hs) { in usb_assign_descriptors() 179 f->hs_descriptors = usb_copy_descriptors(hs); in usb_assign_descriptors()
|