Home
last modified time | relevance | path

Searched defs:win (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/common/
Dboot_complete.c16 uint32_t *win; in boot_complete() local
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py1076 def _height(win): argument
1082 def _width(win): argument
1767 def _resize_input_dialog(win, title, info_lines): argument
1787 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument
1968 def _resize_key_dialog(win, text): argument
1983 def _draw_key_dialog(win, title, text): argument
1995 def _draw_frame(win, title): argument
2853 def _set_style(win, style): argument
2859 def _max_scroll(lst, win): argument
3145 def _getch_compat(win): argument
[all …]
/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()
/Zephyr-latest/drivers/watchdog/
Dwdt_wwdgt_gd32.c79 const struct wdt_window *win, in gd32_wwdgt_calc_window()
Dwdt_wwdt_numaker.c74 const struct wdt_window *win, in m_wwdt_numaker_calc_window()