Home
last modified time | relevance | path

Searched refs:nfc (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c199 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read() local
201 return readl(nfc->regs + reg); in vf610_nfc_read()
206 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write() local
208 writel(val, nfc->regs + reg); in vf610_nfc_write()
253 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_done() local
273 vf610_nfc_clear_status(nfc->regs); in vf610_nfc_done()
328 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_addr_cycle() local
329 if (nfc->chip.options & NAND_BUSWIDTH_16) in vf610_nfc_addr_cycle()
355 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_command() local
356 int trfr_sz = nfc->chip.options & NAND_BUSWIDTH_16 ? 1 : 0; in vf610_nfc_command()
[all …]
H A Dmxc_nand_spl.c20 static struct mxc_nand_regs *const nfc = (void *)NFC_BASE_ADDR; variable
22 static struct mxc_nand_regs *const nfc = (void *)NFC_BASE_ADDR_AXI; variable
31 while (!(readnfc(&nfc->config2) & NFC_V1_V2_CONFIG2_INT)) in nfc_wait_ready()
35 tmp = readnfc(&nfc->config2); in nfc_wait_ready()
37 writenfc(tmp, &nfc->config2); in nfc_wait_ready()
91 writenfc(CONFIG_SYS_NAND_OOBSIZE / 2, &nfc->spare_area_size); in nfc_nand_init()
94 writenfc(0x2, &nfc->config); in nfc_nand_init()
97 config1 = readnfc(&nfc->config1) | NFC_V1_V2_CONFIG1_ECC_EN | in nfc_nand_init()
108 writenfc(config1, &nfc->config1); in nfc_nand_init()
111 writenfc(0x2, &nfc->config); in nfc_nand_init()
[all …]
H A Dsunxi_nand.c315 static int sunxi_nfc_wait_int(struct sunxi_nfc *nfc, u32 flags, in sunxi_nfc_wait_int() argument
330 status = readl(nfc->regs + NFC_REG_ST); in sunxi_nfc_wait_int()
339 writel(status & flags, nfc->regs + NFC_REG_ST); in sunxi_nfc_wait_int()
344 static int sunxi_nfc_wait_cmd_fifo_empty(struct sunxi_nfc *nfc) in sunxi_nfc_wait_cmd_fifo_empty() argument
352 if (!(readl(nfc->regs + NFC_REG_ST) & NFC_CMD_FIFO_STATUS)) in sunxi_nfc_wait_cmd_fifo_empty()
356 dev_err(nfc->dev, "wait for empty cmd FIFO timedout\n"); in sunxi_nfc_wait_cmd_fifo_empty()
360 static int sunxi_nfc_rst(struct sunxi_nfc *nfc) in sunxi_nfc_rst() argument
366 writel(0, nfc->regs + NFC_REG_ECC_CTL); in sunxi_nfc_rst()
367 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()
371 if (!(readl(nfc->regs + NFC_REG_CTL) & NFC_RESET)) in sunxi_nfc_rst()
[all …]
/openbmc/qemu/net/
H A Dfilter.c158 NetFilterClass *nfc = NETFILTER_GET_CLASS(obj); in netfilter_set_status() local
169 if (nf->netdev && nfc->status_changed) { in netfilter_set_status()
170 nfc->status_changed(nf, errp); in netfilter_set_status()
222 NetFilterClass *nfc = NETFILTER_GET_CLASS(uc); in netfilter_complete() local
285 if (nfc->setup) { in netfilter_complete()
286 nfc->setup(nf, &local_err); in netfilter_complete()
309 NetFilterClass *nfc = NETFILTER_GET_CLASS(obj); in netfilter_finalize() local
311 if (nfc->cleanup) { in netfilter_finalize()
312 nfc->cleanup(nf); in netfilter_finalize()
339 NetFilterClass *nfc = NETFILTER_CLASS(oc); in netfilter_class_init() local
[all …]
H A Dfilter-buffer.c177 NetFilterClass *nfc = NETFILTER_CLASS(oc); in filter_buffer_class_init() local
183 nfc->setup = filter_buffer_setup; in filter_buffer_class_init()
184 nfc->cleanup = filter_buffer_cleanup; in filter_buffer_class_init()
185 nfc->receive_iov = filter_buffer_receive_iov; in filter_buffer_class_init()
186 nfc->status_changed = filter_buffer_status_changed; in filter_buffer_class_init()
H A Dfilter-replay.c70 NetFilterClass *nfc = NETFILTER_CLASS(oc); in filter_replay_class_init() local
72 nfc->receive_iov = filter_replay_receive_iov; in filter_replay_class_init()
H A Ddump.c239 NetFilterClass *nfc = NETFILTER_CLASS(oc); in filter_dump_class_init() local
246 nfc->setup = filter_dump_setup; in filter_dump_class_init()
247 nfc->cleanup = filter_dump_cleanup; in filter_dump_class_init()
248 nfc->receive_iov = filter_dump_receive_iov; in filter_dump_class_init()
H A Dfilter-rewriter.c416 NetFilterClass *nfc = NETFILTER_CLASS(oc); in colo_rewriter_class_init() local
422 nfc->setup = colo_rewriter_setup; in colo_rewriter_class_init()
423 nfc->cleanup = colo_rewriter_cleanup; in colo_rewriter_class_init()
424 nfc->receive_iov = colo_rewriter_receive_iov; in colo_rewriter_class_init()
425 nfc->handle_event = colo_rewriter_handle_event; in colo_rewriter_class_init()
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/
H A Dneard_0.19.bb3 HOMEPAGE = "http://01.org/linux-nfc"
11 SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=https;branch=master \
34 sed "s:@installpath@:${libexecdir}/nfc:" ${UNPACKDIR}/neard.in \
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb31 ${@bb.utils.contains("DISTRO_FEATURES", "nfc", "packagegroup-base-nfc", "", d)} \
64 ${@bb.utils.contains('COMBINED_FEATURES', 'nfc', 'packagegroup-base-nfc', '',d)} \
114 … if "nfc" in distro_features and not "nfc" in machine_features and ("usbhost" in machine_features):
115 d.setVar("ADD_NFC", "${MLPREFIX}packagegroup-base-nfc")
281 SUMMARY:packagegroup-base-nfc = "Near Field Communication support"
282 RDEPENDS:packagegroup-base-nfc = "\
285 RRECOMMENDS:packagegroup-base-nfc = "\
286 kernel-module-nfc"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libnfc/
H A Dlibnfc_git.bb14 SRC_URI = "git://github.com/nfc-tools/libnfc.git;branch=master;protocol=https"
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5.inc41 PACKAGECONFIG[nfc] = "--enable-nfc,--disable-nfc"
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-mini-nand.dts45 compatible = "arasan,nfc-v3p10";
H A Dsun8i-r16-nintendo-nes-classic-edition.dts65 &nfc {
H A Dsun5i-gr8-chip-pro.dts138 &nfc {
H A Dsun5i.dtsi161 nfc: nand@1c03000 { label
H A Dsun8i-a23-a33.dtsi193 nfc: nand@1c03000 { label
H A Dsama5d3.dtsi1524 nfc@70000000 {
1525 compatible = "atmel,sama5d3-nfc";
H A Dsama5d4.dtsi301 nfc@90000000 {
302 compatible = "atmel,sama5d3-nfc";
H A Dzynqmp.dtsi495 compatible = "arasan,nfc-v3p10";
H A Dsun4i-a10.dtsi237 nfc: nand@1c03000 { label
H A Dsun7i-a20.dtsi294 nfc: nand@1c03000 { label
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc29 …ginfod ext2 ipv4 ipv6 pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp"
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman_1.44.bb76 PACKAGECONFIG[nfc] = "--enable-neard, --disable-neard, neard, neard"
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfeatures.rst175 - *nfc:* Include support for

12