Searched refs:BR (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_accel.h | 53 #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.1.27/arch/powerpc/xmon/ |
D | spu-insns.h | 136 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.1.27/arch/sh/lib/ |
D | memcpy-sh4.S | 52 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.1.27/drivers/net/ethernet/brocade/bna/ |
D | Kconfig | 2 # 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.1.27/drivers/net/ethernet/brocade/ |
D | Kconfig | 2 # QLogic BR-series device configuration 6 bool "QLogic BR-series devices" 16 the questions about QLogic BR-series cards. If you say Y, you will be
|
/linux-4.1.27/arch/metag/tbx/ |
D | tbidspram.S | 50 BR $L1 84 BR $L2 118 BR $L3 152 BR $L4
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 53 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.1.27/arch/metag/lib/ |
D | memcpy.S | 25 BR $Lloop_byte 72 BR $Laligned_32 131 BR $Lloop_5_6_7 159 BR $Lloop_1_2_3 172 BR $Lloop_4
|
D | clear_page.S | 15 BR $Lclear_page_loop
|
D | memset.S | 42 BR $LLongLoop 56 BR $LLongishLoop
|
D | ip_fast_csum.S | 21 BR $Lfast_csum_loop
|
/linux-4.1.27/net/bluetooth/ |
D | Kconfig | 44 bool "Bluetooth Classic (BR/EDR) features"
|
/linux-4.1.27/arch/sparc/net/ |
D | bpf_jit_comp.c | 109 #define BR F2(0, 0x01) macro
|
/linux-4.1.27/arch/x86/kvm/ |
D | trace.h | 251 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 842 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
|