HelenOS sources

pci_conf_read_8   276 uspace/drv/bus/pci/pciintel/pci.c 	*data = pci_conf_read_8(pci_fun(fun), address);
pci_conf_read_8   693 uspace/drv/bus/pci/pciintel/pci.c 	uint8_t irq = pci_conf_read_8(fun, PCI_BRIDGE_INT_LINE);
pci_conf_read_8   694 uspace/drv/bus/pci/pciintel/pci.c 	uint8_t pin = pci_conf_read_8(fun, PCI_BRIDGE_INT_PIN);
pci_conf_read_8   741 uspace/drv/bus/pci/pciintel/pci.c 			header_type = pci_conf_read_8(fun, PCI_HEADER_TYPE);
pci_conf_read_8   780 uspace/drv/bus/pci/pciintel/pci.c 				child_bus = pci_conf_read_8(fun,
pci_conf_read_8  1007 uspace/drv/bus/pci/pciintel/pci.c 	fun->class_code = pci_conf_read_8(fun, PCI_BASE_CLASS);
pci_conf_read_8  1008 uspace/drv/bus/pci/pciintel/pci.c 	fun->subclass_code = pci_conf_read_8(fun, PCI_SUB_CLASS);
pci_conf_read_8  1009 uspace/drv/bus/pci/pciintel/pci.c 	fun->prog_if = pci_conf_read_8(fun, PCI_PROG_IF);
pci_conf_read_8  1010 uspace/drv/bus/pci/pciintel/pci.c 	fun->revision = pci_conf_read_8(fun, PCI_REVISION_ID);
pci_conf_read_8    95 uspace/drv/bus/pci/pciintel/pci.h extern uint8_t pci_conf_read_8(pci_fun_t *, int);
HelenOS homepage, sources at GitHub