/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | boot_complete.c | 16 uint32_t *win; in boot_complete() local 25 win = sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *)config->mem_base); in boot_complete() 27 win[0] = 5; in boot_complete()
|
/Zephyr-latest/drivers/pcie/controller/ |
D | pcie_brcmstb.c | 80 #define PCIE_MEM_WIN0_LO(win) (PCIE_MISC_CPU_2_PCIE_MEM_WIN0_LO + (win) * 8) argument 81 #define PCIE_MEM_WIN0_HI(win) (PCIE_MISC_CPU_2_PCIE_MEM_WIN0_HI + (win) * 8) argument 89 #define PCIE_MEM_WIN0_BASE_LIMIT(win) (PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_LIMIT + (win) * 4) argument 98 #define PCIE_MEM_WIN0_BASE_HI(win) (PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_HI + (win) * 8) argument 104 #define PCIE_MEM_WIN0_LIMIT_HI(win) (PCIE_MISC_CPU_2_PCIE_MEM_WIN0_LIMIT_HI + (win) * 8) argument 425 static void pcie_brcmstb_set_outbound_win(const struct device *dev, uint8_t win, uintptr_t cpu_addr, in pcie_brcmstb_set_outbound_win() argument 433 sys_write32(lower_32_bits(pcie_addr), data->cfg_addr + PCIE_MEM_WIN0_LO(win)); in pcie_brcmstb_set_outbound_win() 434 sys_write32(upper_32_bits(pcie_addr), data->cfg_addr + PCIE_MEM_WIN0_HI(win)); in pcie_brcmstb_set_outbound_win() 439 tmp = sys_read32(data->cfg_addr + PCIE_MEM_WIN0_BASE_LIMIT(win)); in pcie_brcmstb_set_outbound_win() 448 sys_write32(tmp, data->cfg_addr + PCIE_MEM_WIN0_BASE_LIMIT(win)); in pcie_brcmstb_set_outbound_win() [all …]
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 1067 for win in _top_sep_win, _menu_win, _bot_sep_win, _help_win: 1068 win.mvwin(0, 0) 1076 def _height(win): argument 1077 # Returns the height of 'win' 1079 return win.getmaxyx()[0] 1082 def _width(win): argument 1083 # Returns the width of 'win' 1085 return win.getmaxyx()[1] 1714 win = _styled_win("body") 1715 win.keypad(True) [all …]
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_wwdgt_gd32.c | 71 * @param win Pointer to timeout window struct. 79 const struct wdt_window *win, in gd32_wwdgt_calc_window() argument 84 uint32_t max_count = gd32_wwdgt_calc_ticks(dev, win->max, shift); in gd32_wwdgt_calc_window() 89 if (win->min == 0U) { in gd32_wwdgt_calc_window() 92 *wval = gd32_wwdgt_calc_ticks(dev, win->min, shift); in gd32_wwdgt_calc_window()
|
D | wdt_wwdt_numaker.c | 74 const struct wdt_window *win, in m_wwdt_numaker_calc_window() argument 86 if (*timeout >= win->max) { in m_wwdt_numaker_calc_window() 88 if (win->min == 0U) { in m_wwdt_numaker_calc_window() 91 gap = DIV_ROUND_UP(win->min in m_wwdt_numaker_calc_window()
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_fairness.c | 97 * other cores - the less chances to win a contention for the spinlock in test_init() 112 * higher chance to win the contention for the spinlock than the other 117 * This test ensures that the probability to win the contention for a
|
/Zephyr-latest/.github/workflows/ |
D | west_cmds.yml | 58 - name: cache-pip-win 69 - name: run pytest-win
|
D | devicetree_checks.yml | 55 - name: cache-pip-win
|
/Zephyr-latest/cmake/emu/ |
D | simics.cmake | 31 --no-win
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | mem_window.h | 21 #define WIN_OFFSET(n) (DT_PROP_OR(MEM_WINDOW_NODE(n), offset, (WIN##n##_OFFSET)))
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/ |
D | mec172x_remote_flasher.py | 106 remote_type.add_argument("--remote-is-win", required=False, 125 print("[ERROR] --remote-tmp is required for --remote-is-win")
|
/Zephyr-latest/arch/xtensa/core/ |
D | prep_c.c | 60 * win. in z_prep_c()
|
/Zephyr-latest/cmake/modules/ |
D | user_cache.cmake | 48 # Assume Linux when we did not detect 'mac' or 'win'
|
/Zephyr-latest/modules/fatfs/ |
D | zephyr_fatfs_config.h | 140 * The FS_FATFS_WINDOW_ALIGNMENT is used to align win buffer of FATFS structure
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | application.py | 51 HOST_OS = ['unix', 'win', 'all'] 278 elif host_os == "win": 319 elif host == "win":
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 123 will win the contention every time which will result
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/ |
D | adsp_shim.h | 94 #define CAVS_WIN ((volatile struct cavs_win *)DT_REG_ADDR(DT_NODELABEL(win)))
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 51 # logger.warning("foo {} bar".format(3)), but it's not a clear win in all
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 238 int "Memory alignment for the member \"win\" in FATFS"
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 229 :host-os: win
|
/Zephyr-latest/modules/lvgl/ |
D | CMakeLists.txt | 311 ${LVGL_DIR}/src/widgets/win/lv_win.c
|
/Zephyr-latest/drivers/espi/ |
D | host_subs_npcx.c | 1048 /* WIN 1 & 2 mapping to IO space */ in npcx_host_init_subs_host_domain()
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 845 Valid options are ``unix``, ``win`` and ``all``. The default is ``all``.
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 236 0x03, 0x03, 0x07 /* Win scale*/ };
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_npcx.c | 1638 /* Wait for target to win address arbitration (ibitype and ibiaddr) */ in npcx_i3c_ibi_work()
|