/linux-4.1.27/sound/soc/intel/common/ |
D | sst-firmware.c | 562 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 …]
|
D | sst-dsp-priv.h | 353 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba,
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | ttable.h | 26 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 …]
|
D | iommu_32.h | 116 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, ®s->pageflush); in iommu_invalidate_page()
|
D | dma.h | 137 #define sbus_unmap_dma_area(dev,ba,len) \ argument 138 sparc32_dma_ops->unmap_dma_area(dev, ba, len)
|
D | backoff.h | 71 ba,pt %xcc, label; \
|
D | visasm.h | 41 ba,a,pt %xcc, fail_label; \
|
D | tsb.h | 188 ba,pt %xcc, 699f; \ 279 ba,pt %xcc, 99f; \ 281 98: ba,pt %xcc, 97b; \
|
/linux-4.1.27/arch/sparc/kernel/ |
D | misctrap.S | 17 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
|
D | spiterrs.S | 85 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 …]
|
D | sun4v_tlb_miss.S | 146 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 …]
|
D | winfixup.S | 31 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 …]
|
D | ktlb.S | 76 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 …]
|
D | syscalls.S | 30 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 …]
|
D | cherrs.S | 106 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 …]
|
D | ioport.c | 318 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 …]
|
D | rtrap_64.S | 32 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
|
D | sun4v_ivec.S | 191 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
|
D | tsb.S | 32 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 …]
|
D | head_64.S | 97 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 …]
|
D | utrap.S | 9 ba,pt %xcc, etrap 14 ba,pt %xcc, rtrap
|
D | una_asm_64.S | 32 ba,pt %xcc, 0f 39 ba,pt %xcc, 0f 82 3: ba,pt %xcc, 0f 95 3: ba,pt %xcc, 0f
|
D | fpu_traps.S | 17 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
|
D | hvtramp.S | 90 ba,pt %xcc, 80f 132 80: ba,pt %xcc, 80b
|
D | trampoline_64.S | 46 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
|
D | etrap_64.S | 84 ba,a,pt %xcc, etrap_user_spill_64bit 160 ba,pt %xcc, 2b 236 ba,pt %xcc, 1b
|
D | dtlb_prot.S | 30 ba,pt %xcc, sparc64_realfault_common ! Nope, normal fault
|
D | ivec.S | 45 ba,pt %xcc, 1f
|
D | helpers.S | 39 ba,pt %xcc, 1b
|
D | head_32.S | 195 ba halt_me 441 ba continue_boot
|
D | entry.S | 760 ba sun4m_nmi_error 1161 ba delay_continue
|
/linux-4.1.27/arch/x86/crypto/ |
D | twofish-x86_64-asm_64-3way.S | 136 #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/ |
D | hweight.S | 6 ba,pt %xcc, __sw_hweight8 18 ba,pt %xcc, __sw_hweight16 30 ba,pt %xcc, __sw_hweight32 42 ba,pt %xcc, __sw_hweight64
|
D | NG2memcpy.S | 260 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 …]
|
D | memmove.S | 50 ba,a,pt %xcc, 99b 58 ba,a,pt %xcc, 99b
|
D | NG4memcpy.S | 198 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
|
D | U1memcpy.S | 99 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 …]
|
D | NGmemcpy.S | 211 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
|
D | VISsave.S | 43 ba,pt %xcc, 3f 76 ba,pt %xcc, 80f
|
D | copy_user.S | 26 99: ba fixupretl; \ 39 ba fixupretl; \ 412 ba fixupretl 434 ba fixupretl 447 ba 60b 461 ba fixupretl 475 ba fixupretl 492 ba fixupretl
|
D | NG4memset.S | 23 ba,pt %icc, 1f 104 ba,a,pt %icc, .Lpostloop
|
D | U3memcpy.S | 182 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
|
D | ashrdi3.S | 24 ba 2f
|
D | ipcsum.S | 24 ba,pt %xcc, 1b
|
D | GENbzero.S | 28 ba,pt %xcc, 1f 125 ba,pt %xcc, GENbzero_from_clear_user
|
D | NGbzero.S | 27 ba,pt %xcc, 1f 128 ba,pt %xcc, NGbzero_from_clear_user
|
D | strlen.S | 35 BRANCH32(ba, pt, 8f)
|
D | copy_in_user.S | 63 ba,pt %xcc, 90f
|
D | clear_page.S | 30 ba,pt %xcc, clear_page_common
|
D | mcount.S | 58 ba,pt %xcc, ftrace_graph_caller
|
D | copy_page.S | 88 ba,pt %xcc, 9f 164 ba,pt %xcc, 5f
|
D | GENmemcpy.S | 93 ba,a,pt %XCC, 90f
|
D | memscan_64.S | 54 ba,pt %xcc, 3f
|
D | csum_copy.S | 62 ba,pt %xcc, 80f 98 ba,pt %xcc, 1f
|
D | checksum_64.S | 35 ba,pt %xcc, csum_partial_post_align
|
D | bzero.S | 19 ba,pt %xcc, 1f
|
D | memset.S | 20 99: ba 30f; \
|
D | checksum_32.S | 154 99: ba 30f; \
|
/linux-4.1.27/arch/sparc/power/ |
D | hibernate_asm.S | 66 ba fill_itlb 90 ba pbe_loop 130 ba pbe_loop
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | unioxx5.c | 440 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/ |
D | mmu.S | 54 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/ |
D | zl10036.c | 287 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/ |
D | testrescue.S | 22 ba endless
|
D | head_v10.S | 203 ba bosse 273 ba 2f 357 ba 2b
|
D | kimagerescue.S | 110 ba 2f
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 72 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.
|
D | cacheflush.S | 82 ba cris_flush_cache_range
|
D | kgdb_asm.S | 292 ba handle_comm
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 93 .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/ |
D | dram_init.S | 69 ba _bw_check 121 ba _sdram_commands_end
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00dev.c | 548 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/ |
D | entry.S | 114 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/ |
D | md5_asm.S | 69 ba,a,pt %xcc, 5b
|
D | sha1_asm.S | 71 ba,a,pt %xcc, 5b
|
D | sha256_asm.S | 77 ba,a,pt %xcc, 5b
|
D | sha512_asm.S | 101 ba,a,pt %xcc, 5b
|
D | camellia_asm.S | 130 ba,pt %xcc, 2f
|
D | aes_asm.S | 292 ba,pt %xcc, 80f 349 ba,pt %xcc, 80f
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 581 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 …]
|
D | s2io.h | 746 struct buffAdd **ba; member
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_attr.c | 14 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/ |
D | dram_init.S | 88 ba after_sdram_commands
|
/linux-4.1.27/arch/mips/pci/ |
D | pcie-octeon.c | 680 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()
|
D | pci-octeon.c | 608 mem_access.s.ba = 0; /* PCI Address bits [63:36]. */ in octeon_pci_setup()
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 102 ba _sdram_commands_end
|
/linux-4.1.27/drivers/tty/vt/ |
D | cp437.uni | 31 0x10 U+25b6 U+25ba 192 0xa7 U+00ba
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.h | 2972 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/ |
D | uprobes.c | 58 #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/ |
D | dbri.c | 260 __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/ |
D | core.c | 70 #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/ |
D | 6lowpan.c | 113 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()
|
D | sco.c | 322 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/ |
D | Makefile | 99 obj-$(CONFIG_FB_PMAG_BA) += pmag-ba-fb.o
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 412 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/ |
D | aacraid.txt | 103 9005:0285:9005:02ba ICP ICP5805SL (Voodoo08)
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 631 uint frame_len, bool ba);
|
D | main.c | 6130 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/ |
D | i5100_edac.c | 130 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/ |
D | ieee802154.txt | 150 # ip link set lowpan0 address de:ad:be:ef:ca:fe:ba:be
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-ds1511.c | 405 struct bin_attribute *ba, in ds1511_nvram_read() argument
|
/linux-4.1.27/arch/sparc/mm/ |
D | ultra.S | 695 ba,pt %xcc, etrap 700 ba,a,pt %xcc, rtrap
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | ftest.sa | 229 dc.l $07c861ff,$000007ca,$4a0066ff,$000007ba 326 dc.l $01b861ff,$000001ba,$4a0066ff,$000001aa
|
D | pfpsp.sa | 1430 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
|
D | itest.sa | 923 dc.l $00000004,$ff8c61ff,$000015ba,$4a0066ff 987 dc.l $00000004,$ff8c61ff,$000011ba,$4a0066ff
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-npi-defs.h | 1685 uint64_t ba:28; member 1687 uint64_t ba:28; 1709 uint64_t ba:28; member 1711 uint64_t ba:28;
|
D | cvmx-sli-defs.h | 1841 uint64_t ba:30; member 1843 uint64_t ba:30; 1867 uint64_t ba:28; member 1871 uint64_t ba:28;
|
D | cvmx-npei-defs.h | 2995 uint64_t ba:30; member 2997 uint64_t ba:30;
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 755 __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/ |
D | x86-opcode-map.txt | 235 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/ |
D | exception-tables.txt | 207 > c0199ffa <.fixup+10ba> xorb %dl,%dl
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | core.c | 2023 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/ |
D | events.txt | 201 prev_comm ~ "ba*sh" <-- is invalid
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 165 ba 0x500
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 694 800005ba: 07 07 bcr 0,%r7
|