Home
last modified time | relevance | path

Searched full:ncp (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/
H A Dncp_1.2.4.bb2 DESCRIPTION = "ncp is a utility for copying files in a LAN. It has absolutely no \
5 HOMEPAGE = "http://www.fefe.de/ncp"
23 install -m0755 ncp ${D}${bindir}
24 ln -sf ncp ${D}${bindir}/npoll
25 ln -sf ncp ${D}${bindir}/npush
27 install -m0644 ncp.1 npush.1 ${D}${mandir}/man1
/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/
H A Dnon-repro-meta-networking.inc17 ncp \
18 ncp-dbg \
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,rpm-regulator.yaml21 lvs0, lvs1, ncp
29 ncp
52 "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$":
/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_device.c84 union zip_nptr_s ncp; in zip_load_instr() local
133 ncp.u_reg64 = 0ull; in zip_load_instr()
134 ncp.s.addr = __pa(zip_dev->iq[queue].sw_head); in zip_load_instr()
135 *ncb_ptr = ncp.u_reg64; in zip_load_instr()
/openbmc/qemu/target/sparc/
H A Dinsns.decode19 NCP 00 - ---- 111 ---------------------- # CBcc
548 NCP 10 ----- 110110 ----- --------- ----- # v8 CPop1
565 NCP 10 ----- 110111 ----- --------- ----- # v8 CPop2
674 NCP 11 ----- 110000 ----- --------- ----- # v8 LDC
676 NCP 11 ----- 110001 ----- --------- ----- # v8 LDCSR
684 NCP 11 ----- 110011 ----- --------- ----- # v8 LDDC
692 NCP 11 ----- 110100 ----- --------- ----- # v8 STC
694 NCP 11 ----- 110101 ----- --------- ----- # v8 STCSR
700 NCP 11 ----- 110110 ----- --------- ----- # v8 STDCQ
707 NCP 11 ----- 110111 ----- --------- ----- # v8 STDC
/openbmc/linux/sound/soc/codecs/
H A Dmt6358.c974 /* Set NCP clock as 604kHz // 26MHz/43 = 604KHz */ in mtk_hp_enable()
978 /* Set NCP soft start mode as default mode: 100us */ in mtk_hp_enable()
980 /* Enable NCP */ in mtk_hp_enable()
1150 /* Disable NCP */ in mtk_hp_disable()
1183 /* Set NCP clock as 604kHz // 26MHz/43 = 604KHz */ in mtk_hp_spk_enable()
1187 /* Set NCP soft start mode as default mode: 100us */ in mtk_hp_spk_enable()
1189 /* Enable NCP */ in mtk_hp_spk_enable()
1341 /* Disable NCP */ in mtk_hp_spk_disable()
1430 /* Set NCP clock as 604kHz // 26MHz/43 = 604KHz */ in mt_rcv_event()
1434 /* Set NCP soft start mode as default mode: 100us */ in mt_rcv_event()
[all …]
H A Dpcm512x.c526 * NCP target rate... in pcm512x_ncp_target()
531 * ...but if the DAC is in fact overclocked, bump the NCP target in pcm512x_ncp_target()
1078 /* run NCP no faster than 2048000 Hz, but why? */ in pcm512x_set_dividers()
1081 dev_err(dev, "Failed to find NCP divider\n"); in pcm512x_set_dividers()
1102 dev_err(dev, "Failed to write NCP divider: %d\n", ret); in pcm512x_set_dividers()
1155 dev_dbg(component->dev, "NCP divider %d\n", ncp_div); in pcm512x_set_dividers()
/openbmc/linux/arch/xtensa/variants/fsf/include/variant/
H A Dtie.h45 /* Total save area for optional and custom state (NCP + CPn): */
H A Dtie-asm.h28 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinit34 nfs|nfs4|smbfs|ncp|ncpfs|cifs|coda|ocfs2|gfs|pvfs|pvfs2|fuse.httpfs|fuse.curlftpfs)
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script13 grep -q "^/ \(nfs\|smbfs\|ncp\|coda\)$"
/openbmc/linux/drivers/regulator/
H A Dqcom_rpm-regulator.c36 struct request_member enable_state; /* NCP and switch */
37 struct request_member comp_mode; /* NCP */
38 struct request_member freq; /* frequency: NCP and SMPS */
841 { "ncp", QCOM_RPM_PM8058_NCP, &pm8058_ncp, "vdd_ncp" },
914 { "ncp", QCOM_RPM_PM8921_NCP, &pm8921_ncp, "vdd_ncp" },
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h596 uint32_t ncp:8; member
600 uint32_t ncp:8;
657 uint32_t ncp:8; member
661 uint32_t ncp:8;
712 uint32_t ncp:8; member
716 uint32_t ncp:8;
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-hash.c656 int err = 0, reg, ncp = 0; in stm32_hash_dma_send() local
685 ncp = sg_pcopy_to_buffer( in stm32_hash_dma_send()
726 if (ncp) { in stm32_hash_dma_send()
727 memset(buffer + ncp, 0, in stm32_hash_dma_send()
728 DIV_ROUND_UP(ncp, sizeof(u32)) - ncp); in stm32_hash_dma_send()
730 DIV_ROUND_UP(ncp, sizeof(u32))); in stm32_hash_dma_send()
732 stm32_hash_set_nblw(hdev, ncp); in stm32_hash_dma_send()
/openbmc/linux/arch/arm/tools/
H A Dmach-types359 ncp MACH_NCP NCP 1933
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb213 ncp \
/openbmc/linux/drivers/crypto/
H A Dn2_core.c2055 pr_info("Found NCP at %pOF\n", dev->dev.of_node); in n2_mau_probe()
2059 dev_err(&dev->dev, "%pOF: Unable to allocate ncp.\n", in n2_mau_probe()
2080 err = grab_mdesc_irq_props(mdesc, dev, &mp->mau_info, "ncp"); in n2_mau_probe()
2154 .name = "ncp",
2158 .name = "ncp",
2162 .name = "ncp",
2172 .name = "ncp",
/openbmc/linux/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h28 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
H A Dtie.h48 /* Total save area for optional and custom state (NCP + CPn): */
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/
H A Dtie-asm.h26 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
H A Dtie.h46 /* Total save area for optional and custom state (NCP + CPn): */
/openbmc/ipmitool/lib/
H A Dipmi_strings.c167 { IPMI_OEM_ADVANTECH, 0x3109, "NCP-3109" },
168 { IPMI_OEM_ADVANTECH, 0x3110, "NCP-3110" },
169 { IPMI_OEM_ADVANTECH, 0x3200, "NCP-3200" },
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/
H A Dtie.h46 /* Total save area for optional and custom state (NCP + CPn): */
/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/
H A Dtie-asm.h29 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
/openbmc/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dtie.h67 /* Total save area for optional and custom state (NCP + CPn): */

123