Searched refs:ways (Results 1 – 25 of 108) sorted by relevance
12345
/Zephyr-latest/soc/espressif/esp32s2/ |
D | soc.h | 49 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/ |
D | Kconfig | 39 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/ |
D | cache_andes_l2.h | 82 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()
|
D | cache_andes.c | 111 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/ |
D | Kconfig | 5 # other ways.
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | Kconfig | 115 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/ |
D | README.rst | 26 There are multiple ways to use this application. In this example QEMU
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 7 hardware. Zephyr uses devicetree in two main ways:
|
D | api-usage.rst | 34 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/ |
D | cadence_xcc.rst | 35 * 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/ |
D | usb_device.rst | 9 There are two ways to transmit data, using the 'low' level read/write API or
|
/Zephyr-latest/samples/net/sockets/net_mgmt/ |
D | README.rst | 24 There are multiple ways to use this application. One of the most common
|
/Zephyr-latest/doc/develop/manifest/ |
D | index.rst | 53 recommended ways to do this while still inheriting the mandatory modules from
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | uart.rst | 9 Zephyr provides three different ways to access the UART peripheral. Depending
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 32 be triggered in two ways:
|
/Zephyr-latest/samples/subsys/usb/webusb-next/ |
D | README.rst | 41 There are two ways to access this sample page:
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/ |
D | rcar_spider_a55.rst | 59 One of the ways to load Zephyr is shown below.
|
/Zephyr-latest/doc/services/ |
D | secure_storage.rst | 35 | 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/ |
D | README.rst | 17 This is achieved in two different ways, depending on the value of the Kconfig
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 16 in either one of the following two ways:
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 15 "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/ |
D | README.rst | 5 Use a work queue to process zbus messages in various ways.
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 6 In many ways, Zephyr provides support like any POSIX OS; API bindings are provided in the C
|
/Zephyr-latest/samples/subsys/usb/webusb/ |
D | README.rst | 66 There are two ways to access this sample page:
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/ |
D | index.rst | 53 X-NUCLEO-IKS01A2 board can be configured in two different ways: Mode 1 and Mode 2
|
12345