Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dnpcm_clk.c337 ClockSrcType src_type; member
346 ClockSrcType src_type[NPCM7XX_CLK_SEL_MAX_INPUT]; member
355 ClockSrcType src_type; member
368 .src_type = CLKSRC_REF,
373 .src_type = CLKSRC_REF,
378 .src_type = CLKSRC_REF,
383 .src_type = CLKSRC_REF,
392 .src_type = {CLKSRC_PLL, CLKSRC_REF},
401 .src_type = {CLKSRC_DIV, CLKSRC_REF, CLKSRC_REF,
412 .src_type = {CLKSRC_PLL, CLKSRC_DIV, CLKSRC_REF,
[all …]
/openbmc/qemu/hw/dma/
H A Dxlnx-zdma.c449 bool src_intr, src_type; in zdma_process_descr() local
458 src_type = FIELD_EX32(s->dsc_src.words[3], ZDMA_CH_SRC_DSCR_WORD3, TYPE); in zdma_process_descr()
533 zdma_update_descr_addr(s, src_type, R_ZDMA_CH_SRC_CUR_DSCR_LSB); in zdma_process_descr()
574 bool src_type = FIELD_EX32(s->dsc_src.words[3], in zdma_ch_ctrlx_postw() local
576 zdma_update_descr_addr(s, src_type, in zdma_ch_ctrlx_postw()
/openbmc/qemu/tcg/
H A Dtcg.c452 TCGType src_type; member
468 TCGType src_type, MemOp src_ext, TCGReg src) in tcg_out_movext() argument
486 if (src_type == TCG_TYPE_I32) { in tcg_out_movext()
491 } else if (src_type == TCG_TYPE_I32) { in tcg_out_movext()
522 tcg_out_movext(s, i->dst_type, i->dst, i->src_type, i->src_ext, src); in tcg_out_movext1_new_src()
553 TCGType src1_type = i1->src_type; in tcg_out_movext2()
554 TCGType src2_type = i2->src_type; in tcg_out_movext2()
613 if (tcg_out_xchg(s, MAX(i1->src_type, i2->src_type), src1, src2)) { in tcg_out_movext3()
614 tcg_out_xchg(s, MAX(i2->src_type, i3->src_type), src2, src3); in tcg_out_movext3()
621 tcg_out_mov(s, i1->src_type, scratch, src1); in tcg_out_movext3()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7344 + enum v4l2_buf_type src_type;
7416 + enum v4l2_buf_type src_type,
7433 + d->src_type = src_type;
7680 + return !dev ? 0 : dev->src_type;