Home
last modified time | relevance | path

Searched refs:b26 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dsignal.c53 COPY(b24); COPY(b25); COPY(b26); COPY(b27); in restore_sigcontext()
118 COPY(b24); COPY(b25); COPY(b26); COPY(b27); in setup_sigcontext()
H A Dasm-offsets.c43 OFFSET(REGS_B26, pt_regs, b26); in foo()
H A Dtraps.c60 pr_err("A26: %08lx B26: %08lx\n", regs->a26, regs->b26); in show_regs()
/OK3568_Linux_fs/kernel/arch/c6x/include/uapi/asm/
H A Dptrace.h130 REG_PAIR(b27, b26);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A D8139too.c504 #define HW_REVID(b30, b29, b28, b27, b26, b23, b22) \ argument
505 (b30<<30 | b29<<29 | b28<<28 | b27<<27 | b26<<26 | b23<<23 | b22<<22)