/src/lib/libpci/ |
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);
|
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);
|
/src/sys/dev/pci/ |
pci_verbose.h | 35 typedef uint32_t pcireg_t; /* configuration space register XXX */ typedef in typeref:typename:uint32_t
|
pci_verbose.h | 35 typedef uint32_t pcireg_t; /* configuration space register XXX */ typedef in typeref:typename:uint32_t
|