Home
last modified time | relevance | path

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

/drivers/media/pci/saa7164/
Dsaa7164-buffer.c245 saa7164_writel(port->bufcounter, 0); in saa7164_buffer_cfg_port()
251 dprintk(DBGLVL_BUF, " bufcounter 0x%x = 0x%x\n", port->bufcounter, in saa7164_buffer_cfg_port()
252 saa7164_readl(port->bufcounter)); in saa7164_buffer_cfg_port()
Dsaa7164-core.c394 wp = saa7164_readl(port->bufcounter); in saa7164_work_enchandler()
470 wp = saa7164_readl(port->bufcounter); in saa7164_work_vbihandler()
589 wp = saa7164_readl(port->bufcounter); in saa7164_irq_ts()
Dsaa7164-api.c838 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_vbi()
873 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_mpeg2ts()
907 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_mpeg2ps()
Dsaa7164.h345 u32 bufcounter; member