OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_e
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
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));
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));
Completed in 136 milliseconds