Lines Matching refs:amvdec_write_parser

65 	amvdec_write_parser(core, PARSER_INT_STATUS, int_status);  in esparser_isr()
68 amvdec_write_parser(core, PFIFO_RD_PTR, 0); in esparser_isr()
69 amvdec_write_parser(core, PFIFO_WR_PTR, 0); in esparser_isr()
218 amvdec_write_parser(core, PFIFO_RD_PTR, 0); in esparser_write_data()
219 amvdec_write_parser(core, PFIFO_WR_PTR, 0); in esparser_write_data()
220 amvdec_write_parser(core, PARSER_CONTROL, in esparser_write_data()
226 amvdec_write_parser(core, PARSER_FETCH_ADDR, addr); in esparser_write_data()
227 amvdec_write_parser(core, PARSER_FETCH_CMD, in esparser_write_data()
361 amvdec_write_parser(core, PARSER_FETCH_CMD, 0); in esparser_queue()
395 amvdec_write_parser(core, PARSER_CONFIG, in esparser_power_up()
400 amvdec_write_parser(core, PFIFO_RD_PTR, 0); in esparser_power_up()
401 amvdec_write_parser(core, PFIFO_WR_PTR, 0); in esparser_power_up()
403 amvdec_write_parser(core, PARSER_SEARCH_PATTERN, in esparser_power_up()
405 amvdec_write_parser(core, PARSER_SEARCH_MASK, ES_START_CODE_MASK); in esparser_power_up()
407 amvdec_write_parser(core, PARSER_CONFIG, in esparser_power_up()
413 amvdec_write_parser(core, PARSER_CONTROL, in esparser_power_up()
416 amvdec_write_parser(core, PARSER_VIDEO_START_PTR, sess->vififo_paddr); in esparser_power_up()
417 amvdec_write_parser(core, PARSER_VIDEO_END_PTR, in esparser_power_up()
419 amvdec_write_parser(core, PARSER_ES_CONTROL, in esparser_power_up()
425 amvdec_write_parser(core, PARSER_INT_STATUS, 0xffff); in esparser_power_up()
426 amvdec_write_parser(core, PARSER_INT_ENABLE, in esparser_power_up()