Home
last modified time | relevance | path

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

/external/grub/netboot/
Dotulip.c34 static unsigned char srom[1024]; variable
147 srom[idx*2] = data & 0xFF; in srom_read()
148 srom[idx*2+1] = data >> 8; in srom_read()
363 nic->node_addr[i] = srom[20+i]; in otulip_probe()