Home
last modified time | relevance | path

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

12

/Zephyr-latest/boards/snps/nsim/arc_classic/
Dnsim_nsim_hs5x_smp_12cores.dts22 compatible = "snps,arcv3-hs";
28 compatible = "snps,arcv3-hs";
34 compatible = "snps,arcv3-hs";
40 compatible = "snps,arcv3-hs";
46 compatible = "snps,arcv3-hs";
52 compatible = "snps,arcv3-hs";
58 compatible = "snps,arcv3-hs";
64 compatible = "snps,arcv3-hs";
70 compatible = "snps,arcv3-hs";
76 compatible = "snps,arcv3-hs";
[all …]
Dnsim_nsim_hs6x_smp_12cores.dts22 compatible = "snps,arcv3-hs";
28 compatible = "snps,arcv3-hs";
34 compatible = "snps,arcv3-hs";
40 compatible = "snps,arcv3-hs";
46 compatible = "snps,arcv3-hs";
52 compatible = "snps,arcv3-hs";
58 compatible = "snps,arcv3-hs";
64 compatible = "snps,arcv3-hs";
70 compatible = "snps,arcv3-hs";
76 compatible = "snps,arcv3-hs";
[all …]
Dnsim_nsim_hs5x_smp.dts22 compatible = "snps,arcv3-hs";
28 compatible = "snps,arcv3-hs";
Dnsim_nsim_hs6x_smp.dts22 compatible = "snps,arcv3-hs";
28 compatible = "snps,arcv3-hs";
Dnsim_nsim_hs5x.dts23 compatible = "snps,arcv3-hs";
/Zephyr-latest/drivers/crypto/
Dcrypto_mchp_xec_symcr.c300 struct xec_symcr_hash_session *hs = NULL; in xec_symcr_do_hash() local
310 hs = (struct xec_symcr_hash_session *)ctx->drv_sessn_state; in xec_symcr_do_hash()
311 c = &hs->mhctx; in xec_symcr_do_hash()
312 cstate = &hs->mhstate; in xec_symcr_do_hash()
314 if (!hs->open) { in xec_symcr_do_hash()
324 if (!finish && ((hs->blklen + pkt->in_len) < hs->blksz)) { in xec_symcr_do_hash()
325 memcpy(&hs->blockbuf[hs->blklen], pkt->in_buf, pkt->in_len); in xec_symcr_do_hash()
326 hs->blklen += pkt->in_len; in xec_symcr_do_hash()
330 ret = init_rom_hash_context(hs->rom_algo, c); in xec_symcr_do_hash()
344 rem_len = pkt->in_len & (hs->blksz - 1u); in xec_symcr_do_hash()
[all …]
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_macros.h99 #define HID_IN_EP_INTERVAL(n, hs) \ argument
100 COND_CODE_1(hs, \
105 #define HID_OUT_EP_INTERVAL(n, hs) \ argument
106 COND_CODE_1(hs, \
168 #define HID_OUT_EP_DEFINE(n, hs, alt) \ argument
175 .bInterval = HID_OUT_EP_INTERVAL(n, hs), \
178 #define HID_IN_EP_DEFINE(n, hs, alt) \ argument
185 .bInterval = HID_IN_EP_INTERVAL(n, hs), \
192 #define HID_OUT_EP_DEFINE_OR_ZERO(n, hs, alt) \ argument
194 (HID_OUT_EP_DEFINE(n, hs, alt)), \
/Zephyr-latest/boards/atmel/sam/sam4l_ek/
Dsam4l_ek.dts86 hs-clk-slew-lim = <0>;
87 hs-clk-strength-high = "0.5";
88 hs-clk-strength-low = "0.5";
89 hs-data-slew-lim = <0>;
90 hs-data-strength-low = "0.5";
92 hs-master-code = <0>;
/Zephyr-latest/soc/snps/nsim/arc_classic/hs/
DKconfig.defconfig6 rsource "Kconfig.defconfig.hs*"
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/boards/
Dnrf52833dk_nrf52833.overlay6 compatible = "usb-audio-hs";
Dnrf52840dongle_nrf52840.overlay6 compatible = "usb-audio-hs";
Dnrf5340dk_nrf5340_cpuapp.overlay6 compatible = "usb-audio-hs";
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/boards/
Dnrf52833dk_nrf52833.overlay6 compatible = "usb-audio-hs";
Dnrf52840dongle_nrf52840.overlay6 compatible = "usb-audio-hs";
Dnrf5340dk_nrf5340_cpuapp.overlay6 compatible = "usb-audio-hs";
/Zephyr-latest/tests/bluetooth/shell/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay6 compatible = "usb-audio-hs";
/Zephyr-latest/samples/subsys/usb/audio/headset/
Dapp.overlay9 compatible = "usb-audio-hs";
/Zephyr-latest/tests/subsys/usb/uac2/src/
Duac2_desc.c495 const struct usb_desc_header *hs = *hs_ptr; in ZTEST() local
497 zassert_equal(fs->bDescriptorType, hs->bDescriptorType); in ZTEST()
505 zassert_not_equal(fs, hs, "Shared IAD descriptor"); in ZTEST()
507 zassert_not_equal(fs, hs, "Shared interface descriptor"); in ZTEST()
509 zassert_not_equal(fs, hs, "Shared endpoint descriptor"); in ZTEST()
511 zassert_equal(fs, hs); in ZTEST()
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay44 hs-active-high;
/Zephyr-latest/arch/arc/core/secureshield/
Darc_secure.S98 mov.hs r0, r6
/Zephyr-latest/drivers/usb/udc/
Dudc_skeleton.c200 return data->caps.hs ? UDC_BUS_SPEED_HS : UDC_BUS_SPEED_FS; in udc_skeleton_device_speed()
276 data->caps.hs = true; in udc_skeleton_driver_preinit()
Dudc_dwc2_vendor_quirks.h255 data->caps.hs = true; in usbhs_init_caps()
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c617 mbedtls_havege_state hs; in main() local
619 mbedtls_havege_init(&hs); in main()
621 TIME_AND_TSC("HAVEGE", mbedtls_havege_random(&hs, in main()
623 mbedtls_havege_free(&hs); in main()
/Zephyr-latest/boards/snps/hsdk/support/
Dopenocd-2-cores.cfg33 source [find cpu/arc/hs.tcl]
/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h151 uint32_t hs : 1; member

12