Lines Matching full:ram
435 /* igc_read_nvm_srrd_i225 - Reads Shadow Ram using EERD register
437 * @offset: offset of word in the Shadow Ram to read
439 * @data: word read from the Shadow Ram
441 * Reads a 16 bit word from the Shadow Ram using the EERD register.
474 /* igc_write_nvm_srwr_i225 - Write to Shadow RAM using EEWR
476 * @offset: offset within the Shadow RAM to be written to
478 * @data: 16 bit word(s) to be written to the Shadow RAM
480 * Writes data to Shadow RAM at offset using EEWR register.
483 * data will not be committed to FLASH and also Shadow RAM will most likely
486 * If error code is returned, data and Shadow RAM may be inconsistent - buffer
519 /* __igc_write_nvm_srwr - Write to Shadow Ram using EEWR
521 * @offset: offset within the Shadow Ram to be written to
523 * @data: 16 bit word(s) to be written to the Shadow Ram
525 * Writes data to Shadow Ram at offset using EEWR register.
528 * Shadow Ram will most likely contain an invalid checksum.
567 DEBUGOUT("Shadow RAM write EEWR timed out\n"); in __igc_write_nvm_srwr()
759 * register makes the FW load the internal shadow RAM into the flash.
761 * then FW is not active so the SW is responsible shadow RAM dump.
798 * therefore, SW is in charge of shadow RAM dump. in igc_update_flash_i225()