Home
last modified time | relevance | path

Searched refs:i2eChannelMap (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/ip2/
Dip2mkdev.c84 if ( pB->i2eChannelMap[box] & ( 1 << port ) ) in main()
113 if( pB->i2eChannelMap[box] != 0 ) ++boxes; in ex_details()
116 if( pB->i2eChannelMap[box] & 1<< i ) ++ports; in ex_details()
Di2ellis.c352 pB->i2eChannelMap[1] = in iiInitialize()
353 pB->i2eChannelMap[2] = in iiInitialize()
354 pB->i2eChannelMap[3] = 0; in iiInitialize()
360 pB->i2eChannelMap[0] = 0x0f; // four-port in iiInitialize()
373 pB->i2eChannelMap[0] = 0xff; // Eight port in iiInitialize()
382 pB->i2eChannelMap[0] = 0x3f; // Six Port in iiInitialize()
433 pB->i2eChannelMap[0] = 0x000f; in iiInitialize()
438 pB->i2eChannelMap[itemp] = in iiInitialize()
Di2ellis.h207 unsigned short i2eChannelMap[ABS_MAX_BOXES]; member
Di2lib.c264 if ( !(pB->i2eChannelMap[index >> 4] & (1 << (index & 0xf)) ) ) { in i2InitChannels()
/linux-2.4.37.9/drivers/char/
Dip2main.c935 if ( pB->i2eChannelMap[box] & (1 << j) ) in ip2_loadmain()
1071 if ( pB->i2eChannelMap[box] != 0 ) { in ip2_init_board()
1075 if ( pB->i2eChannelMap[box] & 1<< i ) { in ip2_init_board()
1096 if ( pB->i2eChannelMap[box] & (1 << i) ) { in ip2_init_board()
3456 if( pB->i2eChannelMap[box] != 0 ) ++boxes;
3459 if( pB->i2eChannelMap[box] & 1<< j ) {
3506 if ( pB->i2eChannelMap[box] & (1 << j) )