Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/saa7164/
Dsaa7164-api.c838 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_vbi()
839 port->pitch = port->hwcfg.BARLocation + (2 * sizeof(u32)); in saa7164_api_configure_port_vbi()
840 port->bufsize = port->hwcfg.BARLocation + (3 * sizeof(u32)); in saa7164_api_configure_port_vbi()
841 port->bufoffset = port->hwcfg.BARLocation + (4 * sizeof(u32)); in saa7164_api_configure_port_vbi()
842 port->bufptr32l = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
845 port->bufptr32h = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
848 port->bufptr64 = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
852 port->hwcfg.BARLocation); in saa7164_api_configure_port_vbi()
872 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_mpeg2ts()
873 port->pitch = port->hwcfg.BARLocation + (2 * sizeof(u32)); in saa7164_api_configure_port_mpeg2ts()
[all …]
Dsaa7164-types.h57 u8 BARLocation; member
247 u32 BARLocation; member
Dsaa7164-bus.c46 b->m_dwSetWritePos = ((u32)dev->intfdesc.BARLocation) + in saa7164_bus_setup()
Dsaa7164-dvb.c296 if (port->hwcfg.BARLocation == 0) { in dvb_register()
Dsaa7164-core.c877 dprintk(1, " .BARLocation = 0x%x\n", dev->intfdesc.BARLocation); in saa7164_dump_intfdesc()
903 memcpy_fromio(&dev->busdesc, dev->bmmio + dev->intfdesc.BARLocation, in saa7164_get_descriptors()
Dsaa7164-vbi.c1323 if (port->hwcfg.BARLocation == 0) { in saa7164_vbi_register()
Dsaa7164-encoder.c1407 if (port->hwcfg.BARLocation == 0) { in saa7164_encoder_register()