Home
last modified time | relevance | path

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

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