Home
last modified time | relevance | path

Searched refs:ways (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/soc/espressif/esp32s2/
Dsoc.h49 extern void esp_rom_Cache_Set_ICache_Mode(cache_size_t cache_size, cache_ways_t ways,
57 extern void esp_rom_Cache_Set_DCache_Mode(cache_size_t cache_size, cache_ways_t ways,
63 extern void esp_rom_Cache_Set_DCache_Mode(cache_size_t cache_size, cache_ways_t ways,
/Zephyr-latest/soc/espressif/esp32s3/
DKconfig39 prompt "Instruction cache associated ways"
42 Instruction cache associated ways to be set on application startup.
45 bool "4 ways"
47 bool "8 ways"
104 prompt "Data cache associated ways"
107 Data cache associated ways to be set on application startup.
110 bool "4 ways"
112 bool "8 ways"
/Zephyr-latest/drivers/cache/
Dcache_andes_l2.h82 unsigned long ways, sets, index, cmd; in nds_l2_cache_all() local
89 ways = 16; in nds_l2_cache_all()
91 ways = 8; in nds_l2_cache_all()
124 sets = l2_cache_cfg.size / (ways * l2_cache_cfg.line_size); in nds_l2_cache_all()
126 for (int j = 0; j < ways; j++) { in nds_l2_cache_all()
Dcache_andes.c111 unsigned long sets, ways, end; in nds_l1i_cache_all() local
126 ways = ((csr_read(NDS_MICM_CFG) >> MICM_CFG_IWAY_SHIFT) & BIT_MASK(3)) + 1; in nds_l1i_cache_all()
127 end = ways * sets * cache_cfg.instr_line_size; in nds_l1i_cache_all()
/Zephyr-latest/tests/drivers/flash/common/
DKconfig5 # other ways.
/Zephyr-latest/arch/arm/core/cortex_a_r/
DKconfig115 bool "Control segregation of L1 I/D-Cache ways between Flash and AXIM"
118 Control segregation of L1 I/D-Cache ways between Flash and AXIM.
128 Configure L1 I-Cache ways for Flash interface. Default is reset value, all
129 I-Cache ways are allocated for AXIM interface.
137 Configure L1 D-Cache ways for Flash interface. Default is reset value,
138 all D-Cache ways are allocated for AXIM interface.
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst26 There are multiple ways to use this application. In this example QEMU
/Zephyr-latest/doc/build/dts/
Dindex.rst7 hardware. Zephyr uses devicetree in two main ways:
Dapi-usage.rst34 These are the main ways to get a node identifier:
81 Here are a few ways to get node identifiers for the ``i2c@40002000`` node:
314 See :ref:`dt-get-device` for ways to do that.
323 See :c:macro:`DT_PHA_HAS_CELL_AT_IDX` and :c:macro:`DT_PROP_HAS_IDX` for ways to
/Zephyr-latest/doc/develop/toolchains/
Dcadence_xcc.rst35 * There are two ways to specify the SoC ID and the SDK version to use.
53 setup the environment using the two above mentioned ways:
/Zephyr-latest/doc/connectivity/usb/device/api/
Dusb_device.rst9 There are two ways to transmit data, using the 'low' level read/write API or
/Zephyr-latest/samples/net/sockets/net_mgmt/
DREADME.rst24 There are multiple ways to use this application. One of the most common
/Zephyr-latest/doc/develop/manifest/
Dindex.rst53 recommended ways to do this while still inheriting the mandatory modules from
/Zephyr-latest/doc/hardware/peripherals/
Duart.rst9 Zephyr provides three different ways to access the UART peripheral. Depending
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst32 be triggered in two ways:
/Zephyr-latest/samples/subsys/usb/webusb-next/
DREADME.rst41 There are two ways to access this sample page:
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/
Drcar_spider_a55.rst59 One of the ways to load Zephyr is shown below.
/Zephyr-latest/doc/services/
Dsecure_storage.rst35 | See below for important ways the implementation deviates from the specification.
46 Below are some ways the implementation deviates from the specification
/Zephyr-latest/samples/subsys/llext/modules/
DREADME.rst17 This is achieved in two different ways, depending on the value of the Kconfig
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst16 in either one of the following two ways:
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt15 "special" ways storing mappings under OS control. Some of these are
109 non-automatically-refilled TLB ways to store bootstrap records.
118 ways (ways 7-9) with at least one 4k page mapping each. We can use
130 provide 4k "pinnable" ways in the instruction TLB (frankly this seems
/Zephyr-latest/samples/subsys/zbus/work_queue/
DREADME.rst5 Use a work queue to process zbus messages in various ways.
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst6 In many ways, Zephyr provides support like any POSIX OS; API bindings are provided in the C
/Zephyr-latest/samples/subsys/usb/webusb/
DREADME.rst66 There are two ways to access this sample page:
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/
Dindex.rst53 X-NUCLEO-IKS01A2 board can be configured in two different ways: Mode 1 and Mode 2

12345