Lines Matching refs:QPCIBar
23 typedef struct QPCIBar QPCIBar; typedef
59 struct QPCIBar { struct
69 QPCIBar msix_table_bar, msix_pba_bar; argument
105 uint8_t qpci_io_readb(QPCIDevice *dev, QPCIBar token, uint64_t off);
106 uint16_t qpci_io_readw(QPCIDevice *dev, QPCIBar token, uint64_t off);
107 uint32_t qpci_io_readl(QPCIDevice *dev, QPCIBar token, uint64_t off);
108 uint64_t qpci_io_readq(QPCIDevice *dev, QPCIBar token, uint64_t off);
110 void qpci_io_writeb(QPCIDevice *dev, QPCIBar token, uint64_t off,
112 void qpci_io_writew(QPCIDevice *dev, QPCIBar token, uint64_t off,
114 void qpci_io_writel(QPCIDevice *dev, QPCIBar token, uint64_t off,
116 void qpci_io_writeq(QPCIDevice *dev, QPCIBar token, uint64_t off,
119 void qpci_memread(QPCIDevice *bus, QPCIBar token, uint64_t off,
121 void qpci_memwrite(QPCIDevice *bus, QPCIBar token, uint64_t off,
123 QPCIBar qpci_iomap(QPCIDevice *dev, int barno, uint64_t *sizeptr);
124 void qpci_iounmap(QPCIDevice *dev, QPCIBar addr);
125 QPCIBar qpci_legacy_iomap(QPCIDevice *dev, uint16_t addr);