Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-prtrvt.dts178 /* NFC_EN */
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8250-sony-xperia-edo-pdx206.dts100 "NFC_EN",
H A Dsm8450-sony-xperia-nagara-pdx224.dts84 "NFC_EN",
H A Dsm8450-sony-xperia-nagara-pdx223.dts112 "NFC_EN",
H A Dsm8350-sony-xperia-sagami-pdx215.dts165 "NFC_EN",
H A Dsm8250-sony-xperia-edo-pdx203.dts192 "NFC_EN",
H A Dsm8350-hdk.dts554 "NFC_EN",
H A Dsm8150-sony-xperia-kumano.dtsi675 "NFC_EN",
H A Dsm8350-sony-xperia-sagami.dtsi733 "NFC_EN",
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c67 #define NFC_EN BIT(0) macro
432 ~(NFC_PAGE_SHIFT_MSK | NFC_CE_SEL_MSK | NFC_RB_SEL_MSK | NFC_EN); in sunxi_nfc_select_chip()
437 ctl |= NFC_CE_SEL(sel->cs) | NFC_EN | in sunxi_nfc_select_chip()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c59 #define NFC_EN BIT(0) macro
427 ~(NFC_PAGE_SHIFT_MSK | NFC_CE_SEL_MSK | NFC_RB_SEL_MSK | NFC_EN); in sunxi_nfc_select_chip()
430 ctl |= NFC_CE_SEL(sel->cs) | NFC_EN | NFC_PAGE_SHIFT(nand->page_shift); in sunxi_nfc_select_chip()