Searched refs:win (Results 1 – 14 of 14) sorted by relevance
/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/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 1079 return win.getmaxyx()[0] 1082 def _width(win): argument 1085 return win.getmaxyx()[1] 1714 win = _styled_win("body") 1715 win.keypad(True) 1720 _resize_input_dialog(win, title, info_lines) 1731 return _width(win) - 4 [all …]
|
/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/drivers/watchdog/ |
D | wdt_wwdgt_gd32.c | 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/cmake/emu/ |
D | simics.cmake | 31 --no-win
|
/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/cmake/modules/ |
D | user_cache.cmake | 48 # Assume Linux when we did not detect 'mac' or 'win'
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 123 will win the contention every time which will result
|
/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/modules/lvgl/ |
D | CMakeLists.txt | 311 ${LVGL_DIR}/src/widgets/win/lv_win.c
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 229 :host-os: win
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 845 Valid options are ``unix``, ``win`` and ``all``. The default is ``all``.
|