Searched refs:prbs_port_attr (Results 1 – 3 of 3) sorted by relevance
123 pixelgen_prbs_cfg_t prbs_port_attr; member
715 isys_stream_descr->prbs_port_attr.seed0 = stream_cfg->source.prbs.seed; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()716 isys_stream_descr->prbs_port_attr.seed1 = stream_cfg->source.prbs.seed1; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()722 isys_stream_descr->prbs_port_attr.sync_gen_cfg.hblank_cycles = 100; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()723 isys_stream_descr->prbs_port_attr.sync_gen_cfg.vblank_cycles = 100; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()724 isys_stream_descr->prbs_port_attr.sync_gen_cfg.pixels_per_clock = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()726 isys_stream_descr->prbs_port_attr.sync_gen_cfg.nr_of_frames = (uint32_t)~(0x0); in sh_css_translate_stream_cfg_to_input_system_input_port_attr()727 isys_stream_descr->prbs_port_attr.sync_gen_cfg.pixels_per_line = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()729 isys_stream_descr->prbs_port_attr.sync_gen_cfg.lines_per_frame = in sh_css_translate_stream_cfg_to_input_system_input_port_attr()
630 memcpy(cfg, &isys_cfg->prbs_port_attr, sizeof(pixelgen_prbs_cfg_t)); in calculate_prbs_cfg()