Searched refs:read_wd33c93 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/ |
H A D | wd33c93.c | 166 read_wd33c93(const wd33c93_regs regs, uchar reg_num) in read_wd33c93() function 243 x = read_wd33c93(regs, WD_DATA); in read_1_byte() 640 *buf++ = read_wd33c93(regs, WD_DATA); in transfer_pio() 756 sr = read_wd33c93(regs, WD_SCSI_STATUS); /* clear the interrupt */ in wd33c93_intr() 757 phs = read_wd33c93(regs, WD_COMMAND_PHASE); in wd33c93_intr() 915 sr = read_wd33c93(regs, WD_SCSI_STATUS); /* clear interrupt */ in wd33c93_intr() 932 sr = read_wd33c93(regs, WD_SCSI_STATUS); /* clear interrupt */ in wd33c93_intr() 1114 lun = read_wd33c93(regs, WD_TARGET_LUN); in wd33c93_intr() 1323 id = read_wd33c93(regs, WD_SOURCE_ID); in wd33c93_intr() 1332 lun = read_wd33c93(regs, WD_DATA); in wd33c93_intr() [all …]
|