Home | History | Annotate | Download | only in netboot

Lines Matching refs:num_bits

1079 	 *		num_bits	The number of bits in data that are to
1087 void TLan_MiiSendData( u16 base_port, u32 data, unsigned num_bits )
1092 if ( num_bits == 0 )
1099 for ( i = ( 0x1 << ( num_bits - 1 ) ); i; i >>= 1 ) {