Searched refs:pci_conf_read_early (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/arch/loongson/loongson/ |
| D | wscons_machdep.c | 130 id = pci_conf_read_early(tag, PCI_ID_REG); in wscnprobe() 134 class = pci_conf_read_early(tag, PCI_CLASS_REG); in wscnprobe() 181 id = pci_conf_read_early(tag, PCI_ID_REG); in wscninit() 185 class = pci_conf_read_early(tag, PCI_CLASS_REG); in wscninit()
|
| D | machdep.c | 142 pcireg_t (*pci_conf_read_early)(pcitag_t, int); variable 247 id = pci_conf_read_early(tag, PCI_ID_REG); in loongson_identify() 307 id = pci_conf_read_early(tag, in loongson_identify() 318 class = pci_conf_read_early(tag, in loongson_identify()
|
| /openbsd/src/sys/arch/loongson/include/ |
| D | pci_machdep.h | 99 extern pcireg_t (*pci_conf_read_early)(pcitag_t, int);
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | sisfb.c | 614 bar = pci_conf_read_early(tag, PCI_MAPREG_START); in sisfb_cnattach() 623 bar = pci_conf_read_early(tag, PCI_MAPREG_START + 4); in sisfb_cnattach() 632 bar = pci_conf_read_early(tag, PCI_MAPREG_START + 8); in sisfb_cnattach()
|
| D | radeonfb.c | 704 bar = pci_conf_read_early(tag, RADEON_PCI_MEM); in radeonfb_cnattach() 713 bar = pci_conf_read_early(tag, RADEON_PCI_MMIO); in radeonfb_cnattach()
|
| D | smfb.c | 704 bar = pci_conf_read_early(tag, PCI_MAPREG_START); in smfb_cnattach() 713 bar = pci_conf_read_early(tag, PCI_MAPREG_START + 0x04); in smfb_cnattach()
|
| D | htb.c | 427 pci_conf_read_early = htb_conf_read_early; in htb_early_setup()
|
| D | bonito.c | 1235 pci_conf_read_early = bonito_conf_read_early; in bonito_early_setup()
|