Searched refs:PCIR_MEMBASE_1 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2838_pci.c | 576 val = bcm_pcib_read_config(dev, 0, 0, 0, PCIR_MEMBASE_1, 2); in bcm_pcib_relocate_bridge_window() 584 bcm_pcib_write_config(dev, 0, 0, 0, PCIR_MEMBASE_1, val, 2); in bcm_pcib_relocate_bridge_window()
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_pci.c | 226 pci_write_config(dev, PCIR_MEMBASE_1, sc->mem.base >> 16, 2); in pcib_write_windows() 539 sc->mem.reg = PCIR_MEMBASE_1; in pcib_probe_windows() 544 pci_read_config(dev, PCIR_MEMBASE_1, 2)); in pcib_probe_windows() 1623 pci_write_config(dev, PCIR_MEMBASE_1, 0xffff, 2); in pcib_bridge_init()
|
| H A D | pcireg.h | 275 #define PCIR_MEMBASE_1 0x20 macro
|
| H A D | pci.c | 5673 case PCIR_MEMBASE_1: in pci_alloc_multi_resource() 5764 case PCIR_MEMBASE_1: in pci_release_resource()
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 664 read_config(fd, &p->pc_sel, PCIR_MEMBASE_1, 2)); in print_bridge_windows() 667 print_window(PCIR_MEMBASE_1, "Memory", 32, base, limit); in print_bridge_windows()
|
| /freebsd/sys/x86/iommu/ |
| H A D | intel_ctx.c | 326 base = PCI_PPBMEMBASE(0, pci_read_config(root, PCIR_MEMBASE_1, 2)); in dmar_reserve_pci_regions()
|
| /freebsd/sys/arm/mv/ |
| H A D | mv_pci.c | 792 mv_pcib_write_config(sc->sc_dev, bus, slot, func, PCIR_MEMBASE_1, in mv_pcib_init_bridge()
|