Searched refs:sh_ubc (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dhw_breakpoint.c35 static struct sh_ubc ubc_dummy = { .num_events = 0 };
37 static struct sh_ubc *sh_ubc __read_mostly = &ubc_dummy;
52 for (i = 0; i < sh_ubc->num_events; i++) {
61 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot"))
64 clk_enable(sh_ubc->clk);
65 sh_ubc->enable(info, i);
84 for (i = 0; i < sh_ubc->num_events; i++) {
93 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot"))
96 sh_ubc
[all...]
/linux-master/arch/sh/include/asm/
H A Dhw_breakpoint.h29 struct sh_ubc { struct
66 extern int register_sh_ubc(struct sh_ubc *);
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dubc.c30 static struct sh_ubc sh4a_ubc;
85 static struct sh_ubc sh4a_ubc = {

Completed in 155 milliseconds