Searched refs:ncp (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 546 int err = 0, len = 0, reg, ncp = 0; in stm32_hash_dma_send() local 574 ncp = sg_pcopy_to_buffer( in stm32_hash_dma_send() 613 if (ncp) { in stm32_hash_dma_send() 614 memset(buffer + ncp, 0, in stm32_hash_dma_send() 615 DIV_ROUND_UP(ncp, sizeof(u32)) - ncp); in stm32_hash_dma_send() 617 DIV_ROUND_UP(ncp, sizeof(u32))); in stm32_hash_dma_send() 619 stm32_hash_set_nblw(hdev, ncp); in stm32_hash_dma_send()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-6.6/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;
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-octeon.c | 534 cfg56.s.ncp = 0xe8; /* RO - Next Capability Pointer */ in octeon_pci_initialize()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-octeon.c | 534 cfg56.s.ncp = 0xe8; /* RO - Next Capability Pointer */ in octeon_pci_initialize()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 2751 struct mgmt_cp_pin_code_neg_reply ncp; in pin_code_reply() local 2753 memcpy(&ncp.addr, &cp->addr, sizeof(ncp.addr)); in pin_code_reply() 2757 err = send_pin_code_neg_reply(sk, hdev, &ncp); in pin_code_reply()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 3240 struct mgmt_cp_pin_code_neg_reply ncp; in pin_code_reply() local 3242 memcpy(&ncp.addr, &cp->addr, sizeof(ncp.addr)); in pin_code_reply() 3246 err = send_pin_code_neg_reply(sk, hdev, &ncp); in pin_code_reply()
|
Completed in 47 milliseconds