Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/saa7164/
H A 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()
H A Dsaa7164-core.c382 wp = saa7164_readl(port->bufcounter); in saa7164_work_enchandler()
457 wp = saa7164_readl(port->bufcounter); in saa7164_work_vbihandler()
575 wp = saa7164_readl(port->bufcounter); in saa7164_irq_ts()
H A 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()
H A Dsaa7164.h336 u32 bufcounter; member