/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/ |
H A D | ncp_1.2.4.bb | 2 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 D | non-repro-meta-networking.inc | 17 ncp \ 18 ncp-dbg \
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | qcom,rpm-regulator.yaml | 21 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 D | zip_device.c | 84 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 D | insns.decode | 19 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 D | mt6358.c | 974 /* 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 D | pcm512x.c | 526 * 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 D | tie.h | 45 /* Total save area for optional and custom state (NCP + CPn): */
|
H A D | tie-asm.h | 28 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
|
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
H A D | init | 34 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 D | simple.script | 13 grep -q "^/ \(nfs\|smbfs\|ncp\|coda\)$"
|
/openbmc/linux/drivers/regulator/ |
H A D | qcom_rpm-regulator.c | 36 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 D | cvmx-pci-defs.h | 596 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 D | stm32-hash.c | 656 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 D | mach-types | 359 ncp MACH_NCP NCP 1933
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
H A D | packagegroup-meta-networking.bb | 213 ncp \
|
/openbmc/linux/drivers/crypto/ |
H A D | n2_core.c | 2055 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 D | tie-asm.h | 28 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
|
H A D | tie.h | 48 /* Total save area for optional and custom state (NCP + CPn): */
|
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/ |
H A D | tie-asm.h | 26 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
|
H A D | tie.h | 46 /* Total save area for optional and custom state (NCP + CPn): */
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_strings.c | 167 { 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 D | tie.h | 46 /* Total save area for optional and custom state (NCP + CPn): */
|
/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/ |
H A D | tie-asm.h | 29 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */
|
/openbmc/linux/arch/xtensa/variants/dc233c/include/variant/ |
H A D | tie.h | 67 /* Total save area for optional and custom state (NCP + CPn): */
|