Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/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-4.4.14/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-4.4.14/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-4.4.14/drivers/net/ethernet/brocade/bna/
DKconfig2 # QLogic BR-series network device configuration
6 tristate "QLogic BR-series 1010/1020/1860 10Gb Ethernet Driver support"
9 This driver supports QLogic BR-series 1010/1020/1860 10Gb CEE capable
/linux-4.4.14/drivers/net/ethernet/brocade/
DKconfig2 # QLogic BR-series device configuration
6 bool "QLogic BR-series devices"
14 the questions about QLogic BR-series cards. If you say Y, you will be
/linux-4.4.14/arch/metag/tbx/
Dtbidspram.S50 BR $L1
84 BR $L2
118 BR $L3
152 BR $L4
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt53 this point, a bounds fault (#BR) is raised, the kernel allocates a
57 a separate kind of #BR is raised which will deliver a signal with
77 * Handles #BR exceptions and sends SIGSEGV to the app when it violates
80 notices in the #BR exception, allocates the virtual space, then
90 Handling #BR faults caused by MPX
94 #BR faults.
98 We hook #BR handler to handle these two new situations.
109 #BR exceptions are a new class of exceptions just for MPX. They are
112 present. The kernel handles those #BR exceptions for not-present tables
166 If a #BR is generated due to a bounds violation caused by MPX.
[all …]
/linux-4.4.14/arch/metag/lib/
Dmemcpy.S25 BR $Lloop_byte
72 BR $Laligned_32
131 BR $Lloop_5_6_7
159 BR $Lloop_1_2_3
172 BR $Lloop_4
Dclear_page.S15 BR $Lclear_page_loop
Dmemset.S42 BR $LLongLoop
56 BR $LLongishLoop
Dip_fast_csum.S21 BR $Lfast_csum_loop
/linux-4.4.14/net/bluetooth/
DKconfig44 bool "Bluetooth Classic (BR/EDR) features"
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_comp.c109 #define BR F2(0, 0x01) macro
/linux-4.4.14/arch/x86/kvm/
Dtrace.h269 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
/linux-4.4.14/Documentation/s390/
DDebugging390.txt842 TR BR <INTO OR FROM> will trace branches into or out of an address.
844 TR BR INTO 0 is often quite useful if a program is getting awkward & deciding