Lines Matching full:ram
80 * e1000_read_nvm_srrd_i210 - Reads Shadow Ram using EERD register
82 * @offset: offset of word in the Shadow Ram to read
84 * @data: word read from the Shadow Ram
86 * Reads a 16 bit word from the Shadow Ram using the EERD register.
119 * e1000_write_nvm_srwr_i210 - Write to Shadow RAM using EEWR
121 * @offset: offset within the Shadow RAM to be written to
123 * @data: 16 bit word(s) to be written to the Shadow RAM
125 * Writes data to Shadow RAM at offset using EEWR register.
128 * data will not be committed to FLASH and also Shadow RAM will most likely
131 * If error code is returned, data and Shadow RAM may be inconsistent - buffer
164 * e1000_write_nvm_srwr - Write to Shadow Ram using EEWR
166 * @offset: offset within the Shadow Ram to be written to
168 * @data: 16 bit word(s) to be written to the Shadow Ram
170 * Writes data to Shadow Ram at offset using EEWR register.
173 * Shadow Ram will most likely contain an invalid checksum.
215 DEBUGOUT("Shadow RAM write EEWR timed out\n"); in e1000_write_nvm_srwr()