Home
last modified time | relevance | path

Searched refs:y_mask (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_tpg.h74 unsigned int y_mask; member
H A Disp2400_input_system_global.h101 u32 y_mask; member
H A Dsh_css_sp.h173 int y_mask,
H A Disp2400_input_system_public.h352 u32 y_mask,
H A Dsh_css_sp.c693 int y_mask, in sh_css_sp_configure_tpg() argument
699 sh_css_sp_group.config.tpg.y_mask = y_mask; in sh_css_sp_configure_tpg()
H A Datomisp_compat_css20.c316 s_config->source.tpg.y_mask); in __dump_stream_config()
1692 s_config->source.tpg.y_mask = (1 << 4) - 1; in atomisp_css_input_set_mode()
H A Dsh_css.c768 stream_cfg->source.tpg.y_mask; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
8218 curr_stream->config.source.tpg.y_mask, in ia_css_stream_create()
8225 curr_stream->config.source.tpg.y_mask, in ia_css_stream_create()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c636 u32 x_bits, y_bits, tmp, x_mask, y_mask, alignment; in tiler_get_address() local
644 y_mask = MASK(y_bits); in tiler_get_address()
646 if (x < 0 || x > x_mask || y < 0 || y > y_mask) { in tiler_get_address()
648 x, x, x_mask, y, y, y_mask); in tiler_get_address()
656 y ^= y_mask; in tiler_get_address()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c1517 u32 y_mask, in input_system_tpg_channel_cfg() argument
1536 channel.source_cfg.tpg_cfg.y_mask = y_mask; in input_system_tpg_channel_cfg()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1144 u8 y_mask; member
H A Drvu_nix.c1618 (((u32)req->y_mask & 0xF) << 12) | in rvu_mbox_handler_nix_mark_format_cfg()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c3029 config->source.tpg.y_mask); in ia_css_debug_dump_stream_config_source()