Searched refs:read1_io (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.c81 return read1_io(IO_WD_DATA);
85 #define READ_AUX_STAT() read1_io(IO_WD_ASR)
133 value = read1_io(IO_WD_DATA) << 16;
134 value |= read1_io(IO_WD_DATA) << 8;
135 value |= read1_io(IO_WD_DATA);
790 DB(DB_FIFO, printk("{R:%02x} ", read1_io(IO_FIFO_COUNT)))
793 i = read1_io(IO_FIFO_COUNT) & 0xfe;
813 DB(DB_FIFO, printk("{W:%02x} ", read1_io(IO_FIFO_COUNT)))
838 j = read1_io(IO_FIFO_COUNT) & 0xfe;
1485 x = read1_io(IO_HARDWAR
[all...]
H A Din2000.h52 #define read1_io(a) (inb(hostdata->io_base+(a))) macro

Completed in 53 milliseconds