Searched refs:SSC_READ (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
H A D | ssc.h | 16 #define SSC_READ 52 macro
|
H A D | bootloader.c | 110 ssc(fd, 1, (long) &req, off, SSC_READ); start_bootloader() 138 ssc(fd, 1, (long) &req, e_phoff, SSC_READ); start_bootloader() 153 ssc(fd, 1, (long) &req, elf_phdr->p_offset, SSC_READ); start_bootloader()
|
/linux-4.4.14/arch/ia64/hp/sim/ |
H A D | simscsi.c | 33 #define SSC_READ 52 macro 138 mode == SSC_READ ? "read":"write", req.addr, offset, scsi_for_each_sg() 183 ia64_ssc(fd, 1, __pa(&req), ((sectors | bit) - 1)*512, SSC_READ); simscsi_get_disk_size() 256 simscsi_readwrite6(sc, SSC_READ); simscsi_queuecommand_lck() 262 simscsi_readwrite10(sc, SSC_READ); simscsi_queuecommand_lck()
|
Completed in 67 milliseconds