Searched refs:PCI_LATENCY_TIMER (Results 1 – 16 of 16) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | cds_via.c | 24 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in mpc85xx_config_via()
|
| /rk3399_rockchip-uboot/board/imgtec/malta/ |
| H A D | malta.c | 223 pci_write_config_byte(bdf, PCI_LATENCY_TIMER, 0x40); in pci_init_board()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pci.c | 99 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in pci_init_bus()
|
| H A D | pcie.c | 297 out_8(hose_cfg_base + PCI_LATENCY_TIMER, 0x80); in mpc83xx_pcie_init_bus()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dc2114x.c | 250 pci_read_config_byte(devbusfn, PCI_LATENCY_TIMER, &timer); in dc21x4x_initialize() 253 pci_write_config_byte(devbusfn, PCI_LATENCY_TIMER, 0x60); in dc21x4x_initialize()
|
| H A D | rtl8139.c | 244 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in rtl8139_initialize()
|
| H A D | pcnet.c | 203 pci_write_config_byte(devbusfn, PCI_LATENCY_TIMER, 0x40); in pcnet_initialize()
|
| H A D | natsemi.c | 345 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in natsemi_initialize()
|
| H A D | ns8382x.c | 437 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x60); in ns8382x_initialize()
|
| H A D | eepro100.c | 466 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in eepro100_initialize()
|
| H A D | uli526x.c | 252 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in uli526x_initialize()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_auto.c | 162 dm_pci_write_config8(dev, PCI_LATENCY_TIMER, 0x80); in dm_pciauto_setup_device()
|
| H A D | pci_auto_old.c | 172 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in pciauto_setup_device()
|
| H A D | pci.c | 266 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in pci_hose_config_device()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pci.c | 150 { "latency time", PCI_SIZE_8, PCI_LATENCY_TIMER },
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 184 #define PCI_LATENCY_TIMER 0x0d /* 8 bits */ macro
|