Searched refs:mcode (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptpf.h53 struct microcode mcode[CPT_MAX_CORE_GROUPS]; member in struct:cpt_device
H A Dcptpf_mbox.c61 struct microcode *mcode = cpt->mcode; local
78 pf_qx_ctl.s.grp = mcode[grp].group;
80 dev_dbg(dev, "VF %d TYPE %s", q, (mcode[grp].is_ae ? "AE" : "SE"));
82 return mcode[grp].is_ae ? AE_TYPES : SE_TYPES;
H A Dcptpf_main.c122 static int cpt_load_microcode(struct cpt_device *cpt, struct microcode *mcode) argument
128 if (!mcode || !mcode->code) {
129 dev_err(dev, "Either the mcode is null or data is NULL\n");
133 if (mcode->code_size == 0) {
141 if (mcode->is_ae) {
151 if (mcode->core_mask & (1 << shift)) {
154 (u64)mcode->phys_base);
160 static int do_cpt_init(struct cpt_device *cpt, struct microcode *mcode) argument
169 /* Calculate mcode grou
257 struct microcode *mcode; local
417 struct microcode *mcode = &cpt->mcode[grp]; local
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dvc.c747 u8 mcode; local
769 mcode = voltdm->pmic->i2c_mcode;
770 if (mcode)
772 mcode << __ffs(vc->common->i2c_mcode_mask),
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c1001 u8 mcode; local
1008 mcode = (eqe.id_valid & OCRDMA_EQE_MAJOR_CODE_MASK)
1010 if (mcode == OCRDMA_MAJOR_CODE_SENTINAL)
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-video.c605 u32 mcode = f->mbus_code; local
627 if (mcode != 0 && video->formats[i].code != mcode)
631 if (mcode != 0 && video->formats[j].code != mcode)
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-isp-hw-ops.c365 static void stf_isp_config_raw_fmt(struct stfcamss *stfcamss, u32 mcode) argument
369 switch (mcode) {
409 struct v4l2_rect *crop, u32 mcode)
414 stf_isp_config_raw_fmt(stfcamss, mcode);
408 stf_isp_settings(struct stf_isp_dev *isp_dev, struct v4l2_rect *crop, u32 mcode) argument
H A Dstf-isp.c37 stf_g_fmt_by_mcode(const struct stf_isp_format_table *fmt_table, u32 mcode) argument
42 if (fmt_table->fmts[i].code == mcode)
H A Dstf-isp.h422 struct v4l2_rect *crop, u32 mcode);
H A Dstf-video.c39 video_g_fi_by_mcode(struct stfcamss_video *video, u32 mcode) argument
44 if (video->formats[i].code == mcode)
/linux-master/sound/isa/sb/
H A Dsb16_csp.c296 struct snd_sb_csp_microcode __user * mcode)
311 if (copy_from_user(&info, mcode, sizeof(info)))
313 data_ptr = mcode->data;
295 snd_sb_csp_riff_load(struct snd_sb_csp * p, struct snd_sb_csp_microcode __user * mcode) argument

Completed in 165 milliseconds