Home
last modified time | relevance | path

Searched refs:__get_LSBR (Results 1 – 2 of 2) sorted by relevance

/arch/frv/include/asm/
Dbusctl-regs.h21 #define __get_LSBR(R) ({ *(volatile unsigned long *)(0xfe000c00 + 8*(R)); }) macro
/arch/frv/kernel/
Dsetup.c289 unsigned long lcr = __get_LCR(loop), lsbr = __get_LSBR(loop); in dump_memory_map()