Home
last modified time | relevance | path

Searched refs:x_mask (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/media/atomisp/pci/
Dia_css_tpg.h72 unsigned int x_mask; member
Disp2400_input_system_global.h100 u32 x_mask; member
Dsh_css_sp.h177 sh_css_sp_configure_tpg(int x_mask,
Disp2400_input_system_public.h351 u32 x_mask,
Dsh_css_sp.c695 sh_css_sp_configure_tpg(int x_mask, in sh_css_sp_configure_tpg() argument
701 sh_css_sp_group.config.tpg.x_mask = x_mask; in sh_css_sp_configure_tpg()
Datomisp_compat_css20.c332 s_config->source.tpg.x_mask); in __dump_stream_config()
1933 s_config->source.tpg.x_mask = (1 << 4) - 1; in atomisp_css_input_set_mode()
Dsh_css.c829 stream_cfg->source.tpg.x_mask; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
9363 curr_stream->config.source.tpg.x_mask,
9370 curr_stream->config.source.tpg.x_mask,
/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c643 u32 x_bits, y_bits, tmp, x_mask, y_mask, alignment; in tiler_get_address() local
650 x_mask = MASK(x_bits); in tiler_get_address()
653 if (x < 0 || x > x_mask || y < 0 || y > y_mask) { in tiler_get_address()
655 x, x, x_mask, y, y, y_mask); in tiler_get_address()
661 x ^= x_mask; in tiler_get_address()
/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c1570 u32 x_mask, in input_system_tpg_channel_cfg() argument
1589 channel.source_cfg.tpg_cfg.x_mask = x_mask; in input_system_tpg_channel_cfg()
/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c3034 config->source.tpg.x_mask); in ia_css_debug_dump_stream_config_source()