pci.h | 48 typedef uint32_t pcireg_t; /* XXX */ typedef in typeref:typename:uint32_t 52 unsigned int, pcireg_t *); 54 unsigned int, pcireg_t); 57 int pcidev_conf_read(int, unsigned int, pcireg_t *); 58 int pcidev_conf_write(int, unsigned int, pcireg_t); 66 void pci_devinfo(pcireg_t, pcireg_t, int, char *, size_t);
|