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.c95 #define VIP_PARSER_PORT(p) (VIP_PARSER_PORTA_0 + ((p) * 0x8U)) macro
2796 config0 = reg_read(parser, VIP_PARSER_PORT(port->port_id)); in vip_setup_parser()
2859 reg_write(parser, VIP_PARSER_PORT(port->port_id), config0); in vip_setup_parser()
2873 config0 = reg_read(parser, VIP_PARSER_PORT(port->port_id)); in vip_enable_parser()
2882 reg_write(parser, VIP_PARSER_PORT(port->port_id), config0); in vip_enable_parser()
2891 config0 = reg_read(parser, VIP_PARSER_PORT(port->port_id)); in vip_reset_parser()
2898 reg_write(parser, VIP_PARSER_PORT(port->port_id), config0); in vip_reset_parser()