HelenOS sources

pci_conf_read_16  267 uspace/drv/bus/pci/pciintel/pci.c 	*data = pci_conf_read_16(pci_fun(fun), address);
pci_conf_read_16  999 uspace/drv/bus/pci/pciintel/pci.c 	fun->vendor_id = pci_conf_read_16(fun, PCI_VENDOR_ID);
pci_conf_read_16 1000 uspace/drv/bus/pci/pciintel/pci.c 	fun->device_id = pci_conf_read_16(fun, PCI_DEVICE_ID);
pci_conf_read_16 1003 uspace/drv/bus/pci/pciintel/pci.c 	fun->command = pci_conf_read_16(fun, PCI_COMMAND) |
pci_conf_read_16   96 uspace/drv/bus/pci/pciintel/pci.h extern uint16_t pci_conf_read_16(pci_fun_t *, int);
HelenOS homepage, sources at GitHub