Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/ !
Din2000.h121 #define SW_INT_SHIFT 3 /* shift right this amount to right justify int bits */ macro
Din2000.c2041 x = int_tab[(switches & (SW_INT0 | SW_INT1)) >> SW_INT_SHIFT]; in in2000_detect()