Home
last modified time | relevance | path

Searched refs:BR (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/video/sis/
Dsis_accel.h53 #define BR(x) (0x8200 | (x) << 2) macro
156 while((MMIO_IN16(ivideo->mmio_vbase, BR(16)+2) & 0xE000) != 0xE000){}; \
157 while((MMIO_IN16(ivideo->mmio_vbase, BR(16)+2) & 0xE000) != 0xE000){}; \
158 while((MMIO_IN16(ivideo->mmio_vbase, BR(16)+2) & 0xE000) != 0xE000){}; \
165 MMIO_OUT32(ivideo->mmio_vbase, BR(0), base);\
170 MMIO_OUT16(ivideo->mmio_vbase, BR(1), pitch);\
175 MMIO_OUT32(ivideo->mmio_vbase, BR(2), (x)<<16 | (y) );\
180 MMIO_OUT32(ivideo->mmio_vbase, BR(4), base);\
185 MMIO_OUT32(ivideo->mmio_vbase, BR(3), (x)<<16 | (y) );\
190 MMIO_OUT32(ivideo->mmio_vbase, BR(5), (y)<<16 | (x) );\
[all …]
/linux-3.4.99/arch/powerpc/xmon/
Dspu-insns.h136 APUOP(M_BR, RI16, 0x190, "br", _A1(A_R18), 00000, BR) /* BRel IP<-IP+I16 */
137 APUOP(M_BRSL, RI16, 0x198, "brsl", _A2(A_T,A_R18), 00002, BR) /* BRelSetLink RT,IP<-IP,IP+I16 */
138 APUOP(M_BRA, RI16, 0x180, "bra", _A1(A_S18), 00000, BR) /* BRAbs IP<-I16 */
139 APUOP(M_BRASL, RI16, 0x188, "brasl", _A2(A_T,A_S18), 00002, BR) /* BRAbsSetLink RT,IP<-IP,I16 */
143 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */
144 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */
145 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (wit…
147 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */
148 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */
154 APUOP(M_BRZ, RI16, 0x100, "brz", _A2(A_T,A_R18), 00001, BR) /* BRZ IP<-IP+I16_if(RT) */
[all …]
/linux-3.4.99/arch/sh/lib/
Dmemcpy-sh4.S52 bt/s 3b ! 109 BR
69 bt/s 3b ! 109 BR
79 bt 9f ! 109 BR
84 bt/s 8b ! 109 BR
125 bt/s 3b ! 109 BR
147 bt 9f ! 109 BR
152 bt/s 8b ! 109 BR
180 bt/s 99f ! 111 BR (zero len)
187 bt/s .Lcase00 ! 111 BR (aligned)
207 bf/s 6f ! 108 BR (not small)
[all …]
/linux-3.4.99/arch/xtensa/include/asm/
Dregs.h34 #define BR 4 macro
/linux-3.4.99/arch/xtensa/variants/s6000/include/variant/
Dtie-asm.h41 rsr \at1, BR // boolean option
57 wsr \at1, BR // boolean option
/linux-3.4.99/arch/x86/kvm/
Dtrace.h326 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
/linux-3.4.99/Documentation/s390/
DDebugging390.txt1182 TR BR <INTO OR FROM> will trace branches into or out of an address.
1184 TR BR INTO 0 is often quite useful if a program is getting awkward & deciding