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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c154 regEepromCommand_0_w = 0x0a, /** Universal **/ enumerator in enum:Registers0
302 while((1<<15) & inw(ioaddr + regEepromCommand_0_w));
305 outw(address + ((0x02)<<6), ioaddr + regEepromCommand_0_w);
306 while((1<<15) & inw(ioaddr + regEepromCommand_0_w));
326 while((1<<15) & inw(ioaddr + regEepromCommand_0_w));
329 outw(0x30, ioaddr + regEepromCommand_0_w);
330 while((1<<15) & inw(ioaddr + regEepromCommand_0_w));
333 outw(address + ((0x03)<<6), ioaddr + regEepromCommand_0_w);
334 while((1<<15) & inw(ioaddr + regEepromCommand_0_w));
338 outw(0x30, ioaddr + regEepromCommand_0_w);
[all...]

Completed in 57 milliseconds