Home
last modified time | relevance | path

Searched refs:slice_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock_slice.c493 static void __iomem *get_clk_root_target(enum clk_slice_type slice_type, in get_clk_root_target() argument
498 switch (slice_type) { in get_clk_root_target()
546 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_get_target_val()
569 clk_root_target = get_clk_root_target(p->slice_type, p->slice_index); in clock_set_target_val()
581 u32 slice_index, slice_type; in clock_root_enabled() local
592 slice_type = root_array[root_entry].slice_type; in clock_root_enabled()
595 if ((slice_type == IPG_CLOCK_SLICE) || in clock_root_enabled()
596 (slice_type == DRAM_SEL_CLOCK_SLICE) || in clock_root_enabled()
597 (slice_type == CORE_SEL_CLOCK_SLICE)) { in clock_root_enabled()
605 clk_root_target = get_clk_root_target(slice_type, slice_index); in clock_root_enabled()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/
H A Dclock.h409 enum clk_slice_type slice_type; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch513 + __u8 slice_type;
751 + __u8 slice_type;
1009 + __u8 slice_type;
1451 + * @slice_type: see V4L2_HEVC_SLICE_TYPE_{}
1500 + __u8 slice_type;
8432 + if (sh->slice_type == HEVC_SLICE_I ||
8433 + (sh->slice_type == HEVC_SLICE_P && !h->ps.pps->weighted_pred_flag) ||
8434 + (sh->slice_type == HEVC_SLICE_B && !h->ps.pps->weighted_bipred_flag))
8454 + if (sh->slice_type != HEVC_SLICE_B)
8639 + .slice_type = sh->slice_type,
[all …]