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

  /external/u-boot/drivers/net/
mpc8xx_fec.c 55 ether_fcc_info[] = { variable in typeref:struct:ether_fcc_info_s
124 for (i = 0; i < ARRAY_SIZE(ether_fcc_info); i++) {
137 ether_fcc_info[i].ether_index + 1);
139 efis = &ether_fcc_info[i];
819 for (i = 0; i < ARRAY_SIZE(ether_fcc_info); i++)
820 fec_pin_init(ether_fcc_info[i].ether_index);
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 49 ether_fcc_info[] = variable in typeref:struct:ether_fcc_info_s
426 for (i = 0; i < ARRAY_SIZE(ether_fcc_info); i++)
432 ether_fcc_info[i].ether_index + 1);
433 dev->priv = &ether_fcc_info[i];

Completed in 96 milliseconds