Lines Matching full:ram
45 * ice_check_sr_access_params - verify params for Shadow RAM R/W operations.
79 * ice_read_sr_aq - Read Shadow RAM.
83 * @data: buffer for words reads from Shadow RAM
86 * Reads 16-bit word buffers from the Shadow RAM using the admin command.
108 * ice_read_sr_word_aq - Reads Shadow RAM via AQ
110 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
111 * @data: word read from the Shadow RAM
113 * Reads one 16 bit word from the Shadow RAM using the ice_read_sr_aq method.
128 * ice_read_sr_buf_aq - Reads Shadow RAM buf via AQ
130 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
132 * @data: words read from the Shadow RAM
215 * ice_read_sr_word - Reads Shadow RAM word and acquire NVM if necessary
217 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
218 * @data: word read from the Shadow RAM
220 * Reads one 16 bit word from the Shadow RAM using the ice_read_sr_word_aq.
240 * This function reads and populates NVM settings such as Shadow RAM size,
296 * ice_read_sr_buf - Reads Shadow RAM buf and acquire lock if necessary
298 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
300 * @data: words read from the Shadow RAM