/drivers/clk/versatile/ |
D | clk-icst.c | 64 enum icst_control_type ctype; member 91 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get() 106 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) { in vco_get() 121 if (icst->ctype == ICST_INTEGRATOR_AP_PCI) { in vco_get() 138 if (icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in vco_get() 145 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in vco_get() 170 switch (icst->ctype) { in vco_set() 254 if (icst->ctype == ICST_INTEGRATOR_AP_CM || in icst_round_rate() 255 icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in icst_round_rate() 264 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in icst_round_rate() [all …]
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npa.c | 90 inst.ctype = req->ctype; in rvu_npa_aq_enq_inst() 107 if (req->ctype == NPA_AQ_CTYPE_AURA) { in rvu_npa_aq_enq_inst() 118 if (req->ctype == NPA_AQ_CTYPE_AURA) { in rvu_npa_aq_enq_inst() 154 if (req->ctype == NPA_AQ_CTYPE_AURA) { in rvu_npa_aq_enq_inst() 169 if (req->ctype == NPA_AQ_CTYPE_POOL) { in rvu_npa_aq_enq_inst() 187 if (req->ctype == NPA_AQ_CTYPE_AURA) in rvu_npa_aq_enq_inst() 213 if (req->ctype == NPA_AQ_CTYPE_POOL) { in npa_lf_hwctx_disable() 218 } else if (req->ctype == NPA_AQ_CTYPE_AURA) { in npa_lf_hwctx_disable() 225 aq_req.ctype = req->ctype; in npa_lf_hwctx_disable() 236 (req->ctype == NPA_AQ_CTYPE_AURA) ? in npa_lf_hwctx_disable() [all …]
|
D | rvu_nix.c | 479 if (!(!rsp && req->ctype == NIX_AQ_CTYPE_MCE)) { in rvu_nix_aq_enq_inst() 484 switch (req->ctype) { in rvu_nix_aq_enq_inst() 526 if (req->ctype == NIX_AQ_CTYPE_SQ && in rvu_nix_aq_enq_inst() 538 inst.ctype = req->ctype; in rvu_nix_aq_enq_inst() 554 if (req->ctype == NIX_AQ_CTYPE_RQ) in rvu_nix_aq_enq_inst() 557 else if (req->ctype == NIX_AQ_CTYPE_SQ) in rvu_nix_aq_enq_inst() 560 else if (req->ctype == NIX_AQ_CTYPE_CQ) in rvu_nix_aq_enq_inst() 563 else if (req->ctype == NIX_AQ_CTYPE_RSS) in rvu_nix_aq_enq_inst() 566 else if (req->ctype == NIX_AQ_CTYPE_MCE) in rvu_nix_aq_enq_inst() 571 if (req->ctype == NIX_AQ_CTYPE_RQ) in rvu_nix_aq_enq_inst() [all …]
|
D | rvu_struct.h | 108 u64 ctype : 4; member 112 u64 ctype : 4; 128 u64 ctype : 4; member 132 u64 ctype : 4; 397 u64 ctype : 4; member 401 u64 ctype : 4; 417 u64 ctype : 4; member 421 u64 ctype : 4;
|
D | mbox.h | 368 u8 ctype; member 401 u8 ctype; member 467 u8 ctype; member
|
/drivers/media/firewire/ |
D | firedtv-avc.c | 75 u8 ctype; member 145 static const char *debug_fcp_ctype(unsigned int ctype) in debug_fcp_ctype() argument 155 const char *ret = ctype < ARRAY_SIZE(ctypes) ? ctypes[ctype] : NULL; in debug_fcp_ctype() 591 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_dsd() 633 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_set_pids() 676 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_get_ts() 717 c->ctype = AVC_CTYPE_CONTROL; in avc_identify_subunit() 757 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_status() 838 c->ctype = AVC_CTYPE_CONTROL; in avc_lnb_control() 882 c->ctype = AVC_CTYPE_NOTIFY; in avc_register_remote_control() [all …]
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 950 if (hc->ctype == HFC_TYPE_E1) { in hfcmulti_resync() 971 if (hc->ctype == HFC_TYPE_E1 in hfcmulti_resync() 984 if (hc->ctype == HFC_TYPE_E1) { in hfcmulti_resync() 995 "enabled by HFC-%dS\n", hc->ctype); in hfcmulti_resync() 1136 val, rev, (rev == 0 && (hc->ctype != HFC_TYPE_XHFC)) ? in init_chip() 1138 if (hc->ctype != HFC_TYPE_XHFC && rev == 0) { in init_chip() 1180 if (hc->ctype == HFC_TYPE_XHFC) { in init_chip() 1272 if (hc->ctype == HFC_TYPE_XHFC) in init_chip() 1278 if (hc->ctype == HFC_TYPE_XHFC) in init_chip() 1288 if (hc->ctype != HFC_TYPE_XHFC) in init_chip() [all …]
|
D | hfc_multi.h | 143 int ctype; /* controller type */ member
|
/drivers/fpga/ |
D | stratix10-soc.c | 180 struct stratix10_svc_command_config_type ctype; in s10_ops_write_init() local 185 ctype.flags = 0; in s10_ops_write_init() 188 ctype.flags |= BIT(COMMAND_RECONFIG_FLAG_PARTIAL); in s10_ops_write_init() 195 &ctype, sizeof(ctype)); in s10_ops_write_init()
|
/drivers/s390/cio/ |
D | chsc_sch.c | 710 u32 ctype : 8; in chsc_ioctl_conf_comp_list() member 749 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list() 750 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
|
/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 233 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument 235 .caps = USB_EP_CAPS(ctype, cdir), }, \
|
/drivers/mmc/host/ |
D | cavium.h | 110 u8 ctype; member
|
D | dw_mmc.h | 524 u32 ctype; member
|
D | dw_mmc.c | 1275 mci_writel(host, CTYPE, (slot->ctype << slot->id)); in dw_mci_setup_bus() 1412 slot->ctype = SDMMC_CTYPE_4BIT; in dw_mci_set_ios() 1415 slot->ctype = SDMMC_CTYPE_8BIT; in dw_mci_set_ios() 1419 slot->ctype = SDMMC_CTYPE_1BIT; in dw_mci_set_ios()
|
D | cavium.c | 129 hardware_ctype = cr->ctype; in cvm_mmc_get_cr_mods()
|
/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_cmd.h | 1038 SVGA3dShaderConstType ctype; member
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1863 enum ctxt_type ctype, u32 *data); 1865 enum ctxt_type ctype, u32 *data);
|
D | cudbg_lib.c | 1914 enum ctxt_type ctype, u32 *data) in cudbg_read_sge_ctxt() argument 1927 rc = t4_sge_ctxt_rd(padap, padap->mbox, cid, ctype, data); in cudbg_read_sge_ctxt() 1929 t4_sge_ctxt_rd_bd(padap, cid, ctype, data); in cudbg_read_sge_ctxt()
|
D | t4_hw.c | 10299 enum ctxt_type ctype, u32 *data) in t4_sge_ctxt_rd() argument 10304 if (ctype == CTXT_FLM) in t4_sge_ctxt_rd() 10339 enum ctxt_type ctype, u32 *data) in t4_sge_ctxt_rd_bd() argument 10343 t4_write_reg(adap, SGE_CTXT_CMD_A, CTXTQID_V(cid) | CTXTTYPE_V(ctype)); in t4_sge_ctxt_rd_bd()
|