Searched defs:get_e (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c5x9.c320 * get_e: gets a 16 bits word from the EEPROM.
322 static int get_e ( uint16_t ioaddr, int offset ) { function
349 prod_id = get_e ( nic->ioaddr, EEPROM_PROD_ID );
398 p[i] = htons(get_e(nic->ioaddr,i));
H A D3c595.c341 * get_e: gets a 16 bits word from the EEPROM. we must have set the window
345 get_e(offset) function
494 printf("%hX:", get_e(i));
504 p[i] = htons(get_e(EEPROM_OEM_ADDR_0 + i));

Completed in 59 milliseconds