Home
last modified time | relevance | path

Searched full:shim (Results 1 – 25 of 77) sorted by relevance

1234

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c272 static int shim_nrf_comp_psel_to_nrf(enum comp_nrf_comp_psel shim, in shim_nrf_comp_psel_to_nrf() argument
275 if (shim >= ARRAY_SIZE(shim_nrf_comp_ain_map)) { in shim_nrf_comp_psel_to_nrf()
279 *nrf = shim_nrf_comp_ain_map[(uint32_t)shim]; in shim_nrf_comp_psel_to_nrf()
283 static int shim_nrf_comp_psel_to_nrf(enum comp_nrf_comp_psel shim, in shim_nrf_comp_psel_to_nrf() argument
286 switch (shim) { in shim_nrf_comp_psel_to_nrf()
347 static int shim_nrf_comp_sp_mode_to_nrf(enum comp_nrf_comp_sp_mode shim, in shim_nrf_comp_sp_mode_to_nrf() argument
350 switch (shim) { in shim_nrf_comp_sp_mode_to_nrf()
373 static int shim_nrf_comp_isource_to_nrf(enum comp_nrf_comp_isource shim, in shim_nrf_comp_isource_to_nrf() argument
376 switch (shim) { in shim_nrf_comp_isource_to_nrf()
408 static int shim_nrf_comp_extrefsel_to_nrf(enum comp_nrf_comp_extrefsel shim, in shim_nrf_comp_extrefsel_to_nrf() argument
[all …]
Dcomparator_nrf_lpcomp.c152 static int shim_nrf_lpcomp_psel_to_nrf(enum comp_nrf_lpcomp_psel shim, in shim_nrf_lpcomp_psel_to_nrf() argument
155 if (shim >= ARRAY_SIZE(shim_nrf_lpcomp_ain_map)) { in shim_nrf_lpcomp_psel_to_nrf()
159 *nrf = shim_nrf_lpcomp_ain_map[(uint32_t)shim]; in shim_nrf_lpcomp_psel_to_nrf()
163 static int shim_nrf_lpcomp_psel_to_nrf(enum comp_nrf_lpcomp_psel shim, in shim_nrf_lpcomp_psel_to_nrf() argument
166 switch (shim) { in shim_nrf_lpcomp_psel_to_nrf()
208 static int shim_nrf_lpcomp_extrefsel_to_nrf(enum comp_nrf_lpcomp_extrefsel shim, in shim_nrf_lpcomp_extrefsel_to_nrf() argument
211 if (shim >= ARRAY_SIZE(shim_nrf_lpcomp_ain_map)) { in shim_nrf_lpcomp_extrefsel_to_nrf()
215 *nrf = shim_nrf_lpcomp_ain_map[shim]; in shim_nrf_lpcomp_extrefsel_to_nrf()
219 static int shim_nrf_lpcomp_extrefsel_to_nrf(enum comp_nrf_lpcomp_extrefsel shim, in shim_nrf_lpcomp_extrefsel_to_nrf() argument
222 switch (shim) { in shim_nrf_lpcomp_extrefsel_to_nrf()
[all …]
/Zephyr-latest/drivers/crypto/
DKconfig25 bool "TinyCrypt shim driver [DEPRECATED]"
34 Enable TinyCrypt shim layer compliant with crypto APIs.
37 int "Maximum of sessions TinyCrypt shim driver can handle"
52 bool "MbedTLS shim driver [EXPERIMENTAL]"
59 Enable mbedTLS shim layer compliant with crypto APIs. You will need
70 int "Maximum of sessions mbedTLS shim driver can handle"
Dcrypto_tc_shim.c8 * @file Shim layer for TinyCrypt, making it complaint to crypto API.
202 /* The shim currently supports only CBC or CTR mode for AES */ in tc_session_setup()
204 LOG_ERR("TC Shim Unsupported algo"); in tc_session_setup()
218 LOG_ERR("TC Shim Unsupported key size"); in tc_session_setup()
239 LOG_ERR("TC Shim Unsupported mode"); in tc_session_setup()
260 LOG_ERR("TC Shim Unsupported mode"); in tc_session_setup()
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_gpdma.c52 uint32_t shim; member
64 cap = dw_read(dev_cfg->shim, 0x0); in intel_adsp_gpdma_dump_registers()
65 ctl = dw_read(dev_cfg->shim, 0x4); in intel_adsp_gpdma_dump_registers()
66 ipptr = dw_read(dev_cfg->shim, 0x8); in intel_adsp_gpdma_dump_registers()
67 llpc = dw_read(dev_cfg->shim, GPDMA_CHLLPC_OFFSET(channel)); in intel_adsp_gpdma_dump_registers()
68 llpl = dw_read(dev_cfg->shim, GPDMA_CHLLPL(channel)); in intel_adsp_gpdma_dump_registers()
69 llpu = dw_read(dev_cfg->shim, GPDMA_CHLLPU(channel)); in intel_adsp_gpdma_dump_registers()
95 dw_write(dev_cfg->shim, GPDMA_CHLLPC_OFFSET(channel), in intel_adsp_gpdma_llp_config()
107 val = dw_read(dev_cfg->shim, GPDMA_CHLLPC_OFFSET(channel)); in intel_adsp_gpdma_llp_enable()
109 dw_write(dev_cfg->shim, GPDMA_CHLLPC_OFFSET(channel), in intel_adsp_gpdma_llp_enable()
[all …]
DKconfig.sedi13 This driver is simply a shim driver built upon the SEDI
/Zephyr-latest/modules/nrf_wifi/os/
Dshim.h21 * shim.
29 * of the Linux shim. Some of the elements of the structure need to be
30 * initialized during the initialization of the Linux shim while others need to
31 * be kept updated over the duration of the Linux shim operation.
/Zephyr-latest/drivers/flash/
DKconfig.rv32m15 bool "RV32M1 flash shim driver"
12 Enables the RV32M1 flash shim driver.
DKconfig.lpc5 bool "LPC flash shim driver"
13 Enables the LPC IAP flash shim driver.
DKconfig.mcux4 bool "MCUX flash shim driver"
17 Enables the MCUX flash shim driver.
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst54 - Added DMA QMSI shim driver.
162 * ``ZEP-430`` - Add driver API reentrancy support to PWM shim driver
164 * ``ZEP-440`` - Add driver API reentrancy support to WDT shim driver
165 * ``ZEP-441`` - Add driver API reentrancy support to GPIO shim drivers
178 * ``ZEP-652`` - QMSI shim driver: RTC: Implement suspend and resume callbacks
179 * ``ZEP-655`` - QMSI shim driver: PWM: Implement suspend and resume callbacks
180 * ``ZEP-658`` - QMSI shim driver: GPIO: Implement suspend and resume callbacks
181 * ``ZEP-659`` - QMSI shim driver: UART: Implement suspend and resume callbacks
182 * ``ZEP-662`` - QMSI shim driver: Pinmux: Implement suspend and resume callbacks
249 * ``ZEP-645`` - ARC QMSI ADC shim driver fails to read sample data
Drelease-notes-1.6.rst79 * I2C: Added KSDK shim driver.
80 * Ethernet: Added KSDK shim driver.
81 * Flash: Added KSDK shim driver
83 * QMSI: Implemented suspend and resume functions QMSI shim drivers
199 * ``ZEP-653`` - QMSI shim driver: Watchdog: Implement suspend and resume callbacks
200 * ``ZEP-654`` - QMSI shim driver: I2C: Implement suspend and resume callbacks
201 * ``ZEP-657`` - QMSI shim driver: AONPT: Implement suspend and resume callbacks
202 * ``ZEP-661`` - QMSI shim driver: SPI: Implement suspend and resume callbacks
206 * ``ZEP-717`` - Add ksdk I2C shim driver
207 * ``ZEP-718`` - Add ksdk ethernet shim driver
[all …]
/Zephyr-latest/dts/bindings/i2s/
Dintel,ssp-sspbase.yaml5 description: Intel SSP SHIM controller
/Zephyr-latest/dts/bindings/dai/
Dintel,adsp-dmic-vss.yaml5 description: Intel DMIC Vendor SHIM controller
Dintel,dai-dmic.yaml14 shim:
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_cavs25_tgph.dtsi76 compatible = "intel,adsp-shim-clkctl";
105 shim: shim@71f00 { label
106 compatible = "intel,adsp-shim";
139 syscon = <&shim>;
218 shim = <0x71E80>;
227 shim = <0x71E80>;
/Zephyr-latest/drivers/gpio/
DKconfig.sedi13 This driver is simply a shim driver built upon the SEDI
/Zephyr-latest/drivers/spi/
DKconfig.sedi13 This driver is simply a shim driver built upon the SEDI
/Zephyr-latest/drivers/serial/
DKconfig.sedi14 This driver is simply a shim driver built upon the SEDI
/Zephyr-latest/drivers/ipm/
DKconfig.sedi10 This driver is simply a shim driver built upon the SEDI
/Zephyr-latest/drivers/i2c/
DKconfig.sedi13 This driver is simply a shim driver built upon the SEDI
/Zephyr-latest/drivers/mfd/
DKconfig.lpflexcomm10 Enabled the Low Power FlexComm shim driver.
/Zephyr-latest/dts/bindings/dma/
Dintel,adsp-gpdma.yaml11 shim:
/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_init_net.c14 /* On NET core we don't use Zephyr's shim layer so we have to call inits manually */ in serialization_init()
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/src/
Dsl_memory_manager_shim.c6 * Shim basic sl_* allocation functions to libc malloc, which again

1234