Searched refs:tier (Results 1 – 14 of 14) sorted by relevance
19 - systemport,num-tier2-arb: number of tier 2 arbiters, an integer20 - systemport,num-tier1-arb: number of tier 1 arbiters, an integer
54 The lower tier consists of a single dm multipath device for each member.61 The upper tier consists of a single dm-switch device. This device uses63 lower tier device to route the I/O. By using a bitmap we are able to
18 when the fast tier is under pressure. This migration
322 int nal_hevc_tier_from_v4l2(enum v4l2_mpeg_video_hevc_tier tier);
1057 static u8 hevc_tier_to_mcu_tier(enum v4l2_mpeg_video_hevc_tier tier) in hevc_tier_to_mcu_tier() argument1059 switch (tier) { in hevc_tier_to_mcu_tier()1146 enum v4l2_mpeg_video_hevc_tier tier; in fill_create_channel_param() local1150 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in fill_create_channel_param()1154 param->tier = hevc_tier_to_mcu_tier(tier); in fill_create_channel_param()1646 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_vps() local1659 ptl->general_tier_flag = nal_hevc_tier_from_v4l2(tier); in allegro_hevc_write_vps()1685 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_sps() local1696 ptl->general_tier_flag = nal_hevc_tier_from_v4l2(tier); in allegro_hevc_write_sps()
62 u16 tier; member
53 int nal_hevc_tier_from_v4l2(enum v4l2_mpeg_video_hevc_tier tier) in nal_hevc_tier_from_v4l2() argument55 switch (tier) { in nal_hevc_tier_from_v4l2()
111 dst[i++] = FIELD_PREP(GENMASK(31, 16), param->tier) | in allegro_encode_config_blob()
79 u32 tier; member
94 writel_relaxed(timer->context.tier, timer->irq_ena); in omap_timer_restore_context()112 timer->context.tier = readl_relaxed(timer->irq_ena); in omap_timer_save_context()
441 u8 tier; member
1463 p_hevc->tier = 0; in s5p_mfc_set_enc_params_hevc()1475 reg |= (p_hevc->tier << 16); in s5p_mfc_set_enc_params_hevc()
2088 p->codec.hevc.tier = ctrl->val; in s5p_mfc_enc_s_ctrl()
2440 .. _v4l2-hevc-tier:2448 rate. Setting the flag to 0 selects HEVC tier as Main tier and setting2449 this flag to 1 indicates High tier. High tier is for applications requiring2453 ``V4L2_MPEG_VIDEO_HEVC_TIER_MAIN`` Main tier.2454 ``V4L2_MPEG_VIDEO_HEVC_TIER_HIGH`` High tier.