Searched refs:PCI_PREF_MEMORY_LIMIT (Results 1 – 4 of 4) sorted by relevance
| /u-boot/drivers/pci/ |
| A D | pci_auto.c | 220 dm_pci_write_config16(dev, PCI_PREF_MEMORY_LIMIT, 0x0); in dm_pciauto_prescan_setup_bridge() 269 dm_pci_read_config16(dev, PCI_PREF_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge() 276 dm_pci_write_config16(dev, PCI_PREF_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
|
| A D | pci_auto_old.c | 215 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x0); in pciauto_prescan_setup_bridge() 266 PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge() 273 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
|
| /u-boot/cmd/ |
| A D | pci.c | 216 { "prefetch memory limit", PCI_SIZE_16, PCI_PREF_MEMORY_LIMIT },
|
| /u-boot/include/ |
| A D | pci.h | 257 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
|
Completed in 11 milliseconds