Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164-bus.c41 b->m_pdwGetRing = (u8 __iomem *)(dev->bmmio + in saa7164_bus_setup()
66 dprintk(DBGLVL_BUS, " .m_pdwGetRing = 0x%p\n", b->m_pdwGetRing); in saa7164_bus_dump()
384 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem); in saa7164_bus_get()
385 memcpy_fromio((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing, in saa7164_bus_get()
390 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read); in saa7164_bus_get()
446 memcpy_fromio(msg, bus->m_pdwGetRing + curr_grp, space_rem); in saa7164_bus_get()
447 memcpy_fromio((u8 *)msg + space_rem, bus->m_pdwGetRing, in saa7164_bus_get()
450 memcpy_fromio(buf, bus->m_pdwGetRing + sizeof(*msg) - in saa7164_bus_get()
454 memcpy_fromio(msg, bus->m_pdwGetRing + curr_grp, sizeof(*msg)); in saa7164_bus_get()
456 memcpy_fromio(buf, bus->m_pdwGetRing, buf_size); in saa7164_bus_get()
[all …]
Dsaa7164-types.h83 u8 __iomem *m_pdwGetRing; member
Dsaa7164-core.c1113 seq_printf(m, " %02x", readb(b->m_pdwGetRing + i)); in saa7164_proc_show()