Home
last modified time | relevance | path

Searched refs:ssch (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/arch/s390/boot/
Dipldump.S87 ssch 0(%r12) # write chunk of IPL_BS bytes
110 ssch 0(%r12) # write a tape mark
121 ssch 0(%r7) # start sense command
Diplfba.S76 ssch 0(%r3) # read blocks
Dipleckd.S47 oi .Lrdcdata+5,0x84 # enable ssch and multipath mode
201 ssch .Lorb # start I/O
/linux-2.4.37.9/arch/s390x/boot/
Dipldump.S87 ssch 0(%r12) # write chunk of IPL_BS bytes
110 ssch 0(%r12) # write a tape mark
121 ssch 0(%r7) # start sense command
Diplfba.S76 ssch 0(%r3) # read blocks
Dipleckd.S47 oi .Lrdcdata+5,0x84 # enable ssch and multipath mode
201 ssch .Lorb # start I/O
/linux-2.4.37.9/arch/s390x/kernel/
Dhead.S74 ssch 0(%r3) # load chunk of IPL_BS bytes
104 ssch 0(%r7) # start sense command
198 ssch 0(%r3) # load chunk of 1600 bytes
Dreipl.S25 .Lssch: ssch .Liplorb-.Lpg0(%r13)
/linux-2.4.37.9/arch/s390/kernel/
Dreipl.S25 .Lssch: ssch .Liplorb-.Lpg0(%r13)
Dhead.S74 ssch 0(%r3) # load chunk of IPL_BS bytes
104 ssch 0(%r7) # start sense command
198 ssch 0(%r3) # load chunk of 1600 bytes
/linux-2.4.37.9/include/asm-s390/
Dirq.h767 extern __inline__ int ssch(int irq, volatile orb_t *addr) in ssch() function
/linux-2.4.37.9/include/asm-s390x/
Dirq.h768 extern __inline__ int ssch(int irq, volatile orb_t *addr) in ssch() function
/linux-2.4.37.9/drivers/s390/
Ds390io.c1390 ccode = ssch (irq, &(ioinfo[irq]->orb)); in s390_start_IO()