Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/drivers/fpga/
H A DstratixII.c71 altera_board_specific_func *fns; in StratixII_ps_fpp_load() local
96 fns = (altera_board_specific_func *) (desc->iface_fns); in StratixII_ps_fpp_load()
100 (fns->config && fns->status && fns->done && fns->data in StratixII_ps_fpp_load()
101 && fns->abort)) { in StratixII_ps_fpp_load()
109 if (fns->pre) { in StratixII_ps_fpp_load()
110 if ((ret_val = fns->pre (cookie)) < 0) { in StratixII_ps_fpp_load()
118 fns->config (0, 1, cookie); in StratixII_ps_fpp_load()
120 fns->config (1, 1, cookie); in StratixII_ps_fpp_load()
125 fns->clk (0, 1, cookie); in StratixII_ps_fpp_load()
130 if (fns->status (cookie) != 1) { in StratixII_ps_fpp_load()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c253 static MVEGenLdStSGFn * const fns[2][4][4] = { { in trans_VLDR_S_sg() local
268 return do_ldst_sg(s, a, fns[a->os][a->msize][a->size]); in trans_VLDR_S_sg()
273 static MVEGenLdStSGFn * const fns[2][4][4] = { { in trans_VLDR_U_sg() local
288 return do_ldst_sg(s, a, fns[a->os][a->msize][a->size]); in trans_VLDR_U_sg()
293 static MVEGenLdStSGFn * const fns[2][4][4] = { { in trans_VSTR_sg() local
305 return do_ldst_sg(s, a, fns[a->os][a->msize][a->size]); in trans_VSTR_sg()
340 static MVEGenLdStSGFn * const fns[] = { in trans_VLDRW_sg_imm() local
347 return do_ldst_sg_imm(s, a, fns[a->w], MO_32); in trans_VLDRW_sg_imm()
352 static MVEGenLdStSGFn * const fns[] = { in trans_VLDRD_sg_imm() local
359 return do_ldst_sg_imm(s, a, fns[a->w], MO_64); in trans_VLDRD_sg_imm()
[all …]
H A Dgengvec.c41 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqdmulh_qc() local
45 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqdmulh_qc()
51 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmulh_qc() local
55 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmulh_qc()
61 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmlah_qc() local
65 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmlah_qc()
71 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmlsh_qc() local
75 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmlsh_qc()
1249 static gen_helper_gvec_3 * const fns[] = { in gen_gvec_srshl() local
1254 tcg_gen_gvec_3_ool(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, 0, fns[vece]); in gen_gvec_srshl()
[all …]
H A Dtranslate-sme.c403 static GenLdSt1 * const fns[5][2][2][2][2] = { in TRANS_FEAT() local
442 fns[a->esz][be][a->v][mte][a->st](tcg_env, t_za, t_pg, addr, in TRANS_FEAT()
641 static gen_helper_gvec_3 * const fns[] = { in gen_sme2_srshl() local
646 tcg_gen_gvec_3_ool(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, 0, fns[vece]); in gen_sme2_srshl()
652 static gen_helper_gvec_3 * const fns[] = { in gen_sme2_urshl() local
657 tcg_gen_gvec_3_ool(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, 0, fns[vece]); in gen_sme2_urshl()
701 gen_helper_gvec_3_ptr * const fns[4]) in TRANS_FEAT()
717 fn = fns[esz]; in TRANS_FEAT()
738 gen_helper_gvec_3_ptr * const fns[4]) in do_z2z_nn_fpst()
752 fn = fns[esz]; in do_z2z_nn_fpst()
[all …]
H A Dgengvec64.c377 static gen_helper_gvec_3 * const fns[4] = { in gen_gvec_sve2_sqdmulh() local
381 tcg_gen_gvec_3_ool(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, 0, fns[vece]); in gen_gvec_sve2_sqdmulh()
H A Dtranslate-sve.c720 static gen_helper_gvec_4 * const fns[4] = { in TRANS_FEAT() local
724 return gen_gvec_ool_zzzp(s, fns[esz], rd, rn, rm, pg, 0); in TRANS_FEAT()
946 static gen_helper_gvec_3 * const fns[4] = { in TRANS_FEAT() local
950 return gen_gvec_ool_zzp(s, fns[esz], rd, rn, pg, invert); in TRANS_FEAT()
954 gen_helper_gvec_3 * const fns[4]) in do_shift_zpzi()
976 return gen_gvec_ool_arg_zpzi(s, fns[a->esz], a); in do_shift_zpzi()
1160 static index_fn * const fns[3] = { in TRANS_FEAT() local
1170 fns[esz](t_zd, s32, i32, desc); in TRANS_FEAT()
2115 static gen_cpy * const fns[4] = { in do_cpy_m() local
2129 fns[esz](t_zd, t_zn, t_pg, val, desc); in do_cpy_m()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch38 def gcov_merge(fns, of):
39 - f = file(fns[0])
40 + f = open(fns[0])
43 for fn in fns[1:]:
49 @@ -67,10 +67,10 @@ def gcov_merge(fns, of):
84 def scov_merge(fns, of):
85 - f = file(fns[0])
86 + f = open(fns[0])
89 for fn in fns[1:]:
95 @@ -59,10 +59,10 @@ def scov_merge(fns, of):
/openbmc/qemu/util/
H A Ddefer-call.c85 DeferredCall *fns = (DeferredCall *)array->data; in defer_call() local
97 if (memcmp(&fns[i], &new_fn, sizeof(new_fn)) == 0) { in defer_call()
145 DeferredCall *fns = (DeferredCall *)array->data; in defer_call_end() local
148 fns[i].fn(fns[i].opaque); in defer_call_end()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py239 def __init__(self, recipecache, d, pn, fn, fns): argument
244 self.fns = fns
254 return [x for x in self.fns if x != self.fn]
264 for pkg, fns in self._recipecache.packages.items():
265 if self.fn in fns:
271 for pkg, fns in self._recipecache.packages_dynamic.items():
272 if self.fn in fns:
278 for pkg, fns in self._recipecache.rproviders.items():
279 if self.fn in fns:
581 for pn, fns in recipes:
[all …]
H A Dcooker.py1932 def collection_priorities(self, pkgfns, fns, d): argument
1965 seen.update(fns)
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py59 def include(parentfn, fns, lineno, data, error_out): argument
65 fns = data.expand(fns)
69 for fn in fns.split():
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/
H A Dmakefile-add-ldflags.patch17 aoeping.o : aoeping.c dat.h fns.h
24 aoecfg.o : aoecfg.c dat.h fns.h
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvvk.c.inc72 static gen_helper_opivx *const fns[4] = { \
78 return do_opivi_gvec(s, a, tcg_gen_gvec_##SUF, fns[s->sew], \
88 static gen_helper_gvec_4_ptr *const fns[4] = { \
94 return do_opivv_gvec(s, a, tcg_gen_gvec_##SUF, fns[s->sew]); \
103 static gen_helper_opivx *const fns[4] = { \
110 fns[s->sew]); \
141 static gen_helper_opivx *const fns[4] = { \
147 return do_opivx_gvec(s, a, tcg_gen_gvec_##SUF, fns[s->sew]); \
161 static gen_helper_gvec_3_ptr *const fns[4] = { \
176 data, fns[s->sew]); \
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/
H A Dmakefile-add-ldflags.patch18 aoe.o : aoe.c config.h dat.h fns.h makefile
/openbmc/qemu/scripts/
H A Dxml-preprocess.py237 fns = [
253 for func in fns:
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py225 def __init__(self, filename, lineno, fns, classname): argument
227 self.n = fns.split()
283 def __init__(self, filename, lineno, fns): argument
285 self.hs = fns.split()
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c705 static dup_fn * const fns[3] = { in do_dup() local
712 fns[vece](t_ptr, t_desc, in_32); in do_dup()
716 fns[vece](t_ptr, t_desc, t_32); in do_dup()
725 fns[vece](t_ptr, t_desc, t_32); in do_dup()
3852 static gen_helper_gvec_3 * const * const fns[16] = { in tcg_gen_gvec_cmp() local
3911 gen_helper_gvec_3 * const *fn = fns[cond]; in tcg_gen_gvec_cmp()
3917 fn = fns[cond]; in tcg_gen_gvec_cmp()
3975 static gen_helper_gvec_2i * const * const fns[16] = { in tcg_gen_gvec_cmps() local
4058 gen_helper_gvec_2i * const *fn = fns[cond]; in tcg_gen_gvec_cmps()
4063 fn = fns[cond]; in tcg_gen_gvec_cmps()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7845 + const struct dmabuf_fns * fns;
7854 + const struct dmabuf_fns * fns;
7928 + .fns = dbsc->fns
7931 + if (dh->fns->buf_alloc(dbsc, dh, size) != 0)
8042 + if (dh->fns != NULL && dh->fns->buf_free)
8043 + dh->fns->buf_free(dh);
8053 +static struct dmabufs_ctl * dmabufs_ctl_new2(const struct dmabuf_fns * const fns)
8061 + dbsc->fns = fns;
8064 + if (fns->ctl_new(dbsc) != 0)
8078 + dbsc->fns->ctl_free(dbsc);
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-3.7.1.min.map1 …th","Deferred","func","tuples","state","always","deferred","catch","pipe","fns","newDefer","tuple"…
H A Djquery-2.0.3.min.map1 …ked","fireWith","func","tuples","state","always","deferred","fail","then","fns","newDefer","tuple"…
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch3792 + msg_Err(tc, "Failed to bind GL fns");