HelenOS sources

pci_conf_read_16  195 uspace/drv/bus/pci/pciintel/pci.c 	*data = pci_conf_read_16(pci_fun(fun), address);
pci_conf_read_16  917 uspace/drv/bus/pci/pciintel/pci.c 	fun->vendor_id = pci_conf_read_16(fun, PCI_VENDOR_ID);
pci_conf_read_16  918 uspace/drv/bus/pci/pciintel/pci.c 	fun->device_id = pci_conf_read_16(fun, PCI_DEVICE_ID);
pci_conf_read_16  921 uspace/drv/bus/pci/pciintel/pci.c 	fun->command = pci_conf_read_16(fun, PCI_COMMAND) |
pci_conf_read_16   86 uspace/drv/bus/pci/pciintel/pci.h extern uint16_t pci_conf_read_16(pci_fun_t *, int);
HelenOS homepage, sources at GitHub