Searched refs:flash (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Di8254xGBe.cc108 memset(&flash, 0, EEPROM_SIZE*2);
111 memcpy(flash, p->hardware_address.bytes(), ETH_ADDR_LEN);
113 flash[x] = htobe(flash[x]);
117 csum += htobe(flash[x]);
121 flash[EEPROM_SIZE-1] = htobe((uint16_t)(EEPROM_CSUM - csum));
413 flash[eeAddr>>1] >> eeDataBits & 0x1,
414 flash[eeAddr>>1]);
415 regs.eecd.dout((flash[eeAddr>>1] >> (15-eeDataBits)) & 0x1);
454 regs.eerd.data(flash[reg
[all...]
H A Di8254xGBe.hh68 uint16_t flash[iGbReg::EEPROM_SIZE]; member in class:IGbE

Completed in 8 milliseconds