Lines Matching refs:lcr
289 unsigned long lcr = __get_LCR(loop), lsbr = __get_LSBR(loop); in dump_memory_map()
293 lcr & 0x80000000 ? 'r' : '-', in dump_memory_map()
294 lcr & 0x40000000 ? 'w' : '-', in dump_memory_map()
295 lcr & 0x08000000 ? 'b' : '-', in dump_memory_map()
296 lcr & 0x04000000 ? 'B' : '-', in dump_memory_map()
297 lcr & 0x02000000 ? 'C' : '-', in dump_memory_map()
298 lcr & 0x01000000 ? 'D' : '-', in dump_memory_map()
299 lcr & 0x00800000 ? 'W' : '-', in dump_memory_map()
300 lcr & 0x00400000 ? 'R' : '-', in dump_memory_map()
301 (lcr & 0x00030000) == 0x00000000 ? '4' : in dump_memory_map()
302 (lcr & 0x00030000) == 0x00010000 ? '2' : in dump_memory_map()
303 (lcr & 0x00030000) == 0x00020000 ? '1' : in dump_memory_map()