Home
last modified time | relevance | path

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

/Linux-v6.6/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.h172 sh_css_sp_configure_tpg(int x_mask,
Disp2400_input_system_public.h351 u32 x_mask,
Dsh_css_sp.c692 sh_css_sp_configure_tpg(int x_mask, in sh_css_sp_configure_tpg() argument
698 sh_css_sp_group.config.tpg.x_mask = x_mask; in sh_css_sp_configure_tpg()
Datomisp_compat_css20.c312 s_config->source.tpg.x_mask); in __dump_stream_config()
1690 s_config->source.tpg.x_mask = (1 << 4) - 1; in atomisp_css_input_set_mode()
Dsh_css.c766 stream_cfg->source.tpg.x_mask; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
8216 curr_stream->config.source.tpg.x_mask, in ia_css_stream_create()
8223 curr_stream->config.source.tpg.x_mask, in ia_css_stream_create()
/Linux-v6.6/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c636 u32 x_bits, y_bits, tmp, x_mask, y_mask, alignment; in tiler_get_address() local
643 x_mask = MASK(x_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()
654 x ^= x_mask; in tiler_get_address()
/Linux-v6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c1516 u32 x_mask, in input_system_tpg_channel_cfg() argument
1535 channel.source_cfg.tpg_cfg.x_mask = x_mask; in input_system_tpg_channel_cfg()
/Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c3025 config->source.tpg.x_mask); in ia_css_debug_dump_stream_config_source()