Searched defs:elroy_regs (Results 1 – 1 of 1) sorted by relevance
22 struct elroy_regs { struct24 uint32_t pci_id; /* 0x000 rw PCI_ID */25 uint32_t pci_cmdstat; /* 0x004 rw PCI_COMMAND_STATUS_REG */26 uint32_t pci_class; /* 0x008 ro PCI_CLASS_REG */27 uint32_t pci_bhlc; /* 0x00c rw PCI_BHLC_REG */28 uint32_t res0[0x30/4]; /* 0x010 */31 uint32_t pci_conf_addr; /* 0x040 rw config space address */32 uint32_t pad040;33 uint32_t pci_conf_data; /* 0x048 rw config space data */34 uint32_t pad048;[all …]