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

  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 42 int ether_index; member in struct:ether_fcc_info_s
230 if(info->ether_index == 0) {
232 } else if (info->ether_index == 1) {
234 } else if (info->ether_index == 2) {
239 if(info->ether_index == 0) {
241 } else if (info->ether_index == 1){
243 } else if (info->ether_index == 2){
248 if(info->ether_index == 0) {
250 } else if (info->ether_index == 1) {
252 } else if (info->ether_index == 2)
    [all...]
  /external/u-boot/drivers/net/
mpc8xx_fec.c 49 int ether_index; member in struct:ether_fcc_info_s
137 ether_fcc_info[i].ether_index + 1);
298 int fecidx = efis->ether_index;
311 int fecidx = efis->ether_index;
509 if (efis->ether_index != 0)
606 fec_pin_init(efis->ether_index);
820 fec_pin_init(ether_fcc_info[i].ether_index);

Completed in 957 milliseconds