Home
last modified time | relevance | path

Searched refs:CtcReg_Mid (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/
Dtmscsim.h493 #define CtcReg_Mid 0x04 /* r */ macro
517 #define StcReg_Mid CtcReg_Mid /* w */
Dtmscsim.c798 ((u32) DC390_read8 (CtcReg_Mid) << 8) | in dc390_DataOut_0()
845 + ((unsigned long) DC390_read8 (CtcReg_Mid) << 8) \ in dc390_DataIn_0()
902 ((u32) DC390_read8 (CtcReg_Mid) << 8)) | in dc390_DataIn_0()
1318 DC390_write8 (CtcReg_Mid, (u8) lval); in dc390_DataIO_Comm()
1345 DC390_write8 (CtcReg_Mid, 0); in dc390_DataIO_Comm()
1968 DC390_read8(CtcReg_Low) + (DC390_read8(CtcReg_Mid) << 8) + (DC390_read8(CtcReg_High) << 16), in DEF_SCSI_QCMD()