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

/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c224 #define SNF_GPRAM 0x800 macro
483 nfi_write32(snf, SNF_GPRAM + reg_offs - 3, val);
492 nfi_write32(snf, SNF_GPRAM + reg_offs - 3, val);
499 nfi_write32(snf, SNF_GPRAM + reg_offs - 3, val);
508 nfi_write32(snf, SNF_GPRAM + reg_offs - 3, val);
515 nfi_write32(snf, SNF_GPRAM + (reg_offs & ~3), val);
519 nfi_read32(snf, SNF_GPRAM + i));
530 nfi_read_data(snf, SNF_GPRAM + reg_offs, rx_buf, rx_len);

Completed in 220 milliseconds