Home
last modified time | relevance | path

Searched full:ways (Results 1 – 25 of 139) sorted by relevance

123456

/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/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/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,
Dsoc.c85 * cache size, cache associated ways, cache line size. in __esp_platform_start()
92 * Configure the mode of data : cache size, cache associated ways, cache in __esp_platform_start()
/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()
/Zephyr-latest/tests/drivers/flash/common/
DKconfig5 # other ways.
/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/include/zephyr/devicetree/
Dport-endpoint.h44 * It handles various ways of how a port could be defined.
109 * It handles various ways of how a port and an endpoint could be defined as described in
172 * This handles various ways of how a port and an endpoint could be defined as described in
223 * local endpoint. This handles various ways of how a port and an endpoint could be defined as
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst26 There are multiple ways to use this application. In this example QEMU
/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/kernel/
Dthread_monitor.c48 * The indirect ways are through calling k_thread_create and in k_thread_foreach()
100 * The indirect ways are through calling k_thread_create and in k_thread_foreach_filter_by_cpu()
/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/samples/net/sockets/net_mgmt/
DREADME.rst24 There are multiple ways to use this application. One of the most common
/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/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/scripts/
Dlist_shields.py14 # sure to test both ways it can be used.
/Zephyr-latest/doc/develop/manifest/
Dindex.rst53 recommended ways to do this while still inheriting the mandatory modules from
/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/samples/subsys/llext/modules/
DREADME.rst17 This is achieved in two different ways, depending on the value of the Kconfig
/Zephyr-latest/tests/boards/intel_adsp/hda/src/
Dsmoke.c42 * work in horrible and unexpected ways if not done as they are here.
119 * work in horrible and unexpected ways if not done as they are here.
/Zephyr-latest/doc/hardware/peripherals/
Duart.rst9 Zephyr provides three different ways to access the UART peripheral. Depending
/Zephyr-latest/tests/kernel/fatal/no-multithreading/src/
Dmain.c121 * @details Manually trigger the crash with various ways and check
/Zephyr-latest/dts/bindings/mtd/
Djedec,jesd216.yaml66 of DW16 identifying ways a device can be placed into 4-byte addressing

123456