Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dtmscsim.h492 #define CtcReg_Low 0x00 /* r curr. transfer count */ macro
516 #define StcReg_Low CtcReg_Low /* w start transfer count */
Dtmscsim.c799 (u32) DC390_read8 (CtcReg_Low)); in dc390_DataOut_0()
846 + ((unsigned long) DC390_read8 (CtcReg_Low))); in dc390_DataIn_0()
903 (u32) DC390_read8 (CtcReg_Low); in dc390_DataIn_0()
1316 DC390_write8 (CtcReg_Low, (u8) lval); in dc390_DataIO_Comm()
1344 DC390_write8 (CtcReg_Low, 0); in dc390_DataIO_Comm()
1968 DC390_read8(CtcReg_Low) + (DC390_read8(CtcReg_Mid) << 8) + (DC390_read8(CtcReg_High) << 16), in DEF_SCSI_QCMD()