Home
last modified time | relevance | path

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

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