Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c498 sio |= TLAN_NET_SIO_MINTEN; in TLan_FinishReset()
1199 minten = TLan_GetBit(TLAN_NET_SIO_MINTEN, sio);
1201 TLan_ClearBit(TLAN_NET_SIO_MINTEN, sio);
1238 TLan_SetBit(TLAN_NET_SIO_MINTEN, sio);
1355 minten = TLan_GetBit(TLAN_NET_SIO_MINTEN, sio);
1357 TLan_ClearBit(TLAN_NET_SIO_MINTEN, sio);
1371 TLan_SetBit(TLAN_NET_SIO_MINTEN, sio);
H A Dtlan.h240 #define TLAN_NET_SIO_MINTEN 0x80 macro