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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c425 u16 sym_advertise, mii_advertise; /* NWay to-advertise. */ member in struct:tulip_private
890 tp->sym_advertise = new_advertise;
1495 if (tp->sym_advertise == 0)
1496 tp->sym_advertise = 0x0061;
1545 int csr14 = ((tp->sym_advertise & 0x0780) << 9) |
1546 ((tp->sym_advertise&0x0020)<<1) | 0xffbf;
1556 tp->csr6 = 0x01000000 | (tp->sym_advertise & 0x0040 ? 0x0200 : 0);
1566 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? 0x0200 : 0);

Completed in 48 milliseconds