Searched defs:pcicfg (Results 1 – 4 of 4) sorted by relevance
181 typedef struct pcicfg { struct182 device_t dev; /* device which owns this */186 uint16_t subvendor; /* card vendor ID */187 uint16_t subdevice; /* card device ID, assigned by card vendor */188 uint16_t vendor; /* chip vendor ID */189 uint16_t device; /* chip device ID, assigned by chip vendor */191 uint16_t cmdreg; /* disable/enable chip and PCI options */192 uint16_t statreg; /* supported PCI features and error state */194 uint8_t baseclass; /* chip PCI class */218 struct pcicfg_bridge bridge; /* Bridges */ argument[all …]
194 uint32_t revid, pcicfg; in ar5210Attach() local
637 uint32_t pcicfg; in ar5210GetDiagState() local
121 pcicfg = bus.map(dev, 'pcicfg') variable