Searched refs:basr (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/s390/boot/ |
H A D | head_kdump.S | 26 basr %r13,0 48 basr %r14,%r14 59 basr %r13,0 # Base 77 basr %r14,%r14 # Start relocated kernel 87 basr %r13,0
|
/openbmc/linux/drivers/scsi/ |
H A D | mac_scsi.c | 281 unsigned char basr; in macscsi_wait_for_drq() local 284 basr = NCR5380_read(BUS_AND_STATUS_REG); in macscsi_wait_for_drq() 286 if (!(basr & BASR_PHASE_MATCH)) in macscsi_wait_for_drq() 289 if (basr & BASR_IRQ) in macscsi_wait_for_drq() 292 if (basr & BASR_DRQ) in macscsi_wait_for_drq()
|
H A D | NCR5380.c | 297 unsigned char status, basr, mr, icr, i; in NCR5380_print() local 302 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print() 308 printk(KERN_CONT "\nBASR = 0x%02x : ", basr); in NCR5380_print() 310 if (basr & basrs[i].mask) in NCR5380_print() 869 unsigned char basr; in NCR5380_intr() local 874 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_intr() 875 if (basr & BASR_IRQ) { in NCR5380_intr() 880 irq, basr, sr, mr); in NCR5380_intr()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | head64.S | 35 basr %r13,0
|
H A D | relocate_kernel.S | 30 basr %r13,0 # base address
|
/openbmc/linux/arch/s390/purgatory/ |
H A D | head.S | 92 basr %r13,0 177 basr %r13,0
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | sam.S | 22 basr %r12,%r0
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | nospec-insn.h | 126 basr \rsave,\rtarget
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 20 0d basr RR_RR
|