Home
last modified time | relevance | path

Searched refs:view (Results 1 – 8 of 8) sorted by relevance

/arch/arm/plat-mxc/
Dulpi.c43 static int ulpi_poll(void __iomem *view, u32 bit) in ulpi_poll() argument
48 u32 data = __raw_readl(view); in ulpi_poll()
64 void __iomem *view = otg->io_priv; in ulpi_read() local
67 if (!(__raw_readl(view) & ULPIVW_SS)) { in ulpi_read()
68 __raw_writel(ULPIVW_WU, view); in ulpi_read()
71 ret = ulpi_poll(view, ULPIVW_WU); in ulpi_read()
77 __raw_writel((ULPIVW_RUN | (reg << ULPIVW_ADDR_SHIFT)), view); in ulpi_read()
80 ret = ulpi_poll(view, ULPIVW_RUN); in ulpi_read()
84 return (__raw_readl(view) >> ULPIVW_RDATA_SHIFT) & ULPIVW_RDATA_MASK; in ulpi_read()
90 void __iomem *view = otg->io_priv; in ulpi_write() local
[all …]
/arch/s390/kernel/
Ddebug.c51 struct debug_view *view; /* used view of debug info */ member
81 struct debug_view *view, char *out_buf);
82 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
86 struct debug_view *view, char *out_buf);
87 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view,
90 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
93 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
96 struct debug_view *view, char *out_buf,
98 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
101 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
[all …]
/arch/sparc/kernel/
Dptrace_32.c343 const struct user_regset_view *view; in arch_ptrace() local
348 view = task_user_regset_view(current); in arch_ptrace()
355 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
360 copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
368 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
373 copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
381 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
386 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
402 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
407 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
Dptrace_64.c863 const struct user_regset_view *view = task_user_regset_view(current); in compat_arch_ptrace() local
881 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
886 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
893 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
898 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
905 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
910 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
924 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
929 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
974 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
[all …]
/arch/s390/include/asm/
Ddebug.h80 struct debug_view* view,
86 struct debug_view* view, char* out_buf,
89 struct debug_view* view,
92 struct debug_view* view,
97 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
222 int debug_register_view(debug_info_t* id, struct debug_view* view);
223 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
/arch/arm/boot/dts/
Domap3.dtsi30 * The soc node represents the soc top level view. It is uses for IPs
31 * that are not memory mapped in the MPU view or for the MPU itself.
Domap4.dtsi40 * The soc node represents the soc top level view. It is uses for IPs
41 * that are not memory mapped in the MPU view or for the MPU itself.
/arch/tile/
DKconfig57 # We have a very flat architecture from a migration point of view,