Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/vpe/
H A Dvip.c93 #define VIP_PARSER_PORT(p) (VIP_PARSER_PORTA_0 + ((p) * 0x8U)) macro
2773 config0 = reg_read(parser, VIP_PARSER_PORT(port->port_id)); in vip_setup_parser()
2836 reg_write(parser, VIP_PARSER_PORT(port->port_id), config0); in vip_setup_parser()
2850 config0 = reg_read(parser, VIP_PARSER_PORT(port->port_id)); in vip_enable_parser()
2859 reg_write(parser, VIP_PARSER_PORT(port->port_id), config0); in vip_enable_parser()
2868 config0 = reg_read(parser, VIP_PARSER_PORT(port->port_id)); in vip_reset_parser()
2875 reg_write(parser, VIP_PARSER_PORT(port->port_id), config0); in vip_reset_parser()