ncp               596 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t ncp:8;
ncp               600 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t ncp:8;
ncp               657 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t ncp:8;
ncp               661 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t ncp:8;
ncp               712 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t ncp:8;
ncp               716 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint32_t ncp:8;
ncp               534 arch/mips/pci/pci-octeon.c 	cfg56.s.ncp = 0xe8;	/* RO - Next Capability Pointer */
ncp                84 drivers/crypto/cavium/zip/zip_device.c 	union zip_nptr_s ncp;
ncp               133 drivers/crypto/cavium/zip/zip_device.c 		ncp.u_reg64 = 0ull;
ncp               134 drivers/crypto/cavium/zip/zip_device.c 		ncp.s.addr = __pa(zip_dev->iq[queue].sw_head);
ncp               135 drivers/crypto/cavium/zip/zip_device.c 		*ncb_ptr = ncp.u_reg64;
ncp               544 drivers/crypto/stm32/stm32-hash.c 	int err = 0, len = 0, reg, ncp = 0;
ncp               572 drivers/crypto/stm32/stm32-hash.c 				ncp = sg_pcopy_to_buffer(
ncp               611 drivers/crypto/stm32/stm32-hash.c 		if (ncp) {
ncp               612 drivers/crypto/stm32/stm32-hash.c 			memset(buffer + ncp, 0,
ncp               613 drivers/crypto/stm32/stm32-hash.c 			       DIV_ROUND_UP(ncp, sizeof(u32)) - ncp);
ncp               615 drivers/crypto/stm32/stm32-hash.c 				DIV_ROUND_UP(ncp, sizeof(u32)));
ncp               617 drivers/crypto/stm32/stm32-hash.c 		stm32_hash_set_nblw(hdev, ncp);
ncp              2688 net/bluetooth/mgmt.c 		struct mgmt_cp_pin_code_neg_reply ncp;
ncp              2690 net/bluetooth/mgmt.c 		memcpy(&ncp.addr, &cp->addr, sizeof(ncp.addr));
ncp              2694 net/bluetooth/mgmt.c 		err = send_pin_code_neg_reply(sk, hdev, &ncp);