Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 25 of 49) 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/drivers/comparator/
Dcomparator_renesas_ra.c208 R_ICU->IELSR_b[DT_INST_IRQ_BY_NAME(idx, hs, irq)].IELS = \
211 IRQ_CONNECT(DT_INST_IRQ_BY_NAME(idx, hs, irq), \
212 DT_INST_IRQ_BY_NAME(idx, hs, priority), comp_hs_int_isr, \
215 irq_enable(DT_INST_IRQ_BY_NAME(idx, hs, irq)); \
231 COND_CODE_1(DT_INST_IRQ_HAS_NAME(idx, hs), \
232 (DT_INST_IRQ_BY_NAME(idx, hs, irq)), (FSP_INVALID_VECTOR))
235 COND_CODE_1(DT_INST_IRQ_HAS_NAME(idx, hs), \
236 (DT_INST_IRQ_BY_NAME(idx, hs, priority)), (BSP_IRQ_DISABLED))
239 COND_CODE_1(DT_INST_IRQ_HAS_NAME(idx, hs), (ACMPHS_RENESAS_RA_IRQ_INIT(idx);), ())
/Zephyr-latest/boards/peregrine/sam4l_wm400_cape/
Dsam4l_wm400_cape.dts148 hs-clk-slew-lim = <0>;
149 hs-clk-strength-high = "0.5";
150 hs-clk-strength-low = "0.5";
151 hs-data-slew-lim = <0>;
152 hs-data-strength-low = "0.5";
154 hs-master-code = <0>;
/Zephyr-latest/soc/snps/nsim/arc_classic/hs/
DKconfig.defconfig6 rsource "Kconfig.defconfig.hs*"
/Zephyr-latest/tests/bluetooth/shell/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay6 compatible = "usb-audio-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/subsys/usb/audio/headset/
Dapp.overlay9 compatible = "usb-audio-hs";
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/boards/
Dek_ra8d1.overlay25 interrupt-names = "hs";
Dek_ra8m1.overlay25 interrupt-names = "hs";
Dmck_ra8t1.overlay25 interrupt-names = "hs";
/Zephyr-latest/samples/boards/renesas/comparator/boards/
Dek_ra8m1.overlay27 interrupt-names = "hs";
Dek_ra8d1.overlay29 interrupt-names = "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/rtkmipilcdb00000be/boards/
Dek_ra8d1.overlay44 t-hs-prep = <5>;
/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

12