Lines Matching refs:r1
58 move.d CONFIG_ETRAX_DEF_R_SDRAM_TIMING, $r1
59 move.d $r1, $r3
60 and.d 0x03, $r1 ; Get CAS latency
65 cmp.d 0x00, $r1 ; CAS latency = 2?
72 cmp.d 0x01, $r1 ; CAS latency = 2?
77 move.d CONFIG_ETRAX_DEF_R_SDRAM_CONFIG, $r1
78 and.d 0x800000, $r1 ; DRAM width is bit 23
85 move.d CONFIG_ETRAX_DEF_R_SDRAM_TIMING, $r1
86 and.d 0x8000f9ff, $r1 ; Make sure mrs data and command is 0
87 or.d 0x80000000, $r1 ; Make sure sdram enable bit is set
88 move.d $r1, $r5
89 or.d 0x0000c000, $r1 ; ref = disable
91 or.d $r2, $r1
92 move.d $r1, [R_SDRAM_TIMING]
107 or.d $r1, $r4