tag | line | file | source code |
inw | 245 | kernel/blk_drv/scsi/fdomain.c | inline static unsigned short inw( unsigned short port ) |
inw | 764 | kernel/blk_drv/scsi/fdomain.c | while ( (data_count = 0x2000 - inw( FIFO_Data_Count_port )) > 512 ) { |
inw | 800 | kernel/blk_drv/scsi/fdomain.c | while ((data_count = inw( FIFO_Data_Count_port )) != 0) { |
inw | 914 | kernel/blk_drv/scsi/fdomain.c | while ((data_count = inw( FIFO_Data_Count_port )) != 0) { |
inw | 1080 | kernel/blk_drv/scsi/fdomain.c | data_count = 0x2000 - inw( FIFO_Data_Count_port ); |
inw | 1107 | kernel/blk_drv/scsi/fdomain.c | data_count = 0x2000 - inw( FIFO_Data_Count_port ); |
inw | 1125 | kernel/blk_drv/scsi/fdomain.c | data_count = inw( FIFO_Data_Count_port ); |
inw | 1193 | kernel/blk_drv/scsi/fdomain.c | while ((data_count = inw( FIFO_Data_Count_port )) != 0) { |