Home
last modified time | relevance | path

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

/drivers/net/
Dtlan.c2366 sio |= TLAN_NET_SIO_MINTEN; in TLan_FinishReset()
2900 minten = TLan_GetBit( TLAN_NET_SIO_MINTEN, sio ); in TLan_MiiReadReg()
2902 TLan_ClearBit(TLAN_NET_SIO_MINTEN, sio); in TLan_MiiReadReg()
2939 TLan_SetBit(TLAN_NET_SIO_MINTEN, sio); in TLan_MiiReadReg()
3067 minten = TLan_GetBit( TLAN_NET_SIO_MINTEN, sio ); in TLan_MiiWriteReg()
3069 TLan_ClearBit( TLAN_NET_SIO_MINTEN, sio ); in TLan_MiiWriteReg()
3083 TLan_SetBit( TLAN_NET_SIO_MINTEN, sio ); in TLan_MiiWriteReg()
Dtlan.h289 #define TLAN_NET_SIO_MINTEN 0x80 macro