Searched refs:bz (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/arch/x86/mm/ |
A D | init_64.c | 1445 unsigned long bz; in probe_memory_block_size() local 1448 bz = set_memory_block_size; in probe_memory_block_size() 1449 if (bz) in probe_memory_block_size() 1454 bz = MIN_MEMORY_BLOCK_SIZE; in probe_memory_block_size() 1463 bz = MAX_BLOCK_SIZE; in probe_memory_block_size() 1468 for (bz = MAX_BLOCK_SIZE; bz > MIN_MEMORY_BLOCK_SIZE; bz >>= 1) { in probe_memory_block_size() 1469 if (IS_ALIGNED(boot_mem_end, bz)) in probe_memory_block_size() 1473 pr_info("x86/mm: Memory block size: %ldMB\n", bz >> 20); in probe_memory_block_size() 1475 return bz; in probe_memory_block_size()
|
/linux-6.3-rc2/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-6.3-rc2/arch/arc/kernel/ |
A D | entry.S | 294 bz .Lrestore_regs 309 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-6.3-rc2/scripts/ |
A D | patch-kernel | 112 elif [ -r ${filebase}.bz ]; then
|
/linux-6.3-rc2/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 25 milliseconds