/Linux-v4.19/drivers/crypto/cavium/cpt/ |
D | cptpf_main.c | 30 static void cpt_disable_cores(struct cpt_device *cpt, u64 coremask, in cpt_disable_cores() argument 36 struct device *dev = &cpt->pdev->dev; in cpt_disable_cores() 39 coremask = (coremask << cpt->max_se_cores); in cpt_disable_cores() 42 grpmask = cpt_read_csr64(cpt->reg_base, CPTX_PF_GX_EN(0, grp)); in cpt_disable_cores() 43 cpt_write_csr64(cpt->reg_base, CPTX_PF_GX_EN(0, grp), in cpt_disable_cores() 46 grp = cpt_read_csr64(cpt->reg_base, CPTX_PF_EXEC_BUSY(0)); in cpt_disable_cores() 49 grp = cpt_read_csr64(cpt->reg_base, in cpt_disable_cores() 58 pf_exe_ctl = cpt_read_csr64(cpt->reg_base, CPTX_PF_EXE_CTL(0)); in cpt_disable_cores() 59 cpt_write_csr64(cpt->reg_base, CPTX_PF_EXE_CTL(0), in cpt_disable_cores() 67 static void cpt_enable_cores(struct cpt_device *cpt, u64 coremask, in cpt_enable_cores() argument [all …]
|
D | cptpf_mbox.c | 11 static void cpt_send_msg_to_vf(struct cpt_device *cpt, int vf, in cpt_send_msg_to_vf() argument 15 cpt_write_csr64(cpt->reg_base, CPTX_PF_VFX_MBOXX(0, vf, 1), in cpt_send_msg_to_vf() 17 cpt_write_csr64(cpt->reg_base, CPTX_PF_VFX_MBOXX(0, vf, 0), mbx->msg); in cpt_send_msg_to_vf() 23 static void cpt_mbox_send_ack(struct cpt_device *cpt, int vf, in cpt_mbox_send_ack() argument 28 cpt_send_msg_to_vf(cpt, vf, mbx); in cpt_mbox_send_ack() 31 static void cpt_clear_mbox_intr(struct cpt_device *cpt, u32 vf) in cpt_clear_mbox_intr() argument 34 cpt_write_csr64(cpt->reg_base, CPTX_PF_MBOX_INTX(0, 0), (1 << vf)); in cpt_clear_mbox_intr() 40 static void cpt_cfg_qlen_for_vf(struct cpt_device *cpt, int vf, u32 size) in cpt_cfg_qlen_for_vf() argument 44 pf_qx_ctl.u = cpt_read_csr64(cpt->reg_base, CPTX_PF_QX_CTL(0, vf)); in cpt_cfg_qlen_for_vf() 47 cpt_write_csr64(cpt->reg_base, CPTX_PF_QX_CTL(0, vf), pf_qx_ctl.u); in cpt_cfg_qlen_for_vf() [all …]
|
D | cpt_common.h | 27 #define cpt_sriov_enabled(cpt) ((cpt)->flags & CPT_FLAG_SRIOV_ENABLED) argument 28 #define cpt_vf_driver(cpt) ((cpt)->flags & CPT_FLAG_VF_DRIVER) argument 29 #define cpt_device_ready(cpt) ((cpt)->flags & CPT_FLAG_DEVICE_READY) argument
|
D | cptpf.h | 63 void cpt_mbox_intr_handler(struct cpt_device *cpt, int mbx);
|
/Linux-v4.19/arch/parisc/kernel/ |
D | time.c | 71 unsigned long cpt = clocktick; in timer_interrupt() local 82 next_tick += cpt; in timer_interrupt() 83 } while (next_tick - now > cpt); in timer_interrupt() 107 while (next_tick - now > cpt) in timer_interrupt() 108 next_tick += cpt; in timer_interrupt() 117 next_tick += cpt; in timer_interrupt()
|
/Linux-v4.19/drivers/crypto/ |
D | Makefile | 10 obj-$(CONFIG_CRYPTO_DEV_CPT) += cavium/cpt/
|
D | Kconfig | 562 source "drivers/crypto/cavium/cpt/Kconfig"
|
/Linux-v4.19/arch/s390/include/asm/ |
D | cio.h | 95 __u32 cpt : 1; member
|
/Linux-v4.19/drivers/s390/cio/ |
D | device_status.c | 158 cdev_irb->esw.esw0.erw.cpt = irb->esw.esw0.erw.cpt; in ccw_device_accumulate_esw()
|
/Linux-v4.19/tools/perf/ |
D | builtin-kmem.c | 679 const char *cpt; in compact_gfp_flags() local 685 cpt = gfp_compact_table[i].compact; in compact_gfp_flags() 686 new = realloc(new_flags, len + strlen(cpt) + 2); in compact_gfp_flags() 695 strcpy(new_flags, cpt); in compact_gfp_flags() 698 strcat(new_flags, cpt); in compact_gfp_flags() 702 len += strlen(cpt); in compact_gfp_flags()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv0367.c | 1448 int cpt = 0; in stv0367ter_snr_readreg() local 1451 while (cpt < 10) { in stv0367ter_snr_readreg() 1458 cpt++; in stv0367ter_snr_readreg() 1609 int abc = 0, def = 0, cpt = 0; 1612 (cpt < 400)) || ((Errors == 0) && (cpt < 400))) { 1619 cpt++;
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 3038 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; in t3_config_sched() local 3044 for (cpt = 1; cpt <= 255; cpt++) { in t3_config_sched() 3045 tps = clk / cpt; in t3_config_sched() 3052 selected_cpt = cpt; in t3_config_sched()
|
D | cxgb3_main.c | 806 unsigned int v, addr, bpt, cpt; in tm_attr_show() local 816 cpt = v & 0xff; in tm_attr_show() 817 if (!cpt) in tm_attr_show() 820 v = (adap->params.vpd.cclk * 1000) / cpt; in tm_attr_show()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 10016 unsigned int v, addr, bpt, cpt; in t4_get_tx_sched() local 10024 cpt = v & 0xff; in t4_get_tx_sched() 10025 if (!cpt) { in t4_get_tx_sched() 10028 v = (adap->params.vpd.cclk * 1000) / cpt; /* ticks/s */ in t4_get_tx_sched()
|
/Linux-v4.19/ |
D | MAINTAINERS | 3370 F: drivers/crypto/cavium/cpt/
|