Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6dl-prtrvt.dts176 /* NFC_EN */
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c68 #define NFC_EN BIT(0) macro
433 ~(NFC_PAGE_SHIFT_MSK | NFC_CE_SEL_MSK | NFC_RB_SEL_MSK | NFC_EN); in sunxi_nfc_select_chip()
438 ctl |= NFC_CE_SEL(sel->cs) | NFC_EN | in sunxi_nfc_select_chip()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsunxi_nand.c59 #define NFC_EN BIT(0) macro
417 ~(NFC_PAGE_SHIFT_MSK | NFC_CE_SEL_MSK | NFC_RB_SEL_MSK | NFC_EN); in sunxi_nfc_select_chip()
420 ctl |= NFC_CE_SEL(sel->cs) | NFC_EN | NFC_PAGE_SHIFT(nand->page_shift); in sunxi_nfc_select_chip()