Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c78 #define NFC_PAGE_SHIFT(x) (((x) < 10 ? 0 : (x) - 10) << 8) macro
438 NFC_PAGE_SHIFT(nand->page_shift - 10); in sunxi_nfc_select_chip()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c70 #define NFC_PAGE_SHIFT(x) (((x) < 10 ? 0 : (x) - 10) << 8) macro
430 ctl |= NFC_CE_SEL(sel->cs) | NFC_EN | NFC_PAGE_SHIFT(nand->page_shift); in sunxi_nfc_select_chip()