/src/sys/dev/pci/ |
pci_map.c | 297 pci_ea_lookup(pci_chipset_tag_t pc, pcitag_t tag, int ea_cap_ptr, 301 .ea_ptrs[EA_ptr_dw0] = ea_cap_ptr + 4, 316 val = pci_conf_read(pc, tag, ea_cap_ptr + PCI_EA_CAP1); 392 pci_ea_find(pci_chipset_tag_t pc, pcitag_t tag, int ea_cap_ptr, 398 int rv = pci_ea_lookup(pc, tag, ea_cap_ptr, reg, &entry); 544 int ea_cap_ptr; local in function:pci_mapreg_info 546 if (pci_get_capability(pc, tag, PCI_CAP_EA, &ea_cap_ptr, NULL)) 547 return pci_ea_find(pc, tag, ea_cap_ptr, reg, type, 578 int ea_cap_ptr; local in function:pci_mapreg_submap 592 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_EA, &ea_cap_ptr, [all...] |
pci_map.c | 297 pci_ea_lookup(pci_chipset_tag_t pc, pcitag_t tag, int ea_cap_ptr, 301 .ea_ptrs[EA_ptr_dw0] = ea_cap_ptr + 4, 316 val = pci_conf_read(pc, tag, ea_cap_ptr + PCI_EA_CAP1); 392 pci_ea_find(pci_chipset_tag_t pc, pcitag_t tag, int ea_cap_ptr, 398 int rv = pci_ea_lookup(pc, tag, ea_cap_ptr, reg, &entry); 544 int ea_cap_ptr; local in function:pci_mapreg_info 546 if (pci_get_capability(pc, tag, PCI_CAP_EA, &ea_cap_ptr, NULL)) 547 return pci_ea_find(pc, tag, ea_cap_ptr, reg, type, 578 int ea_cap_ptr; local in function:pci_mapreg_submap 592 if (pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_EA, &ea_cap_ptr, [all...] |
pciconf.c | 140 pcireg_t ea_cap_ptr; member in struct:_s_pciconf_dev_t 603 pd->ea_cap_ptr = 0; 610 if (pci_get_capability(pb->pc, tag, PCI_CAP_EA, &pd->ea_cap_ptr,
|
pciconf.c | 140 pcireg_t ea_cap_ptr; member in struct:_s_pciconf_dev_t 603 pd->ea_cap_ptr = 0; 610 if (pci_get_capability(pb->pc, tag, PCI_CAP_EA, &pd->ea_cap_ptr,
|