Home
last modified time | relevance | path

Searched full:win (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/soc/intel/intel_adsp/common/
Dboot_complete.c16 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/
Dpcie_brcmstb.c80 #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/
Dmenuconfig.py1067 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/
Dwdt_wwdgt_gd32.c71 * @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()
Dwdt_wwdt_numaker.c74 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/
Dspinlock_fairness.c97 * 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/
Dwest_cmds.yml58 - name: cache-pip-win
69 - name: run pytest-win
Ddevicetree_checks.yml55 - name: cache-pip-win
/Zephyr-latest/cmake/emu/
Dsimics.cmake31 --no-win
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dmem_window.h21 #define WIN_OFFSET(n) (DT_PROP_OR(MEM_WINDOW_NODE(n), offset, (WIN##n##_OFFSET)))
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dmec172x_remote_flasher.py106 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/
Dprep_c.c60 * win. in z_prep_c()
/Zephyr-latest/cmake/modules/
Duser_cache.cmake48 # Assume Linux when we did not detect 'mac' or 'win'
/Zephyr-latest/modules/fatfs/
Dzephyr_fatfs_config.h140 * The FS_FATFS_WINDOW_ALIGNMENT is used to align win buffer of FATFS structure
/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py51 HOST_OS = ['unix', 'win', 'all']
278 elif host_os == "win":
319 elif host == "win":
/Zephyr-latest/kernel/
DKconfig.smp123 will win the contention every time which will result
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_shim.h94 #define CAVS_WIN ((volatile struct cavs_win *)DT_REG_ADDR(DT_NODELABEL(win)))
/Zephyr-latest/scripts/ci/
Dpylintrc51 # logger.warning("foo {} bar".format(3)), but it's not a clear win in all
/Zephyr-latest/subsys/fs/
DKconfig.fatfs238 int "Memory alignment for the member \"win\" in FATFS"
/Zephyr-latest/doc/develop/debug/
Dindex.rst229 :host-os: win
/Zephyr-latest/modules/lvgl/
DCMakeLists.txt311 ${LVGL_DIR}/src/widgets/win/lv_win.c
/Zephyr-latest/drivers/espi/
Dhost_subs_npcx.c1048 /* WIN 1 & 2 mapping to IO space */ in npcx_host_init_subs_host_domain()
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst845 Valid options are ``unix``, ``win`` and ``all``. The default is ``all``.
/Zephyr-latest/tests/net/tcp/src/
Dmain.c236 0x03, 0x03, 0x07 /* Win scale*/ };
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c1638 /* Wait for target to win address arbitration (ibitype and ibiaddr) */ in npcx_i3c_ibi_work()

12