Searched refs:bz (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/isdn/hardware/mISDN/ |
A D | hfcpci.c | 402 zp = &bz->za[bz->f2]; /* point to Z-Regs */ in hfcpci_empty_bfifo() 744 struct bzfifo *bz; in hfcpci_fill_fifo() local 768 z1t = &bz->za[MAX_B_FRAMES].z1; in hfcpci_fill_fifo() 850 __func__, bch->nr, bz->f1, bz->f2, in hfcpci_fill_fifo() 851 bz->za[bz->f1].z1); in hfcpci_fill_fifo() 852 fcnt = bz->f1 - bz->f2; /* frame count actually buffered */ in hfcpci_fill_fifo() 862 maxlen = le16_to_cpu(bz->za[bz->f2].z2) - in hfcpci_fill_fifo() 863 le16_to_cpu(bz->za[bz->f1].z1) - 1; in hfcpci_fill_fifo() 876 new_z1 = le16_to_cpu(bz->za[bz->f1].z1) + count; in hfcpci_fill_fifo() 883 dst = bdata + (le16_to_cpu(bz->za[bz->f1].z1) - B_SUB_VAL); in hfcpci_fill_fifo() [all …]
|
/linux/arch/s390/boot/ |
A D | head.S | 186 bz .Lnopf 195 bz .Lagain1 # skip dataset header 197 bz .Lagain1 # skip dateset trailer 221 bz .Lagain2 223 bz .Lagain2 239 bz .Lnoreset
|
/linux/arch/x86/mm/ |
A D | init_64.c | 1485 unsigned long bz; in probe_memory_block_size() local 1488 bz = set_memory_block_size; in probe_memory_block_size() 1489 if (bz) in probe_memory_block_size() 1494 bz = MIN_MEMORY_BLOCK_SIZE; in probe_memory_block_size() 1503 bz = MAX_BLOCK_SIZE; in probe_memory_block_size() 1508 for (bz = MAX_BLOCK_SIZE; bz > MIN_MEMORY_BLOCK_SIZE; bz >>= 1) { in probe_memory_block_size() 1509 if (IS_ALIGNED(boot_mem_end, bz)) in probe_memory_block_size() 1513 pr_info("x86/mm: Memory block size: %ldMB\n", bz >> 20); in probe_memory_block_size() 1515 return bz; in probe_memory_block_size()
|
/linux/arch/sparc/lib/ |
A D | M7memset.S | 145 bz,pt %xcc, .blkalign ! already long word aligned 162 bz,pt %xcc, .blkwr ! now block aligned 323 bz,pn %xcc, .wrword
|
A D | M7memcpy.S | 284 bz,pt %xcc, .Lsmallx ! exit if finished 348 bz,pt %xcc, .Lsmallx ! exit if finished 367 bz,pt %xcc, .Lsmallx ! exit if finished 378 bz,pt %xcc, .Lsmallx ! exit if finished 602 bz %xcc, .Lunalignsrc 880 bz,pt %xcc, .Lsmallx 899 bz,pt %xcc, .Lsmallx 903 bz,pt %xcc, .Lsmallx 907 bz,pt %xcc, .Lsmallx
|
/linux/arch/arc/kernel/ |
A D | entry.S | 293 bz .Lrestore_regs 308 bz .Lchk_notify_resume
|
A D | head.S | 113 bz .Lmaster_proceed
|
A D | entry-compact.S | 340 bz .Lexcep_or_pure_K_ret
|
/linux/scripts/ |
A D | patch-kernel | 112 elif [ -r ${filebase}.bz ]; then
|
/linux/arch/sparc/kernel/ |
A D | rtrap_32.S | 74 bz,a ret_trap_continue
|
A D | entry.S | 94 bz floppy_fifo_emptied ! fifo has been emptied... 96 bz floppy_overrun ! nope, overrun 98 bz floppy_write
|
Completed in 23 milliseconds