Searched refs:BR (Results 1 - 84 of 84) sorted by relevance

/linux-4.1.27/arch/metag/lib/
H A Dclear_page.S15 BR $Lclear_page_loop
H A Dip_fast_csum.S21 BR $Lfast_csum_loop
H A Dmemset.S42 BR $LLongLoop
56 BR $LLongishLoop
H A 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
H A Dusercopy.c270 "BR $Lloop"id"\n" \
423 "BR $Lloop"id"\n" \
/linux-4.1.27/drivers/video/fbdev/sis/
H A Dsis_accel.h53 #define BR(x) (0x8200 | (x) << 2) macro
144 /* BR(16) (0x8240):
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) );\
195 MMIO_OUT16(ivideo->mmio_vbase, BR(1)+2, bpp);\
200 MMIO_OUT32(ivideo->mmio_vbase, BR(6), (h)<<16 | (w) );\
205 MMIO_OUT32(ivideo->mmio_vbase, BR(7), color);\
210 MMIO_OUT32(ivideo->mmio_vbase, BR(8), color);\
215 MMIO_OUT32(ivideo->mmio_vbase, BR(9), color);\
220 MMIO_OUT32(ivideo->mmio_vbase, BR(10), color);\
241 MMIO_OUT32(ivideo->mmio_vbase, BR(11), p0);\
242 MMIO_OUT32(ivideo->mmio_vbase, BR(12), p1);\
247 MMIO_OUT32(ivideo->mmio_vbase, BR(13), ((left) & 0xFFFF) | (top)<<16 );\
252 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\
264 MMIO_OUT32(ivideo->mmio_vbase, BR(15), ivideo->CommandReg); \
265 MMIO_OUT32(ivideo->mmio_vbase, BR(16), 0);\
/linux-4.1.27/arch/powerpc/xmon/
H A Dspu-insns.h118 BR Branch pipeline
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 (with register dependencies) */
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) */
155 APUOP(M_BRNZ, RI16, 0x108, "brnz", _A2(A_T,A_R18), 00001, BR) /* BRNZ IP<-IP+I16_if(RT) */
156 APUOP(M_BRHZ, RI16, 0x110, "brhz", _A2(A_T,A_R18), 00001, BR) /* BRHZ IP<-IP+I16_if(RT) */
157 APUOP(M_BRHNZ, RI16, 0x118, "brhnz", _A2(A_T,A_R18), 00001, BR) /* BRHNZ IP<-IP+I16_if(RT) */
163 APUOP(M_BI, RR, 0x1a8, "bi", _A1(A_A), 00010, BR) /* BI IP<-RA */
164 APUOP(M_BISL, RR, 0x1a9, "bisl", _A2(A_T,A_A), 00012, BR) /* BISL RT,IP<-IP,RA */
165 APUOP(M_IRET, RR, 0x1aa, "iret", _A1(A_A), 00010, BR) /* IRET IP<-SRR0 */
166 APUOP(M_IRET2, RR, 0x1aa, "iret", _A0(), 00010, BR) /* IRET IP<-SRR0 */
167 APUOP(M_BISLED, RR, 0x1ab, "bisled", _A2(A_T,A_A), 00012, BR) /* BISLED RT,IP<-IP,RA_if(ext) */
188 APUOP(M_BIHNZ, RR, 0x12b, "bihnz", _A2(A_T,A_A), 00011, BR) /* BIHNZ IP<-RA_if(RT) */
189 APUOP(M_BIHZ, RR, 0x12a, "bihz", _A2(A_T,A_A), 00011, BR) /* BIHZ IP<-RA_if(RT) */
190 APUOP(M_BINZ, RR, 0x129, "binz", _A2(A_T,A_A), 00011, BR) /* BINZ IP<-RA_if(RT) */
191 APUOP(M_BIZ, RR, 0x128, "biz", _A2(A_T,A_A), 00011, BR) /* BIZ IP<-RA_if(RT) */
221 APUOP(M_ORX, RR, 0x1f0, "orx", _A2(A_T,A_A), 00012, BR) /* ORX RT<-RA.w0|RA.w1|RA.w2|RA.w3 */
370 APUOPFB(M_BID, RR, 0x1a8, 0x20, "bid", _A1(A_A), 00010, BR) /* BI IP<-RA */
371 APUOPFB(M_BIE, RR, 0x1a8, 0x10, "bie", _A1(A_A), 00010, BR) /* BI IP<-RA */
372 APUOPFB(M_BISLD, RR, 0x1a9, 0x20, "bisld", _A2(A_T,A_A), 00012, BR) /* BISL RT,IP<-IP,RA */
373 APUOPFB(M_BISLE, RR, 0x1a9, 0x10, "bisle", _A2(A_T,A_A), 00012, BR) /* BISL RT,IP<-IP,RA */
374 APUOPFB(M_IRETD, RR, 0x1aa, 0x20, "iretd", _A1(A_A), 00010, BR) /* IRET IP<-SRR0 */
375 APUOPFB(M_IRETD2, RR, 0x1aa, 0x20, "iretd", _A0(), 00010, BR) /* IRET IP<-SRR0 */
376 APUOPFB(M_IRETE, RR, 0x1aa, 0x10, "irete", _A1(A_A), 00010, BR) /* IRET IP<-SRR0 */
377 APUOPFB(M_IRETE2, RR, 0x1aa, 0x10, "irete", _A0(), 00010, BR) /* IRET IP<-SRR0 */
378 APUOPFB(M_BISLEDD, RR, 0x1ab, 0x20, "bisledd", _A2(A_T,A_A), 00012, BR) /* BISLED RT,IP<-IP,RA_if(ext) */
379 APUOPFB(M_BISLEDE, RR, 0x1ab, 0x10, "bislede", _A2(A_T,A_A), 00012, BR) /* BISLED RT,IP<-IP,RA_if(ext) */
380 APUOPFB(M_BIHNZD, RR, 0x12b, 0x20, "bihnzd", _A2(A_T,A_A), 00011, BR) /* BIHNZ IP<-RA_if(RT) */
381 APUOPFB(M_BIHNZE, RR, 0x12b, 0x10, "bihnze", _A2(A_T,A_A), 00011, BR) /* BIHNZ IP<-RA_if(RT) */
382 APUOPFB(M_BIHZD, RR, 0x12a, 0x20, "bihzd", _A2(A_T,A_A), 00011, BR) /* BIHZ IP<-RA_if(RT) */
383 APUOPFB(M_BIHZE, RR, 0x12a, 0x10, "bihze", _A2(A_T,A_A), 00011, BR) /* BIHZ IP<-RA_if(RT) */
384 APUOPFB(M_BINZD, RR, 0x129, 0x20, "binzd", _A2(A_T,A_A), 00011, BR) /* BINZ IP<-RA_if(RT) */
385 APUOPFB(M_BINZE, RR, 0x129, 0x10, "binze", _A2(A_T,A_A), 00011, BR) /* BINZ IP<-RA_if(RT) */
386 APUOPFB(M_BIZD, RR, 0x128, 0x20, "bizd", _A2(A_T,A_A), 00011, BR) /* BIZ IP<-RA_if(RT) */
387 APUOPFB(M_BIZE, RR, 0x128, 0x10, "bize", _A2(A_T,A_A), 00011, BR) /* BIZ IP<-RA_if(RT) */
388 APUOPFB(M_SYNCC, RR, 0x002, 0x40, "syncc", _A0(), 00000, BR) /* SYNCC flush_pipe */
393 APUOP(M_BIHT, RR, 0x12b, "biht", _A2(A_T,A_A), 00011, BR) /* BIHNZ IP<-RA_if(RT) */
394 APUOP(M_BIHF, RR, 0x12a, "bihf", _A2(A_T,A_A), 00011, BR) /* BIHZ IP<-RA_if(RT) */
395 APUOP(M_BIT, RR, 0x129, "bit", _A2(A_T,A_A), 00011, BR) /* BINZ IP<-RA_if(RT) */
396 APUOP(M_BIF, RR, 0x128, "bif", _A2(A_T,A_A), 00011, BR) /* BIZ IP<-RA_if(RT) */
397 APUOPFB(M_BIHTD, RR, 0x12b, 0x20, "bihtd", _A2(A_T,A_A), 00011, BR) /* BIHNF IP<-RA_if(RT) */
398 APUOPFB(M_BIHTE, RR, 0x12b, 0x10, "bihte", _A2(A_T,A_A), 00011, BR) /* BIHNF IP<-RA_if(RT) */
399 APUOPFB(M_BIHFD, RR, 0x12a, 0x20, "bihfd", _A2(A_T,A_A), 00011, BR) /* BIHZ IP<-RA_if(RT) */
400 APUOPFB(M_BIHFE, RR, 0x12a, 0x10, "bihfe", _A2(A_T,A_A), 00011, BR) /* BIHZ IP<-RA_if(RT) */
401 APUOPFB(M_BITD, RR, 0x129, 0x20, "bitd", _A2(A_T,A_A), 00011, BR) /* BINF IP<-RA_if(RT) */
402 APUOPFB(M_BITE, RR, 0x129, 0x10, "bite", _A2(A_T,A_A), 00011, BR) /* BINF IP<-RA_if(RT) */
403 APUOPFB(M_BIFD, RR, 0x128, 0x20, "bifd", _A2(A_T,A_A), 00011, BR) /* BIZ IP<-RA_if(RT) */
404 APUOPFB(M_BIFE, RR, 0x128, 0x10, "bife", _A2(A_T,A_A), 00011, BR) /* BIZ IP<-RA_if(RT) */
/linux-4.1.27/tools/testing/selftests/x86/
H A Dentry_from_vm86.c70 strcpy(trapname, "BR"); do_test()
107 /* #BR -- should deliver SIG??? */ main()
108 do_test(&v86, vmcode_bound - vmcode, "#BR"); main()
/linux-4.1.27/arch/metag/tbx/
H A Dtbidspram.S50 BR $L1
84 BR $L2
118 BR $L3
152 BR $L4
/linux-4.1.27/arch/powerpc/boot/
H A Dplanetcore.h7 #define PLANETCORE_KEY_BOARD_REV "BR"
/linux-4.1.27/drivers/net/irda/
H A Dtoim3232-sir.c39 * BR/~D line on the chip is brought high to signal 'command mode',
41 * interface and the pulse length of the IRDA output. When BR/~D
43 * and the RS232 interface is used for data until BR/~D is brought
92 * RTS is inverted and attached to the BR/~D input pin. When RTS
93 * is high, BR/~D is low, and the TOIM3232 is in the normal 'data' mode.
94 * RTS is brought low, BR/~D is high, and the TOIM3232 is in 'command
140 MODULE_PARM_DESC(toim3232fliprts, "toim3232 dongle invert RTS (BR/D)");
317 * 4. Pull BR/~D high
321 * 8. Pull BR/~D low
336 * RTS is inverted and then fed to BR/~D, so to put it in programming mode, we
/linux-4.1.27/include/net/bluetooth/
H A Dbluetooth.h86 /* BR/EDR only (default policy)
89 * If the L2CAP channel is currently using AMP, move the channel to BR/EDR.
93 /* BR/EDR Preferred
95 * If the L2CAP channel is currently on AMP, move it to BR/EDR.
102 * If the L2CAP channel is currently on BR/EDR and AMP controller
107 * than BR/EDR.
H A Dhci.h66 /* First BR/EDR Controller shall have ID = 0 */
164 /* When this quirk is set, LE scan and BR/EDR inquiry is done
201 * BR/EDR and/or LE controller flags: the flags defined here should represent
481 #define LE_AD_NO_BREDR 0x04 /* BR/EDR not supported */
482 #define LE_AD_SIM_LE_BREDR_CTRL 0x08 /* Simultaneous LE & BR/EDR Controller */
483 #define LE_AD_SIM_LE_BREDR_HOST 0x10 /* Simultaneous LE & BR/EDR Host */
H A Dl2cap.h342 * ever be used in the BR/EDR configuration phase.
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
H A Dbfa_cee.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dcna_fwimg.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_defs_status.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_cs.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_defs_mfg_comm.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_msgq.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfi_cna.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfi_reg.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
21 * bfi_reg.h ASIC register defines for all QLogic BR-series adapter ASICs
225 /* QLogic BR-series 1860 Adapter specific defines */
268 * QLogic BR-series 1860 adapter CPQ block registers
H A Dcna.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_cee.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_defs.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_defs_cna.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbnad.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_ioc.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfi.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbna_hw_defs.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_msgq.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfi_enet.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbna.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbnad_debugfs.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_ioc_ct.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbna_types.h2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbnad_ethtool.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbnad.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
3867 pr_info("QLogic BR-series 10G Ethernet driver - version: %s\n", bnad_module_init()
3894 MODULE_DESCRIPTION("QLogic BR-series 10G PCIe Ethernet driver");
H A Dbna_enet.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbfa_ioc.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
H A Dbna_tx_rx.c2 * Linux network driver for QLogic BR-series Converged Network Adapter.
/linux-4.1.27/drivers/net/hamradio/
H A Dz8530.h131 #define TRxCBR 2 /* TRxC = BR Generator Output */
136 #define TCBR 0x10 /* Transmit clock = BR Generator output */
140 #define RCBR 0x40 /* Receive clock = BR Generator output */
157 #define SSBR 0x80 /* Set DPLL source = BR generator */
H A Ddmascc.c814 /* Program BR generator */ scc_open()
823 /* Disable BR generator */ scc_open()
/linux-4.1.27/drivers/tty/serial/
H A Dip22zilog.h167 #define TRxCBR 2 /* TRxC = BR Generator Output */
172 #define TCBR 0x10 /* Transmit clock = BR Generator output */
176 #define RCBR 0x40 /* Receive clock = BR Generator output */
193 #define SSBR 0x80 /* Set DPLL source = BR generator */
H A Dsunzilog.h169 #define TRxCBR 2 /* TRxC = BR Generator Output */
174 #define TCBR 0x10 /* Transmit clock = BR Generator output */
178 #define RCBR 0x40 /* Receive clock = BR Generator output */
195 #define SSBR 0x80 /* Set DPLL source = BR generator */
H A Dzs.h186 #define TRxCBR 2 /* TRxC = BR Generator Output */
191 #define TCBR 0x10 /* Transmit clock = BR Generator output */
195 #define RCBR 0x40 /* Receive clock = BR Generator output */
212 #define SSBR 0x80 /* Set DPLL source = BR generator */
H A Dpmac_zilog.h260 #define TRxCBR 2 /* TRxC = BR Generator Output */
265 #define TCBR 0x10 /* Transmit clock = BR Generator output */
269 #define RCBR 0x40 /* Receive clock = BR Generator output */
286 #define SSBR 0x80 /* Set DPLL source = BR generator */
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_lbc.c42 * BR register. If the SOC has eLBC then it returns 32bit physical address
44 * 32bit address for BR register (Example: MPC8641).
62 * This function walks LBC banks comparing "Base address" field of the BR
/linux-4.1.27/drivers/net/wan/
H A Dz85230.h152 #define TRxCBR 2 /* TRxC = BR Generator Output */
157 #define TCBR 0x10 /* Transmit clock = BR Generator output */
161 #define RCBR 0x40 /* Receive clock = BR Generator output */
178 #define SSBR 0x80 /* Set DPLL source = BR generator */
H A Dhd64570.c421 /* Baud Rate = CLOCK_BASE / TMC / 2^BR */ sca_set_port()
H A Dhd64572.c384 /* Baud Rate = CLOCK_BASE / TMC / 2^BR */ sca_set_port()
/linux-4.1.27/drivers/media/rc/keymaps/
H A Drc-avermedia-m135a.c19 * Positivo (BR) and original IR, initial version and remote control codes
/linux-4.1.27/drivers/uio/
H A Duio_fsl_elbc_gpcm.c28 Only the entries reg (to identify bank) and elbc-gpcm-* (initial BR/OR
266 /* get BR value to set */ get_of_data()
340 /* get current BR/OR values */ uio_fsl_elbc_gpcm_probe()
359 "modifying BR settings: 0x%08x -> 0x%08x", uio_fsl_elbc_gpcm_probe()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dzl10039.c226 /* BR = 10, Enable filter adjustment */ zl10039_set_params()
234 /* BR = 10, Disable filter adjustment */ zl10039_set_params()
/linux-4.1.27/arch/ia64/kernel/
H A Dbrl_emu.c126 * BR[btype] = IP+16 ia64_emulate_brl()
/linux-4.1.27/net/bluetooth/
H A Dhci_sysfs.c131 return "BR/EDR"; host_typetostr()
H A Dsmp.c1753 /* SMP over BR/EDR requires special treatment */ smp_cmd_pairing_req()
1755 /* We must have a BR/EDR SC link */ smp_cmd_pairing_req()
1937 /* For BR/EDR this means we're done and can start phase 3 */ smp_cmd_pairing_rsp()
2906 /* Only master may initiate SMP over BR/EDR */ bredr_pairing()
2914 /* BR/EDR must use Secure Connections for SMP */ bredr_pairing()
2927 /* Remote must support SMP fixed chan for BR/EDR */ bredr_pairing()
2937 BT_ERR("%s unable to create SMP context for BR/EDR", bredr_pairing()
2944 BT_DBG("%s starting SMP over BR/EDR", hdev->name); bredr_pairing()
2946 /* Prepare and send the BR/EDR SMP Pairing Request */ bredr_pairing()
3273 /* If the controller does not support BR/EDR Secure Connections smp_register()
3274 * feature, then the BR/EDR SMP channel shall not be present. smp_register()
3277 * switch that allows forcing BR/EDR SMP support and accepting smp_register()
H A Dhci_request.c394 * In case BR/EDR has been disabled on a dual-mode controller hci_update_random_address()
396 * address instead of the public BR/EDR address. hci_update_random_address()
H A Damp.c202 /* BR/EDR Link Key concatenated together with itself */ phylink_gen_key()
H A Dmgmt.c700 * with BR/EDR disabled, the existence of the static address will get_current_settings()
2081 /* If BR/EDR is not enabled and we disable advertising as a set_connectable()
2437 * or BR/EDR has been previously switched off. set_le()
3110 /* Fallback to BR/EDR type */ link_to_bdaddr()
4146 * to do BR/EDR inquiry. trigger_discovery()
4212 * should occupy the whole discovery time sine BR/EDR inquiry start_discovery_complete()
4215 * For interleaving discovery in comparison, BR/EDR inquiry start_discovery_complete()
5100 * BR/EDR back on is not allowed. set_bredr()
5103 * address as its identity address for BR/EDR and LE. So set_bredr()
5107 * has been enabled. For BR/EDR this is a controller feature set_bredr()
5109 * switching BR/EDR back on when secure connections has been set_bredr()
7343 /* Register the available SMP channels (BR/EDR and LE) only powered_complete()
7403 * where BR/EDR was toggled during the AUTO_OFF phase. powered_update_hci()
7708 * adding any BR/EDR data to the LE adv. mgmt_device_connected()
8243 * For BR/EDR devices (pre 1.2) providing no RSSI during inquiry, is_filter_match()
8313 /* In case of device discovery with BR/EDR devices (pre 1.2), the mgmt_device_found()
H A Dhci_core.c869 /* HCI_BREDR covers both single-mode LE, BR/EDR and dual-mode __hci_init()
870 * BR/EDR/LE type controllers. AMP controllers only need the __hci_init()
1370 * This check is only valid for BR/EDR controllers hci_dev_do_open()
2229 /* BR/EDR key derived using SC from an LE link */ hci_persistent_key()
2854 * state. If we were running both LE and BR/EDR inquiry le_scan_disable_work_complete()
2855 * simultaneously, and BR/EDR inquiry is already le_scan_disable_work_complete()
2856 * finished, stop discovery, otherwise BR/EDR inquiry le_scan_disable_work_complete()
2986 * In case BR/EDR has been disabled on a dual-mode controller and
2988 * becomes the identity address instead of the public BR/EDR address.
3170 /* Assume BR/EDR support until proven otherwise (such as hci_register_dev()
3855 /* No ACL link over BR/EDR controller */ hci_sched_acl()
H A Dl2cap_core.c890 * if the BR/EDR link supports it and flushing has not been l2cap_do_send()
2294 /* Constrain PDU size for BR/EDR connections */ l2cap_segment_sdu()
4121 /* Send rsp for BR/EDR channel */ l2cap_config_req()
4466 /* For controller id 0 make BR/EDR connection */ l2cap_create_channel_req()
4704 /* Ignore logical link if channel is on BR/EDR */ l2cap_logical_cfm()
4745 /* Revert to BR/EDR connect */ l2cap_do_create()
4946 /* Moving to BR/EDR */ l2cap_move_channel_req()
4998 /* Logical link is up or moving to BR/EDR, l2cap_move_continue()
5390 BT_ERR("Unknown BR/EDR signaling command 0x%2.2x", cmd->code); l2cap_bredr_sig_cmd()
H A Da2mp.c168 /* at minimum the BR/EDR needs to be listed */ a2mp_discover_req()
H A Dhci_event.c2027 * like BR/EDR. Set a timer for any connection that doesn't use hci_cs_le_create_conn()
2144 /* When BR/EDR inquiry is active and no LE scanning is in hci_inquiry_complete_evt()
2147 * When running LE scanning and BR/EDR inquiry simultaneously hci_inquiry_complete_evt()
2162 /* When BR/EDR inquiry is active and no LE scanning is in hci_inquiry_complete_evt()
2165 * When running LE scanning and BR/EDR inquiry simultaneously hci_inquiry_complete_evt()
3880 /* For BR/EDR the necessary steps are taken through the hci_key_refresh_complete_evt()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-gpio.c85 * BR* : Audio Sample Rate (BR stands for bitrate for some reason)
/linux-4.1.27/drivers/bluetooth/
H A Dhci_vhci.c108 /* bits 0-1 are dev_type (BR/EDR or AMP) */ __vhci_create_device()
/linux-4.1.27/drivers/net/wireless/ath/
H A Dregd_common.h310 {CTRY_BRAZIL, FCC3_WORLD, "BR"},
/linux-4.1.27/drivers/video/fbdev/
H A Dsticore.h123 u32 caller_other : 1; /* set only by non-[BR/K] caller */
/linux-4.1.27/arch/powerpc/include/asm/
H A D8xx_immap.h96 * BR - Memory Controller: Base Register 16-9
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dconf.h152 * in WLAN PSM / BT master/slave BR
211 * during BT A2DP BR
/linux-4.1.27/arch/x86/kernel/
H A Dtraps.c407 * information of a bound range exception #BR or operation involving do_bounds()
429 * #BR exception itself. do_bounds()
/linux-4.1.27/arch/x86/mm/
H A Dmpx.c245 * If a bounds overflow occurs then a #BR is generated. This
476 * the directory, a #BR is generated and we get here in order to
/linux-4.1.27/arch/x86/kvm/
H A Dtrace.h251 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
/linux-4.1.27/arch/sparc/net/
H A Dbpf_jit_comp.c109 #define BR F2(0, 0x01) macro
/linux-4.1.27/include/uapi/linux/
H A Domap3isp.h531 * [RR] [GR] [BR]
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_defs.h853 u8 br_norm; /* 12: BR, Nominal */
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
H A Ddavinci_vpfe_user.h869 /* Matrix coefficient for BR S12Q8/S11Q8 */
/linux-4.1.27/drivers/nfc/
H A Dpn533.c1931 skb_len = 3 + dev->gb_len; /* ActPass + BR + Next */ pn533_poll_dep()
2388 skb_len = 3 + gb_len; /* ActPass + BR + Next */ pn533_dep_link_up()
/linux-4.1.27/drivers/firewire/
H A Dohci.c476 [0x4] = "QR req", [0x5] = "BR req",
477 [0x6] = "QR resp", [0x7] = "BR resp",
/linux-4.1.27/drivers/mmc/host/
H A Dmmc_spi.c998 * all-ones bytes ... skip N(BR) (0..1), scan the rest for mmc_spi_data_do()
/linux-4.1.27/drivers/pci/
H A Dpci.c2536 * Mark the PCI region associated with PCI device @pdev BR @bar as
2605 * Mark the PCI region associated with PCI device @pdev BR @bar as
/linux-4.1.27/drivers/tty/
H A Dsynclinkmp.c4082 /* fBRG = fCLK/(TMC * 2^BR) set_rate()
4102 * by 2 and increment BR exponent. set_rate()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dmessage.c370 0x83 /* Ext, BR , res, res, C2 , C1 , B , F */
377 0xc3 | V120_HEADER_BREAK_BIT /* Ext, BR , res, res, C2 , C1 , B , F */
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Drtl8723a_bt-coexist.c1529 pBtHciInfo->FlowControlMode = 0x1; /* 0:Packet based data flow control mode(BR/EDR), 1: Data block based data flow control mode(AMP). */ bthci_ResetBtHciInfo()

Completed in 7473 milliseconds