Searched refs:tg3_writedsp (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 248 static int tg3_writedsp(struct tg3 *tp, uint16_t addr, uint16_t val) function 661 err |= tg3_writedsp(tp, 0x0012, 0x1804); 662 err |= tg3_writedsp(tp, 0x0013, 0x1204); 663 err |= tg3_writedsp(tp, 0x8006, 0x0132); 664 err |= tg3_writedsp(tp, 0x8006, 0x0232); 665 err |= tg3_writedsp(tp, 0x201f, 0x0a20); 2510 tg3_writedsp(tp, MII_TG3_DSP_RW_PORT, 0x2aaa);
|
Completed in 64 milliseconds