Home
last modified time | relevance | path

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

/drivers/media/pci/saa7164/
Dsaa7164-api.c824 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_vbi()
825 port->pitch = port->hwcfg.BARLocation + (2 * sizeof(u32)); in saa7164_api_configure_port_vbi()
826 port->bufsize = port->hwcfg.BARLocation + (3 * sizeof(u32)); in saa7164_api_configure_port_vbi()
827 port->bufoffset = port->hwcfg.BARLocation + (4 * sizeof(u32)); in saa7164_api_configure_port_vbi()
828 port->bufptr32l = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
831 port->bufptr32h = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
834 port->bufptr64 = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
838 port->hwcfg.BARLocation); in saa7164_api_configure_port_vbi()
859 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_mpeg2ts()
860 port->pitch = port->hwcfg.BARLocation + (2 * sizeof(u32)); in saa7164_api_configure_port_mpeg2ts()
[all …]
Dsaa7164-types.h43 u8 BARLocation; member
233 u32 BARLocation; member
Dsaa7164-bus.c32 b->m_dwSetWritePos = ((u32)dev->intfdesc.BARLocation) + in saa7164_bus_setup()
Dsaa7164-core.c824 dprintk(1, " .BARLocation = 0x%x\n", dev->intfdesc.BARLocation); in saa7164_dump_intfdesc()
850 memcpy_fromio(&dev->busdesc, dev->bmmio + dev->intfdesc.BARLocation, in saa7164_get_descriptors()
Dsaa7164-vbi.c709 if (port->hwcfg.BARLocation == 0) { in saa7164_vbi_register()
Dsaa7164-dvb.c343 if (port->hwcfg.BARLocation == 0) { in dvb_register()
Dsaa7164-encoder.c1007 if (port->hwcfg.BARLocation == 0) { in saa7164_encoder_register()