Home
last modified time | relevance | path

Searched refs:bz (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/isdn/hisax/
Dhfc_pci.c271 hfcpci_empty_fifo(struct BCState *bcs, bzfifo_type *bz, u_char *bdata, int count) in hfcpci_empty_fifo() argument
281 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_fifo()
285 new_f2 = (bz->f2 + 1) & MAX_B_FRAMES; in hfcpci_empty_fifo()
293 bz->za[new_f2].z2 = new_z2; in hfcpci_empty_fifo()
294 bz->f2 = new_f2; /* next buffer */ in hfcpci_empty_fifo()
317 bz->za[new_f2].z2 = new_z2; in hfcpci_empty_fifo()
318 bz->f2 = new_f2; /* next buffer */ in hfcpci_empty_fifo()
398 hfcpci_empty_fifo_trans(struct BCState *bcs, bzfifo_type *bz, u_char *bdata) in hfcpci_empty_fifo_trans() argument
405 z1r = &bz->za[MAX_B_FRAMES].z1; /* pointer to z reg */ in hfcpci_empty_fifo_trans()
456 bzfifo_type *bz; in main_rec_hfcpci() local
[all …]
/linux-4.1.27/arch/tile/lib/
Dusercopy_32.S28 { bz r1, 2f; addi r3, r0, -1 } /* bias down to include NUL */
30 bz r4, 2f
50 { bz r2, 2f; move r3, r0 }
53 bz r4, 2f
76 { bz r1, 2f; or r2, r0, r1 }
103 bz r1, 2f
123 bz r1, 2f
Dmemcpy_32.S94 { bz r2, .Ldone; andi r4, r4, 3 }
165 { bz zero, .Lbig_loop2 }
187 { bz r4, .Lcopy_8_check; slti_u r8, r2, 8 }
194 { bz r4, .Lcopy_8_check; slti_u r8, r2, 8 }
201 { bz r4, .Lcopy_8_check; slti_u r8, r2, 8 }
348 { bz r4, .Ldest_is_word_aligned; add r18, r1, r2 }
363 { bz r3, .Lcheck_aligned_copy_size; addli r4, r2, -256 }
368 { slti_u r9, r2, 64; bz r8, .Ldest_is_L2_line_aligned }
468 { bz r2, .Lcopy_unaligned_done; slti_u r8, r2, 4 }
525 { move r3, r2; bz r2, 2f /* should be impossible, but handle it. */ }
/linux-4.1.27/arch/s390/kernel/
Dhead.S178 bz .Lnopf
185 bz .Lagain1 # skip dataset header
187 bz .Lagain1 # skip dateset trailer
225 bz .Lagain2
227 bz .Lagain2
243 bz .Lnoreset
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcpci.c405 hfcpci_empty_bfifo(struct bchannel *bch, struct bzfifo *bz, in hfcpci_empty_bfifo() argument
414 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_bfifo()
418 new_f2 = (bz->f2 + 1) & MAX_B_FRAMES; in hfcpci_empty_bfifo()
427 bz->za[new_f2].z2 = cpu_to_le16(new_z2); in hfcpci_empty_bfifo()
428 bz->f2 = new_f2; /* next buffer */ in hfcpci_empty_bfifo()
454 bz->za[new_f2].z2 = cpu_to_le16(new_z2); in hfcpci_empty_bfifo()
455 bz->f2 = new_f2; /* next buffer */ in hfcpci_empty_bfifo()
757 struct bzfifo *bz; in hfcpci_fill_fifo() local
773 bz = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2; in hfcpci_fill_fifo()
776 bz = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1; in hfcpci_fill_fifo()
[all …]
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/
Duser.h23 unsigned long bz; /* P0, Constant zero (8-bits). */ member
/linux-4.1.27/arch/x86/mm/
Dinit_64.c1196 unsigned long bz = 1UL<<31; in probe_memory_block_size() local
1208 while (bz > MIN_MEMORY_BLOCK_SIZE) { in probe_memory_block_size()
1209 if (!((max_pfn << PAGE_SHIFT) & (bz - 1))) in probe_memory_block_size()
1211 bz >>= 1; in probe_memory_block_size()
1214 printk(KERN_DEBUG "memory block size : %ldMB\n", bz >> 20); in probe_memory_block_size()
1216 return bz; in probe_memory_block_size()
/linux-4.1.27/arch/tile/kernel/
Dintvec_32.S126 bz sp, 2f
137 bz r0, 1f
952 bz r31, .Lrestore_regs
1372 bz r25, 2f
1393 bz r25, 3f
1795 bz r26, .Lcmpxchg64_mismatch
1799 bz r26, .Lcmpxchg64_mismatch
Drelocate_kernel_32.S182 bz r0, .Lerr /* unknown type */
/linux-4.1.27/scripts/
Dpatch-kernel111 elif [ -r ${filebase}.bz ]; then
/linux-4.1.27/arch/arc/mm/
Dtlbex.S194 bz.d do_slow_path_pf ; if no Page Table, do page fault
207 bz 1f
/linux-4.1.27/arch/sparc/kernel/
Drtrap_32.S73 bz,a ret_trap_continue
Dentry.S92 bz floppy_fifo_emptied ! fifo has been emptied...
94 bz floppy_overrun ! nope, overrun
96 bz floppy_write
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c212 unsigned char bz; /* 0x40; P0, 8-bit zero register */ member
602 ((char *)&reg.bz + (regno - BZ) * sizeof(char))); in read_register()
/linux-4.1.27/Documentation/DocBook/media/
Dselection.png.b6413 4FHiiyvlOu7v21pu/PqLzuuvOTHtlmIZW/bz+f1r6177ewBAv1C/8FwqjCCesAgSdwK2dAh63e+5
Ddvbstb.png.b64352 KScn57TXMxdDe+NtZgBAh3U+bz/75S9/GRMmTIilS5de1Mewc+fOuPbaayM7OzuysrLigQceOOU6
/linux-4.1.27/arch/arc/kernel/
Dentry.S568 bz restore_regs