Lines Matching full:base_port
1075 * base_port The base IO port of the adapter in
1087 void TLan_MiiSendData( u16 base_port, u32 data, unsigned num_bits )
1095 outw( TLAN_NET_SIO, base_port + TLAN_DIO_ADR );
1096 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
1118 * base_port The base IO port of the adapter in
1126 void TLan_MiiSync( u16 base_port )
1131 outw( TLAN_NET_SIO, base_port + TLAN_DIO_ADR );
1132 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;