Home
last modified time | relevance | path

Searched refs:amvdec_write_parser (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/media/meson/vdec/
Desparser.c66 amvdec_write_parser(core, PARSER_INT_STATUS, int_status); in esparser_isr()
69 amvdec_write_parser(core, PFIFO_RD_PTR, 0); in esparser_isr()
70 amvdec_write_parser(core, PFIFO_WR_PTR, 0); in esparser_isr()
219 amvdec_write_parser(core, PFIFO_RD_PTR, 0); in esparser_write_data()
220 amvdec_write_parser(core, PFIFO_WR_PTR, 0); in esparser_write_data()
221 amvdec_write_parser(core, PARSER_CONTROL, in esparser_write_data()
227 amvdec_write_parser(core, PARSER_FETCH_ADDR, addr); in esparser_write_data()
228 amvdec_write_parser(core, PARSER_FETCH_CMD, in esparser_write_data()
363 amvdec_write_parser(core, PARSER_FETCH_CMD, 0); in esparser_queue()
397 amvdec_write_parser(core, PARSER_CONFIG, in esparser_power_up()
[all …]
Dvdec_helpers.h28 void amvdec_write_parser(struct amvdec_core *core, u32 reg, u32 val);
Dvdec_helpers.c47 void amvdec_write_parser(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_parser() function
51 EXPORT_SYMBOL_GPL(amvdec_write_parser);