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

  /external/grub/netboot/
3c509.c 321 * get_e: gets a 16 bits word from the EEPROM. we must have set the window
325 get_e(int offset) function
523 k = get_e(EEPROM_PROD_ID);
599 p[i] = htons(get_e(i));
3c595.c 334 * get_e: gets a 16 bits word from the EEPROM. we must have set the window
338 get_e(offset) function
472 printf("%hX:", get_e(i));
482 p[i] = htons(get_e(EEPROM_OEM_ADDR_0 + i));

Completed in 168 milliseconds