Searched refs:PCI_PREF_LIMIT_UPPER32 (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_auto.c | 227 dm_pci_write_config16(dev, PCI_PREF_LIMIT_UPPER32, 0x0); in dm_pciauto_prescan_setup_bridge() 284 dm_pci_write_config32(dev, PCI_PREF_LIMIT_UPPER32, in dm_pciauto_postscan_setup_bridge() 287 dm_pci_write_config32(dev, PCI_PREF_LIMIT_UPPER32, 0x0); in dm_pciauto_postscan_setup_bridge()
|
| H A D | pci_auto_old.c | 235 pci_hose_write_config_word(hose, dev, PCI_PREF_LIMIT_UPPER32, 0x0); in pciauto_prescan_setup_bridge() 295 PCI_PREF_LIMIT_UPPER32, in pciauto_postscan_setup_bridge() 299 PCI_PREF_LIMIT_UPPER32, in pciauto_postscan_setup_bridge()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci-bridge-emul.c | 130 [PCI_PREF_LIMIT_UPPER32 / 4] = {
|
| H A D | setup-res.c | 176 pci_write_config_dword(dev, PCI_PREF_LIMIT_UPPER32, 0); in pci_disable_bridge_window()
|
| H A D | setup-bus.c | 641 pci_write_config_dword(bridge, PCI_PREF_LIMIT_UPPER32, 0); in pci_setup_bridge_mmio_pref() 662 pci_write_config_dword(bridge, PCI_PREF_LIMIT_UPPER32, lu); in pci_setup_bridge_mmio_pref()
|
| H A D | probe.c | 479 pci_read_config_dword(dev, PCI_PREF_LIMIT_UPPER32, &mem_limit_hi); in pci_read_bridge_mmio_pref()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 188 { "prefetch memory limit upper", PCI_SIZE_32, PCI_PREF_LIMIT_UPPER32 },
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | pci_regs.h | 153 #define PCI_PREF_LIMIT_UPPER32 0x2c macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | pci_regs.h | 153 #define PCI_PREF_LIMIT_UPPER32 0x2c macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pci_regs.h | 153 #define PCI_PREF_LIMIT_UPPER32 0x2c macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 259 #define PCI_PREF_LIMIT_UPPER32 0x2c macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | pci.c | 1227 pci_write_config_dword(dev, PCI_PREF_LIMIT_UPPER32, 0); in fixup_u4_pcie()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | ibmphp_pci.c | 979 pci_bus_write_config_dword(ibmphp_pci_bus, devfn, PCI_PREF_LIMIT_UPPER32, 0x00000000); in configure_bridge()
|
| H A D | ibmphp_res.c | 2061 pci_bus_read_config_dword(ibmphp_pci_bus, devfn, PCI_PREF_LIMIT_UPPER32, &upper_end); in update_bridge_ranges()
|