Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-api.c834 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_vbi()
835 port->pitch = port->hwcfg.BARLocation + (2 * sizeof(u32)); in saa7164_api_configure_port_vbi()
836 port->bufsize = port->hwcfg.BARLocation + (3 * sizeof(u32)); in saa7164_api_configure_port_vbi()
837 port->bufoffset = port->hwcfg.BARLocation + (4 * sizeof(u32)); in saa7164_api_configure_port_vbi()
838 port->bufptr32l = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
841 port->bufptr32h = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
844 port->bufptr64 = port->hwcfg.BARLocation + in saa7164_api_configure_port_vbi()
848 port->hwcfg.BARLocation); in saa7164_api_configure_port_vbi()
869 port->bufcounter = port->hwcfg.BARLocation; in saa7164_api_configure_port_mpeg2ts()
870 port->pitch = port->hwcfg.BARLocation + (2 * sizeof(u32)); in saa7164_api_configure_port_mpeg2ts()
[all …]
Dsaa7164-types.h53 u8 BARLocation; member
243 u32 BARLocation; member
Dsaa7164-bus.c42 b->m_dwSetWritePos = ((u32)dev->intfdesc.BARLocation) + in saa7164_bus_setup()
Dsaa7164-core.c836 dprintk(1, " .BARLocation = 0x%x\n", dev->intfdesc.BARLocation); in saa7164_dump_intfdesc()
862 memcpy_fromio(&dev->busdesc, dev->bmmio + dev->intfdesc.BARLocation, in saa7164_get_descriptors()
Dsaa7164-vbi.c725 if (port->hwcfg.BARLocation == 0) { in saa7164_vbi_register()
Dsaa7164-dvb.c354 if (port->hwcfg.BARLocation == 0) { in dvb_register()
Dsaa7164-encoder.c1023 if (port->hwcfg.BARLocation == 0) { in saa7164_encoder_register()