Searched refs:bzt (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/tile/kernel/ |
D | relocate_kernel.S | 137 bzt r0, .Ltry2 151 bzt r0, .Ltry4 164 bzt r0, .Ltry8 250 bzt r0, 1b
|
D | intvec_32.S | 491 bzt r32, 1f /* zero if from user space */ 557 bzt r4, 1f 647 bzt r29, \not_single_stepping 691 bzt r25, \not_single_stepping 726 bzt r25, \not_single_stepping 752 bzt r24, \not_single_stepping 754 bzt r25, \not_single_stepping 812 bzt r29, .Lresume_userspace 905 bzt r30, .Lrestore_regs 911 bzt r30, .Lrestore_regs [all …]
|
/linux-2.6.39/arch/tile/lib/ |
D | atomic_asm_32.S | 141 bzt r21, 1b /* branch if lock acquired */ 159 bzt r21, 1b /* branch if lock acquired */
|
D | memcpy_32.S | 130 { bzt r8, .Lcopy_8_loop; slti_u r4, r2, 4 } 498 { bzt r16, .Lcopy_unaligned_line; move r7, r6 } 509 { bzt r8, .Lcopy_unaligned_src_words; move r6, r7 } 529 { bzt r8, .Lcopy_unaligned_src_loop; addi r1, r1, 4 } 573 { bzt r29, memcpy_fixup_loop }
|
D | usercopy_32.S | 151 bzt r2, .Lclear_aligned_user_asm
|
/linux-2.6.39/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 366 struct bzfifo *bzt; in hfcpci_clear_fifo_tx() local 369 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2; in hfcpci_clear_fifo_tx() 372 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1; in hfcpci_clear_fifo_tx() 381 fifo, bzt->f1, bzt->f2, in hfcpci_clear_fifo_tx() 382 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx() 383 le16_to_cpu(bzt->za[MAX_B_FRAMES].z2), in hfcpci_clear_fifo_tx() 385 bzt->f2 = MAX_B_FRAMES; in hfcpci_clear_fifo_tx() 386 bzt->f1 = bzt->f2; /* init F pointers to remain constant */ in hfcpci_clear_fifo_tx() 387 bzt->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_tx() 388 bzt->za[MAX_B_FRAMES].z2 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 2); in hfcpci_clear_fifo_tx() [all …]
|
/linux-2.6.39/drivers/isdn/hisax/ |
D | hfc_pci.c | 245 bzfifo_type *bzt; in hfcpci_clear_fifo_tx() local 248 bzt = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.txbz_b2; in hfcpci_clear_fifo_tx() 251 bzt = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.txbz_b1; in hfcpci_clear_fifo_tx() 257 bzt->za[MAX_B_FRAMES].z1 = B_FIFO_SIZE + B_SUB_VAL - 1; in hfcpci_clear_fifo_tx() 258 bzt->za[MAX_B_FRAMES].z2 = bzt->za[MAX_B_FRAMES].z1; in hfcpci_clear_fifo_tx() 259 bzt->f1 = MAX_B_FRAMES; in hfcpci_clear_fifo_tx() 260 bzt->f2 = bzt->f1; /* init F pointers to remain constant */ in hfcpci_clear_fifo_tx()
|