Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dfd_mcs.c237 #define FIFO_Data_Count_port (HOSTDATA(shpnt)->_FIFO_Data_Count_port) macro
487 FIFO_Data_Count_port = port + FIFO_Data_Count; in fd_mcs_detect()
1017 while ( (data_count = FIFO_Size - inw( FIFO_Data_Count_port )) > 512 ) { in fd_mcs_intr()
1052 while ((data_count = inw( FIFO_Data_Count_port )) > 0) { in fd_mcs_intr()
Dfdomain.c404 static int FIFO_Data_Count_port; variable
929 FIFO_Data_Count_port = port_base + FIFO_Data_Count; in fdomain_16x0_detect()
1544 while ( (data_count = FIFO_Size - inw( FIFO_Data_Count_port )) > 512 ) { in do_fdomain_16x0_intr()
1577 while ((data_count = inw( FIFO_Data_Count_port )) > 0) { in do_fdomain_16x0_intr()