Lines Matching refs:m_u16Addr
80 * Fetch next word pointer by m_u16Addr.
82 * m_u16Addr is advanced and mask is reset to support sequential reads.
88 m_u16Word = m_au16Data[m_u16Addr++];
89 E1kLog(("EEPROM: Reading word %04x at %08x\n", m_u16Word, m_u16Addr-1));
95 * Write the value of m_u16Word to the location specified by m_u16Addr.
103 storeWord(m_u16Addr, m_u16Word);
137 m_u16Addr = m_u16Word & ADDR_MASK;
141 m_u16Addr = m_u16Word & ADDR_MASK;
270 SSMR3PutU16( pSSM, m_u16Addr);
290 SSMR3GetU16( pSSM, &m_u16Addr);