HomeSort by relevance Sort by last modified time
    Searched refs:prom (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/net/
ax88796.c 135 u8 prom[32]; local
138 ax88796_mac_read(prom);
140 mac_addr[i] = prom[i];
ne2000.c 81 /* find prom (taken from pc_net_cs.c from Linux) */
205 u8 prom[32]; local
225 PRINTK ("trying to get MAC via prom reading\n");
234 PRINTK ("PROM:");
236 prom[i] = n2k_inb (PCNET_DATAPORT);
237 PRINTK (" %02x", prom[i]);
241 if ((prom[0] == hw_info[i].a0) &&
242 (prom[2] == hw_info[i].a1) &&
243 (prom[4] == hw_info[i].a2)) {
248 if ((i < NR_INFO) || ((prom[28] == 0x57) && (prom[30] == 0x57)))
    [all...]
  /external/dtc/Documentation/
dtc-paper.tex 112 \texttt{prom\_init.c}, which executes in the context of OF. This code
117 \texttt{prom\_init.c} bootstrap and the rest of the kernel.

Completed in 132 milliseconds