Searched refs:UINT (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | tmscsim.h | 29 typedef u32 UINT; /* 32 bits */ typedef 34 typedef UINT *PUINT; 95 UINT SRBState; 157 UINT TagMask; 238 UINT SelLost; 239 UINT SelConn; 240 UINT CmdInQ; 241 UINT CmdOutOfSRB;
|
D | scsiiom.c | 179 UINT residual, xferCnt; int ctr = 6000000; in dc390_dma_intr() 377 UINT ResidCnt, xferCnt; in dc390_DataOut_0() 408 ResidCnt = (UINT) DC390_read8 (Current_Fifo) & 0x1f; in dc390_DataOut_0() 409 ResidCnt |= (UINT) DC390_read8 (CtcReg_High) << 16; in dc390_DataOut_0() 410 ResidCnt |= (UINT) DC390_read8 (CtcReg_Mid) << 8; in dc390_DataOut_0() 411 ResidCnt += (UINT) DC390_read8 (CtcReg_Low); in dc390_DataOut_0() 431 UINT ResidCnt, i; in dc390_DataIn_0() 508 ResidCnt = (UINT) DC390_read8 (CtcReg_High); in dc390_DataIn_0() 510 ResidCnt |= (UINT) DC390_read8 (CtcReg_Mid); in dc390_DataIn_0() 512 ResidCnt |= (UINT) DC390_read8 (CtcReg_Low); in dc390_DataIn_0() [all …]
|
D | tmscsim.c | 481 static UINT dc390_laststatus = 0; 1546 UINT count, i; in DC390_abort() 1740 UINT cnt, i; 1980 UINT count, i; in dc390_linkSRB() 2228 DEBUG0(printk(KERN_INFO "DC390: pSH = %8x,", (UINT) psh);) in DC390_init() 2239 (UINT) pACB, (UINT) pACB->DCBmap, (UINT) pACB->SRB_array);) in DC390_init() 2309 UINT io_port; in DC390_detect() 2326 …DEBUG0(printk(KERN_INFO "DC390(%i): IO_PORT=%04x,IRQ=%x\n", dc390_adapterCnt, (UINT) io_port, irq)… in DC390_detect()
|
D | FlashPoint.c | 217 typedef unsigned int UINT; typedef 8773 UINT sg_index; in busMstrSGDataXferStart() 8803 ((ULONG)(sg_index * (UINT)SG_ELEMENT_SIZE) < pcurrSCCB->DataLength) ) { in busMstrSGDataXferStart() 9029 UINT sg_ptr; in hostDataXferAbort() 9084 if (sg_ptr > (UINT)(pCurrSCCB->DataLength / SG_ELEMENT_SIZE)) { in hostDataXferAbort() 9086 sg_ptr = (UINT)(pCurrSCCB->DataLength / SG_ELEMENT_SIZE); in hostDataXferAbort() 9311 UINT sg_index; in hostDataXferRestart() 11642 UINT sg_index; in utilUpdateResidual()
|
/linux-2.4.37.9/drivers/char/ip2/ |
D | ip2types.h | 43 typedef unsigned int UINT; typedef
|
/linux-2.4.37.9/drivers/net/ |
D | amd8111e.h | 180 UINT = (1 << 7), enumerator
|
/linux-2.4.37.9/drivers/char/ |
D | ip2main.c | 291 static int ip2_ioctl(PTTY, struct file *, UINT, ULONG); 321 static int ip2_ipl_ioctl(struct inode *, struct file *, UINT, ULONG); 2275 ip2_ioctl ( PTTY tty, struct file *pFile, UINT cmd, ULONG arg ) in ip2_ioctl() 3176 ip2_ipl_ioctl ( struct inode *pInode, struct file *pFile, UINT cmd, ULONG arg )
|