Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-pci.c79 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_read_ibi_reg() local
81 v.raw = readl(fc_pci->io_mem + r); in flexcop_pci_read_ibi_reg()
94 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_write_ibi_reg() local
101 writel(v.raw, fc_pci->io_mem + r); in flexcop_pci_write_ibi_reg()
107 struct flexcop_pci *fc_pci = in flexcop_pci_irq_check_work() local
109 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work()
113 if (fc_pci->count == fc_pci->count_prev) { in flexcop_pci_irq_check_work()
115 if (fc_pci->stream_problem++ == 3) { in flexcop_pci_irq_check_work()
131 fc_pci->stream_problem = 0; in flexcop_pci_irq_check_work()
134 fc_pci->stream_problem = 0; in flexcop_pci_irq_check_work()
[all …]