Home
last modified time | relevance | path

Searched refs:m_pdwGetRing (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-bus.c37 b->m_pdwGetRing = (u8 __iomem *)(dev->bmmio + in saa7164_bus_setup()
62 dprintk(DBGLVL_BUS, " .m_pdwGetRing = 0x%p\n", b->m_pdwGetRing); in saa7164_bus_dump()
380 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem); in saa7164_bus_get()
381 memcpy_fromio((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing, in saa7164_bus_get()
386 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read); in saa7164_bus_get()
442 memcpy_fromio(buf, bus->m_pdwGetRing + sizeof(*msg) - in saa7164_bus_get()
447 memcpy_fromio(buf, bus->m_pdwGetRing, buf_size); in saa7164_bus_get()
451 memcpy_fromio(buf, bus->m_pdwGetRing + curr_grp + in saa7164_bus_get()
454 bus->m_pdwGetRing, bytes_to_read - in saa7164_bus_get()
463 memcpy_fromio(buf, bus->m_pdwGetRing + curr_grp + sizeof(*msg), in saa7164_bus_get()
Dsaa7164-types.h79 u8 __iomem *m_pdwGetRing; member
Dsaa7164-core.c1110 seq_printf(m, " %02x", readb(b->m_pdwGetRing + i)); in saa7164_proc_show()