Home
last modified time | relevance | path

Searched refs:ba (Results 1 – 114 of 114) sorted by relevance

/linux-4.1.27/sound/soc/intel/common/
Dsst-firmware.c562 struct sst_block_allocator *ba) in find_block() argument
567 if (block->type == ba->type && block->offset == ba->offset) in find_block()
576 struct sst_block_allocator *ba, struct list_head *block_list) in block_alloc_contiguous() argument
581 int size = ba->size, offset = ba->offset; in block_alloc_contiguous()
583 while (ba->size > 0) { in block_alloc_contiguous()
585 block = find_block(dsp, ba); in block_alloc_contiguous()
589 ba->size = size; in block_alloc_contiguous()
590 ba->offset = offset; in block_alloc_contiguous()
595 ba->offset += block->size; in block_alloc_contiguous()
596 ba->size -= block->size; in block_alloc_contiguous()
[all …]
Dsst-dsp-priv.h353 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba,
/linux-4.1.27/arch/sparc/include/asm/
Dttable.h26 ba,pt %xcc, etrap; \
30 ba,pt %xcc, rtrap; \
36 ba,pt %xcc, etrap; \
40 ba,pt %xcc, rtrap; \
45 ba,pt %xcc, do_fptrap; \
49 ba,pt %xcc, rtrap; \
54 ba,pt %xcc, routine; \
59 ba,pt %xcc, routine; \
65 ba,pt %xcc, etraptl1; \
69 ba,pt %xcc, rtrap; \
[all …]
Diommu_32.h116 static inline void iommu_invalidate_page(struct iommu_regs __iomem *regs, unsigned long ba) in iommu_invalidate_page() argument
118 sbus_writel(ba & PAGE_MASK, &regs->pageflush); in iommu_invalidate_page()
Ddma.h137 #define sbus_unmap_dma_area(dev,ba,len) \ argument
138 sparc32_dma_ops->unmap_dma_area(dev, ba, len)
Dbackoff.h71 ba,pt %xcc, label; \
Dvisasm.h41 ba,a,pt %xcc, fail_label; \
Dtsb.h188 ba,pt %xcc, 699f; \
279 ba,pt %xcc, 99f; \
281 98: ba,pt %xcc, 97b; \
/linux-4.1.27/arch/sparc/kernel/
Dmisctrap.S17 ba,pt %xcc, etrap
21 ba,pt %xcc, rtrap
43 ba,pt %xcc, etrap
49 ba,pt %xcc, rtrap
62 ba,pt %xcc, etrap
68 ba,pt %xcc, rtrap
81 ba,pt %xcc, etrap
87 ba,pt %xcc, rtrap
95 ba,pt %xcc, rtrap
Dspiterrs.S85 ba,pt %xcc, etraptl1
88 ba,pt %xcc, 2f
91 1: ba,pt %xcc, etrap_irq
103 ba,pt %xcc, rtrap
153 ba,pt %xcc, __spitfire_cee_trap_continue
173 ba,pt %xcc, winfix_dax
176 ba,pt %xcc, etraptl1
182 ba,pt %xcc, rtrap
197 ba,pt %xcc, etrap
203 ba,pt %xcc, rtrap
[all …]
Dsun4v_tlb_miss.S146 ba,pt %xcc, sparc64_realfault_common
159 ba,a,pt %xcc, sun4v_tsb_miss_common
194 ba,pt %xcc, tsb_miss_page_table_walk_sun4v_fastpath
216 ba,pt %xcc, etraptl1
243 ba,pt %xcc, etraptl1
253 ba,pt %xcc, sparc64_realfault_common
266 ba,pt %xcc, etrap
272 ba,a,pt %xcc, rtrap
282 ba,pt %xcc, etraptl1
288 ba,a,pt %xcc, rtrap
[all …]
Dwinfixup.S31 ba,pt %xcc, etrap
35 ba,pt %xcc, rtrap
71 ba,pt %xcc, 2f
101 ba,pt %xcc, etrap
105 ba,a,pt %xcc, rtrap
117 ba,pt %xcc, etrap
127 ba,a,pt %xcc, rtrap
132 ba,a,pt %xcc, rtrap
144 ba,pt %xcc, etrap
155 ba,a,pt %xcc, rtrap
[all …]
Dktlb.S76 ba,pt %xcc, sun4v_itlb_load
90 ba,pt %xcc, sparc64_realfault_common
100 ba,pt %xcc, kvmap_itlb_load
110 ba,pt %xcc, kvmap_dtlb_load
116 ba,pt %xcc, kvmap_dtlb_tsb4m_load
123 ba,pt %xcc, kvmap_dtlb_load
152 ba,a,pt %xcc, kvmap_linear_early
184 ba,pt %xcc, sun4v_dtlb_load
190 ba,a,pt %xcc, kvmap_dtlb_load
230 ba,pt %xcc, kvmap_dtlb_vmalloc_addr
[all …]
Dsyscalls.S30 ba,pt %xcc, sys_sparc_pipe_real
33 ba,pt %xcc, c_sys_nis_syscall
36 ba,pt %xcc, sparc_memory_ordering
40 ba,pt %xcc, do_sys32_sigstack
70 ba,pt %xcc, rtrap
100 ba,pt %xcc, sys_clone
108 ba,pt %xcc, sparc_do_fork
123 ba,pt %xcc, ret_sys_call
130 ba,pt %xcc, 1f
153 ba,pt %xcc, 4f
[all …]
Dcherrs.S106 ba,pt %xcc, etrap_irq
115 ba,a,pt %xcc, rtrap_irq
148 ba,pt %xcc, etrap_irq
157 ba,a,pt %xcc, rtrap_irq
217 ba,pt %xcc, dcpe_icpe_tl1_common
222 ba,pt %xcc, etraptl1
227 ba,pt %xcc, rtrap
262 ba,pt %xcc, dcpe_icpe_tl1_common
267 ba,pt %xcc, etraptl1
272 ba,pt %xcc, rtrap
[all …]
Dioport.c318 dma_addr_t ba, struct dma_attrs *attrs) in sbus_free_coherent() argument
345 sbus_unmap_dma_area(dev, ba, n); in sbus_free_coherent()
373 static void sbus_unmap_page(struct device *dev, dma_addr_t ba, size_t n, in sbus_unmap_page() argument
376 mmu_release_scsi_one(dev, ba, n); in sbus_unmap_page()
485 dma_addr_t ba, struct dma_attrs *attrs) in pci32_free_coherent() argument
507 dma_make_coherent(ba, n); in pci32_free_coherent()
512 free_pages((unsigned long)phys_to_virt(ba), get_order(n)); in pci32_free_coherent()
527 static void pci32_unmap_page(struct device *dev, dma_addr_t ba, size_t size, in pci32_unmap_page() argument
531 dma_make_coherent(ba, PAGE_ALIGN(size)); in pci32_unmap_page()
592 static void pci32_sync_single_for_cpu(struct device *dev, dma_addr_t ba, in pci32_sync_single_for_cpu() argument
[all …]
Drtrap_64.S32 ba,pt %xcc, __handle_preemption_continue
38 ba,pt %xcc, __handle_preemption_continue
47 ba,a,pt %xcc, __handle_userfpu_continue
63 ba,pt %xcc, __handle_preemption_continue
75 ba,pt %xcc, rtrap_no_irq_enable
237 ba,a,pt %xcc, user_rtt_fill_64bit
283 ba,pt %xcc, rtrap
318 ba,pt %xcc, rtrap
358 ba,pt %xcc, rt_continue
370 ba,pt %xcc, rt_continue
Dsun4v_ivec.S191 ba,pt %xcc, etrap_irq
203 ba,pt %xcc, rtrap_irq
220 ba,pt %xcc, etrap_irq
229 ba,pt %xcc, rtrap_irq
302 ba,pt %xcc, etrap_irq
314 ba,pt %xcc, rtrap_irq
331 ba,pt %xcc, etrap_irq
340 ba,pt %xcc, rtrap_irq
Dtsb.S32 ba,pt %xcc, tsb_miss_page_table_walk
37 ba,pt %xcc, tsb_miss_page_table_walk
169 ba,pt %xcc, etrap
173 ba,pt %xcc, rtrap
217 ba,pt %xcc, sun4v_dtlb_load
253 ba,pt %xcc, sun4v_itlb_load
289 ba,pt %xcc, winfix_trampoline
294 ba,pt %xcc, sparc64_realfault_common
302 ba,pt %xcc, etrap ! Save trap state
308 ba,pt %xcc, rtrap ! Restore cpu state
[all …]
Dhead_64.S97 ba,a,pt %xcc, 1f
394 ba,pt %xcc, 91f
436 ba,pt %xcc, 49f
465 ba,pt %xcc, 5f
478 ba,pt %xcc, spitfire_boot
483 ba,pt %xcc, cheetah_generic_boot
512 ba,a,pt %xcc, jump_to_sun4u_init
551 ba,pt %xcc, sun4u_continue
563 ba,pt %xcc, niagara_tlb_fixup
569 ba,pt %xcc, spitfire_tlb_fixup
[all …]
Dutrap.S9 ba,pt %xcc, etrap
14 ba,pt %xcc, rtrap
Duna_asm_64.S32 ba,pt %xcc, 0f
39 ba,pt %xcc, 0f
82 3: ba,pt %xcc, 0f
95 3: ba,pt %xcc, 0f
Dfpu_traps.S17 ba,pt %xcc, etrap
20 ba,a,pt %xcc, rtrap
147 ba,pt %xcc, fpdis_exit
200 ba,pt %xcc, rtrap
246 ba,pt %xcc, fitos_emul_continue
289 ba,pt %xcc, fitos_emul_fini
382 ba,pt %xcc, etrap
Dhvtramp.S90 ba,pt %xcc, 80f
132 80: ba,pt %xcc, 80b
Dtrampoline_64.S46 ba,pt %xcc, spitfire_startup
51 ba,pt %xcc, cheetah_generic_startup
88 ba,pt %xcc, startup_continue
216 ba,pt %xcc, after_lock_tlb
373 ba,pt %xcc, 3f
Detrap_64.S84 ba,a,pt %xcc, etrap_user_spill_64bit
160 ba,pt %xcc, 2b
236 ba,pt %xcc, 1b
Ddtlb_prot.S30 ba,pt %xcc, sparc64_realfault_common ! Nope, normal fault
Divec.S45 ba,pt %xcc, 1f
Dhelpers.S39 ba,pt %xcc, 1b
Dhead_32.S195 ba halt_me
441 ba continue_boot
Dentry.S760 ba sun4m_nmi_error
1161 ba delay_continue
/linux-4.1.27/arch/x86/crypto/
Dtwofish-x86_64-asm_64-3way.S136 #define dec_round_end(ba, x, y, n) \ argument
141 xorl ba ## d, y ## d; \
142 shrq $32, ba; \
143 roll $1, ba ## d; \
144 xorl x ## d, ba ## d; \
145 shlq $32, ba; \
147 orq y, ba;
156 #define decrypt_round3(ba, dc, n) \ argument
157 g1g2_3(ba, dc, s1, s2, s3, s0, s3, s0, s1, s2, RY, RX); \
159 dec_round_end(ba ## 0, RX0, RY0, n); \
[all …]
/linux-4.1.27/arch/sparc/lib/
Dhweight.S6 ba,pt %xcc, __sw_hweight8
18 ba,pt %xcc, __sw_hweight16
30 ba,pt %xcc, __sw_hweight32
42 ba,pt %xcc, __sw_hweight64
DNG2memcpy.S260 ba,a,pt %xcc, 180f
265 ba,a,pt %xcc, 160f
272 ba,a,pt %xcc, 140f
288 ba,pt %xcc, 195f
302 ba,pt %xcc, 195f
316 ba,pt %xcc, 195f
330 ba,pt %xcc, 195f
344 ba,pt %xcc, 195f
358 ba,pt %xcc, 195f
372 ba,pt %xcc, 195f
[all …]
Dmemmove.S50 ba,a,pt %xcc, 99b
58 ba,a,pt %xcc, 99b
DNG4memcpy.S198 ba,a,pt %icc, .Lmedium_noprefetch
252 ba,a,pt %icc, .Lmedium_unaligned
298 ba,a,pt %icc, .Lexit
336 ba,pt %icc, .Lsmall_unaligned
348 ba,pt %icc, .Lexit
365 ba,a,pt %icc, .Ltiny
374 ba,a,pt %icc, .Lexit
DU1memcpy.S99 ba,pt %xcc, target; \
116 ba,a,pt %xcc, 93f;
242 ba,pt %xcc, 1b+4
263 ba,pt %xcc, 1b+4
284 ba,pt %xcc, 1b+4
305 ba,pt %xcc, 1b+4
326 ba,pt %xcc, 1b+4
347 ba,pt %xcc, 1b+4
368 ba,pt %xcc, 1b+4
389 ba,pt %xcc, 1b+4
[all …]
DNGmemcpy.S211 ba,pt %XCC, 60f
244 ba,pt %XCC, 60f
275 ba,pt %XCC, 60f
313 ba,a,pt %XCC, 90f
350 ba,pt %xcc, 90f
374 ba,a,pt %xcc, 73b
396 ba,pt %xcc, 90f
DVISsave.S43 ba,pt %xcc, 3f
76 ba,pt %xcc, 80f
Dcopy_user.S26 99: ba fixupretl; \
39 ba fixupretl; \
412 ba fixupretl
434 ba fixupretl
447 ba 60b
461 ba fixupretl
475 ba fixupretl
492 ba fixupretl
DNG4memset.S23 ba,pt %icc, 1f
104 ba,a,pt %icc, .Lpostloop
DU3memcpy.S182 ba,pt %xcc, 2f
311 ba,pt %xcc, 85f
347 ba,pt %xcc, 90f
371 ba,a,pt %xcc, 73b
393 ba,pt %xcc, 90f
Dashrdi3.S24 ba 2f
Dipcsum.S24 ba,pt %xcc, 1b
DGENbzero.S28 ba,pt %xcc, 1f
125 ba,pt %xcc, GENbzero_from_clear_user
DNGbzero.S27 ba,pt %xcc, 1f
128 ba,pt %xcc, NGbzero_from_clear_user
Dstrlen.S35 BRANCH32(ba, pt, 8f)
Dcopy_in_user.S63 ba,pt %xcc, 90f
Dclear_page.S30 ba,pt %xcc, clear_page_common
Dmcount.S58 ba,pt %xcc, ftrace_graph_caller
Dcopy_page.S88 ba,pt %xcc, 9f
164 ba,pt %xcc, 5f
DGENmemcpy.S93 ba,a,pt %XCC, 90f
Dmemscan_64.S54 ba,pt %xcc, 3f
Dcsum_copy.S62 ba,pt %xcc, 80f
98 ba,pt %xcc, 1f
Dchecksum_64.S35 ba,pt %xcc, csum_partial_post_align
Dbzero.S19 ba,pt %xcc, 1f
Dmemset.S20 99: ba 30f; \
Dchecksum_32.S154 99: ba 30f; \
/linux-4.1.27/arch/sparc/power/
Dhibernate_asm.S66 ba fill_itlb
90 ba pbe_loop
130 ba pbe_loop
/linux-4.1.27/drivers/staging/comedi/drivers/
Dunioxx5.c440 int id, num, ba; in unioxx5_attach() local
450 for (i = 0, ba = iobase; i < 4; i++, ba += UNIOXX5_SUBDEV_ODDS) { in unioxx5_attach()
451 id = inb(ba + 0xE); in unioxx5_attach()
452 num = inb(ba + 0xF); in unioxx5_attach()
/linux-4.1.27/arch/cris/arch-v32/mm/
Dmmu.S54 ba ret_from_intr
149 ba 3b ; Continue normal processing
157 ba 3b ; Continue normal processing
174 ba ret_from_intr ; Return
196 ba ret_from_intr
/linux-4.1.27/drivers/media/dvb-frontends/
Dzl10036.c287 u8 rfg, ba, bg; in zl10036_set_gain_params() local
291 ba = 1; in zl10036_set_gain_params()
296 | ((ba << 3) & 0x18) | ((bg << 1) & 0x06); in zl10036_set_gain_params()
304 deb_info("%s: c=%u rfg=%u ba=%u bg=%u\n", __func__, c, rfg, ba, bg); in zl10036_set_gain_params()
/linux-4.1.27/arch/cris/boot/rescue/
Dtestrescue.S22 ba endless
Dhead_v10.S203 ba bosse
273 ba 2f
357 ba 2b
Dkimagerescue.S110 ba 2f
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dentry.S72 ba _need_resched
84 ba ret_from_sys_call
96 ba ret_from_sys_call
321 ba _syscall_traced
513 ba kgdb_handle_exception ; Go to kernel debugging.
518 ba do_sigtrap ; SIGTRAP the offending process.
Dcacheflush.S82 ba cris_flush_cache_range
Dkgdb_asm.S292 ba handle_comm
/linux-4.1.27/arch/powerpc/crypto/
Daes-tab-4k.S93 .long R(25, 9f, 9f, ba), R(4b, a8, a8, e3)
108 .long R(c8, 64, 64, ac), R(ba, 5d, 5d, e7)
134 .long R(6f, ba, ba, d5), R(f0, 78, 78, 88)
177 .long R(de, b1, 5a, 49), R(25, ba, 1b, 67)
200 .long R(02, 03, 6a, ba), R(ed, 16, 82, 5c)
229 .long R(e2, 93, ba, 0a), R(c0, a0, 2a, e5)
265 .long R(ba, e7, 9b, d9), R(4a, 6f, 36, ce)
/linux-4.1.27/arch/cris/arch-v10/lib/
Ddram_init.S69 ba _bw_check
121 ba _sdram_commands_end
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00dev.c548 struct ieee80211_bar *ba = (void *)skb->data; in rt2x00lib_rxdone_check_ba() local
550 if (likely(!ieee80211_is_back(ba->frame_control))) in rt2x00lib_rxdone_check_ba()
553 if (rxdesc->size < sizeof(*ba) + FCS_LEN) in rt2x00lib_rxdone_check_ba()
559 if (ba->start_seq_num != entry->start_seq_num) in rt2x00lib_rxdone_check_ba()
566 if (!TID_CHECK(ba->control, entry->control)) in rt2x00lib_rxdone_check_ba()
571 if (!ether_addr_equal_64bits(ba->ra, entry->ta)) in rt2x00lib_rxdone_check_ba()
574 if (!ether_addr_equal_64bits(ba->ta, entry->ra)) in rt2x00lib_rxdone_check_ba()
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S114 ba _Rexit
296 ba _syscall_traced
414 ba ret_from_intr
457 ba _Rexit ; Return the standard way
585 ba kgdb_handle_breakpoint ; Go to kernel debugging.
594 ba do_sigtrap ; SIGTRAP the offending process.
/linux-4.1.27/arch/sparc/crypto/
Dmd5_asm.S69 ba,a,pt %xcc, 5b
Dsha1_asm.S71 ba,a,pt %xcc, 5b
Dsha256_asm.S77 ba,a,pt %xcc, 5b
Dsha512_asm.S101 ba,a,pt %xcc, 5b
Dcamellia_asm.S130 ba,pt %xcc, 2f
Daes_asm.S292 ba,pt %xcc, 80f
349 ba,pt %xcc, 80f
/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.c581 struct buffAdd *ba; in init_shared_mem() local
804 ring->ba = kmalloc(size, GFP_KERNEL); in init_shared_mem()
805 if (!ring->ba) in init_shared_mem()
813 ring->ba[j] = kmalloc(size, GFP_KERNEL); in init_shared_mem()
814 if (!ring->ba[j]) in init_shared_mem()
818 ba = &ring->ba[j][k]; in init_shared_mem()
820 ba->ba_0_org = kmalloc(size, GFP_KERNEL); in init_shared_mem()
821 if (!ba->ba_0_org) in init_shared_mem()
824 tmp = (unsigned long)ba->ba_0_org; in init_shared_mem()
827 ba->ba_0 = (void *)tmp; in init_shared_mem()
[all …]
Ds2io.h746 struct buffAdd **ba; member
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_attr.c14 struct bin_attribute *ba, char *buf, loff_t off, in qla4_8xxx_sysfs_read_fw_dump() argument
32 struct bin_attribute *ba, char *buf, loff_t off, in qla4_8xxx_sysfs_write_fw_dump() argument
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
Ddram_init.S88 ba after_sdram_commands
/linux-4.1.27/arch/mips/pci/
Dpcie-octeon.c680 pmas->cn68xx.ba++; in __cvmx_increment_ba()
682 pmas->cn63xx.ba++; in __cvmx_increment_ba()
900 mem_access_subid.s.ba = 0; /* PCIe Adddress Bits <63:34>. */ in __cvmx_pcie_rc_initialize_gen1()
908 mem_access_subid.s.ba += 1; /* Set each SUBID to extend the addressable range */ in __cvmx_pcie_rc_initialize_gen1()
1352 mem_access_subid.cn68xx.ba = 0; in __cvmx_pcie_rc_initialize_gen2()
1354 mem_access_subid.cn63xx.ba = 0; in __cvmx_pcie_rc_initialize_gen2()
Dpci-octeon.c608 mem_access.s.ba = 0; /* PCI Address bits [63:36]. */ in octeon_pci_setup()
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Ddram_init.S102 ba _sdram_commands_end
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni31 0x10 U+25b6 U+25ba
192 0xa7 U+00ba
/linux-4.1.27/fs/btrfs/
Dctree.h2972 struct btrfs_disk_balance_args *ba) in btrfs_balance_data() argument
2974 read_eb_member(eb, bi, struct btrfs_balance_item, data, ba); in btrfs_balance_data()
2979 struct btrfs_disk_balance_args *ba) in btrfs_set_balance_data() argument
2981 write_eb_member(eb, bi, struct btrfs_balance_item, data, ba); in btrfs_set_balance_data()
2986 struct btrfs_disk_balance_args *ba) in btrfs_balance_meta() argument
2988 read_eb_member(eb, bi, struct btrfs_balance_item, meta, ba); in btrfs_balance_meta()
2993 struct btrfs_disk_balance_args *ba) in btrfs_set_balance_meta() argument
2995 write_eb_member(eb, bi, struct btrfs_balance_item, meta, ba); in btrfs_set_balance_meta()
3000 struct btrfs_disk_balance_args *ba) in btrfs_balance_sys() argument
3002 read_eb_member(eb, bi, struct btrfs_balance_item, sys, ba); in btrfs_balance_sys()
[all …]
/linux-4.1.27/arch/x86/kernel/
Duprobes.c58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
61 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/linux-4.1.27/sound/sparc/
Ddbri.c260 __u32 ba; /* Transmit/Receive Buffer Address */ member
841 dbri->dma->desc[desc].ba = 0; in reset_pipe()
1130 dbri->dma->desc[desc].ba = 0; in setup_descs()
1144 if (!dbri->dma->desc[desc].ba) in setup_descs()
1162 dbri->dma->desc[desc].ba = dvma_buffer; in setup_descs()
1205 dbri->dma->desc[desc].ba, in setup_descs()
/linux-4.1.27/arch/x86/kernel/kprobes/
Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
73 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/linux-4.1.27/net/bluetooth/
D6lowpan.c113 bdaddr_t *ba, __u8 type) in peer_lookup_ba() argument
118 ba, type); in peer_lookup_ba()
126 if (bacmp(&peer->chan->dst, ba)) in peer_lookup_ba()
Dsco.c322 static struct sock *__sco_get_sock_listen_by_addr(bdaddr_t *ba) in __sco_get_sock_listen_by_addr() argument
330 if (!bacmp(&sco_pi(sk)->src, ba)) in __sco_get_sock_listen_by_addr()
/linux-4.1.27/drivers/video/fbdev/
DMakefile99 obj-$(CONFIG_FB_PMAG_BA) += pmag-ba-fb.o
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c412 u32 ba[WME_BA_BMP_SIZE >> 5]; in ath_tx_count_frames() local
422 memcpy(ba, &ts->ba_low, WME_BA_BMP_SIZE >> 3); in ath_tx_count_frames()
430 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames()
453 u32 ba[WME_BA_BMP_SIZE >> 5]; in ath_tx_complete_aggr() local
511 memset(ba, 0, WME_BA_BMP_SIZE >> 3); in ath_tx_complete_aggr()
516 memcpy(ba, &ts->ba_low, WME_BA_BMP_SIZE >> 3); in ath_tx_complete_aggr()
550 } else if (ATH_BA_ISSET(ba, ATH_BA_INDEX(seq_st, seqno))) { in ath_tx_complete_aggr()
/linux-4.1.27/Documentation/scsi/
Daacraid.txt103 9005:0285:9005:02ba ICP ICP5805SL (Voodoo08)
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.h631 uint frame_len, bool ba);
Dmain.c6130 u8 frame_preamble_type, uint frame_len, bool ba) in brcms_c_compute_rtscts_dur() argument
6150 if (ba) in brcms_c_compute_rtscts_dur()
/linux-4.1.27/drivers/edac/
Di5100_edac.c130 static inline u32 i5100_spdcmd_create(u32 dti, u32 ckovrd, u32 sa, u32 ba, in i5100_spdcmd_create() argument
136 ((ba & ((1 << 8) - 1)) << 16) | in i5100_spdcmd_create()
/linux-4.1.27/Documentation/networking/
Dieee802154.txt150 # ip link set lowpan0 address de:ad:be:ef:ca:fe:ba:be
/linux-4.1.27/drivers/rtc/
Drtc-ds1511.c405 struct bin_attribute *ba, in ds1511_nvram_read() argument
/linux-4.1.27/arch/sparc/mm/
Dultra.S695 ba,pt %xcc, etrap
700 ba,a,pt %xcc, rtrap
/linux-4.1.27/arch/m68k/ifpsp060/
Dftest.sa229 dc.l $07c861ff,$000007ca,$4a0066ff,$000007ba
326 dc.l $01b861ff,$000001ba,$4a0066ff,$000001aa
Dpfpsp.sa1430 dc.l $000000ba,$006c011a,$006000ba,$00660000
1679 dc.l $a6d541a8,$000093ba,$47c980e9,$8ce04351
1689 dc.l $000093ba,$47c980e9,$8ce04351,$0000aa7e
1698 dc.l $0000c278,$1f49ffcf,$a6d541a8,$000093ba
Ditest.sa923 dc.l $00000004,$ff8c61ff,$000015ba,$4a0066ff
987 dc.l $00000004,$ff8c61ff,$000011ba,$4a0066ff
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-npi-defs.h1685 uint64_t ba:28; member
1687 uint64_t ba:28;
1709 uint64_t ba:28; member
1711 uint64_t ba:28;
Dcvmx-sli-defs.h1841 uint64_t ba:30; member
1843 uint64_t ba:30;
1867 uint64_t ba:28; member
1871 uint64_t ba:28;
Dcvmx-npei-defs.h2995 uint64_t ba:30; member
2997 uint64_t ba:30;
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h755 __u8 type, bdaddr_t *ba) in hci_conn_hash_lookup_ba() argument
763 if (c->type == type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_ba()
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt235 ba: MOV rDX/r10,Iv
528 ba: Grp8 Ev,Ib (1A)
728 ba: vfmsub231ps/d Vx,Hx,Wx (66),(v)
/linux-4.1.27/Documentation/x86/
Dexception-tables.txt207 > c0199ffa <.fixup+10ba> xorb %dl,%dl
/linux-4.1.27/net/bluetooth/rfcomm/
Dcore.c2023 static int rfcomm_add_listener(bdaddr_t *ba) in rfcomm_add_listener() argument
2039 bacpy(&addr.l2_bdaddr, ba); in rfcomm_add_listener()
/linux-4.1.27/Documentation/trace/
Devents.txt201 prev_comm ~ "ba*sh" <-- is invalid
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S165 ba 0x500
/linux-4.1.27/Documentation/s390/
DDebugging390.txt694 800005ba: 07 07 bcr 0,%r7