Home
last modified time | relevance | path

Searched refs:nfc_word (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c740 } nfc_word; local
751 nfc_word.word = readw(&spare_buf[col]);
753 nfc_word.word = readw(&main_buf[col]);
756 ret = nfc_word.bytes[host->col_addr & 0x1];
793 } nfc_word[3]; local
795 nfc_word[0].word = readw(p);
796 nfc_word[1].word = readw(p + 1);
798 nfc_word[2].bytes[0] = nfc_word[0].bytes[1];
799 nfc_word[2].bytes[1] = nfc_word[1].bytes[0];
801 ret = nfc_word[2].word;
[all …]