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

/u-boot/drivers/spi/
H A Dmtk_snfi_spi.c200 u8 gpram_cache[SNFI_GPRAM_SIZE]; local
212 gpram_cache[len++] = op->cmd.opcode;
217 gpram_cache[len++] = (op->addr.val >> addr_sh) & 0xff;
223 gpram_cache[len++] = 0;
227 memcpy(gpram_cache + len, op->data.buf.out, op->data.nbytes);
232 mtk_snfi_copy_to_gpram(priv, gpram_cache, len);
244 mtk_snfi_copy_from_gpram(priv, gpram_cache, op->data.buf.in,

Completed in 32 milliseconds