Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/saa7164/
Dsaa7164-buffer.c230 saa7164_writel(port->bufcounter, 0); in saa7164_buffer_cfg_port()
236 dprintk(DBGLVL_BUF, " bufcounter 0x%x = 0x%x\n", port->bufcounter, in saa7164_buffer_cfg_port()
237 saa7164_readl(port->bufcounter)); in saa7164_buffer_cfg_port()
Dsaa7164-core.c382 wp = saa7164_readl(port->bufcounter); in saa7164_work_enchandler()
458 wp = saa7164_readl(port->bufcounter); in saa7164_work_vbihandler()
577 wp = saa7164_readl(port->bufcounter); in saa7164_irq_ts()
Dsaa7164-api.c824 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_vbi()
859 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_mpeg2ts()
893 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_mpeg2ps()
Dsaa7164.h336 u32 bufcounter; member