HomeSort by relevance Sort by last modified time
    Searched full:srom (Results 1 - 5 of 5) sorted by null

  /external/grub/netboot/
otulip.c 18 SROM format were very helpful. The Linux de driver
34 static unsigned char srom[1024]; variable
76 /* The following srom related code was taken from FreeBSD's if_de.c */
98 * Write 25 cycles of 0 which will force the SROM to be idle.
147 srom[idx*2] = data & 0xFF;
148 srom[idx*2+1] = data >> 8;
178 here. This should be fixed to use the hints in the SROM and
363 nic->node_addr[i] = srom[20+i];
tulip.c 40 DEC's manuals for the 21143 and SROM format were very helpful.
427 u16 advertising[4]; /* MII advertise, from SROM table. */
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h     [all...]
bcmdevs.h 467 /* SROM 11 - 11ac boardflag definitions */
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 215 "\tsrwrite [-c] <srom-file-path>\n"
    [all...]

Completed in 1929 milliseconds