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

  /external/grub/netboot/
epic100.c 67 static int eectl ; variable
128 eectl = ioaddr + EECTL; /* EEPROM Control */
436 outl(EE_ENB & ~EE_CS, eectl);
437 outl(EE_ENB, eectl);
442 outl(EE_ENB | dataval, eectl);
444 outl(EE_ENB | dataval | EE_SHIFT_CLK, eectl);
446 outl(EE_ENB | dataval, eectl); /* Finish EEPROM a clock tick. */
449 outl(EE_ENB, eectl);
452 outl(EE_ENB | EE_SHIFT_CLK, eectl);
    [all...]
epic100.h 21 EECTL = 0x14, /* EEPROM Control */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalHwEeprom.c 500 UINT32 eectl; local
508 TNETWIF_ReadRegSync(pHwEeprom->hTNETWIF,EE_CTL,&eectl);
509 if (eectl == 0xffffffff)
511 } while (eectl &0x2);
520 TNETWIF_ReadRegSync(pHwEeprom->hTNETWIF,EE_CTL,&eectl);
521 if (eectl == 0xffffffff)
523 } while (eectl &0x2);
533 TNETWIF_ReadRegSync(pHwEeprom->hTNETWIF,EE_CTL,&eectl);
534 if (eectl == 0xffffffff)
536 } while (eectl &0x2);
    [all...]

Completed in 98 milliseconds