HelenOS sources
pci_conf_read_8 204 uspace/drv/bus/pci/pciintel/pci.c *data = pci_conf_read_8(pci_fun(fun), address);
pci_conf_read_8 619 uspace/drv/bus/pci/pciintel/pci.c uint8_t irq = pci_conf_read_8(fun, PCI_BRIDGE_INT_LINE);
pci_conf_read_8 620 uspace/drv/bus/pci/pciintel/pci.c uint8_t pin = pci_conf_read_8(fun, PCI_BRIDGE_INT_PIN);
pci_conf_read_8 667 uspace/drv/bus/pci/pciintel/pci.c header_type = pci_conf_read_8(fun, PCI_HEADER_TYPE);
pci_conf_read_8 706 uspace/drv/bus/pci/pciintel/pci.c child_bus = pci_conf_read_8(fun,
pci_conf_read_8 925 uspace/drv/bus/pci/pciintel/pci.c fun->class_code = pci_conf_read_8(fun, PCI_BASE_CLASS);
pci_conf_read_8 926 uspace/drv/bus/pci/pciintel/pci.c fun->subclass_code = pci_conf_read_8(fun, PCI_SUB_CLASS);
pci_conf_read_8 927 uspace/drv/bus/pci/pciintel/pci.c fun->prog_if = pci_conf_read_8(fun, PCI_PROG_IF);
pci_conf_read_8 928 uspace/drv/bus/pci/pciintel/pci.c fun->revision = pci_conf_read_8(fun, PCI_REVISION_ID);
pci_conf_read_8 85 uspace/drv/bus/pci/pciintel/pci.h extern uint8_t pci_conf_read_8(pci_fun_t *, int);
HelenOS homepage, sources at GitHub