Searched refs:i2eChannelMap (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2ellis.c351 pB->i2eChannelMap[1] =
352 pB->i2eChannelMap[2] =
353 pB->i2eChannelMap[3] = 0;
359 pB->i2eChannelMap[0] = 0x0f; // four-port
372 pB->i2eChannelMap[0] = 0xff; // Eight port
381 pB->i2eChannelMap[0] = 0x3f; // Six Port
432 pB->i2eChannelMap[0] = 0x000f;
437 pB->i2eChannelMap[itemp] =
H A Di2ellis.h206 unsigned short i2eChannelMap[ABS_MAX_BOXES]; member in struct:_i2eBordStr
210 // i2eChannelMap and not in i2eGoodMap, there is a potential problem.
470 // i2eGoodMap vs i2eChannelMap for details.
H A Dip2main.c732 if ( pB->i2eChannelMap[box] & (1 << j) )
862 if ( pB->i2eChannelMap[box] != 0 ) {
866 if ( pB->i2eChannelMap[box] & 1<< i ) {
887 if ( pB->i2eChannelMap[box] & (1 << i) ) {
3046 if( pB->i2eChannelMap[box] != 0 ) ++boxes;
3049 if( pB->i2eChannelMap[box] & 1<< j ) {
3096 if ( pB->i2eChannelMap[box] & (1 << j) )
H A Di2lib.c182 if ( !(pB->i2eChannelMap[index >> 4] & (1 << (index & 0xf)) ) ) {

Completed in 57 milliseconds