Home
last modified time | relevance | path

Searched refs:PCI_LATENCY_TIMER (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dcds_via.c24 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in mpc85xx_config_via()
/rk3399_rockchip-uboot/board/imgtec/malta/
H A Dmalta.c223 pci_write_config_byte(bdf, PCI_LATENCY_TIMER, 0x40); in pci_init_board()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c99 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in pci_init_bus()
H A Dpcie.c297 out_8(hose_cfg_base + PCI_LATENCY_TIMER, 0x80); in mpc83xx_pcie_init_bus()
/rk3399_rockchip-uboot/drivers/net/
H A Ddc2114x.c250 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 Drtl8139.c244 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in rtl8139_initialize()
H A Dpcnet.c203 pci_write_config_byte(devbusfn, PCI_LATENCY_TIMER, 0x40); in pcnet_initialize()
H A Dnatsemi.c345 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in natsemi_initialize()
H A Dns8382x.c437 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x60); in ns8382x_initialize()
H A Deepro100.c466 pci_write_config_byte (devno, PCI_LATENCY_TIMER, 0x20); in eepro100_initialize()
H A Duli526x.c252 pci_write_config_byte(devno, PCI_LATENCY_TIMER, 0x20); in uli526x_initialize()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_auto.c162 dm_pci_write_config8(dev, PCI_LATENCY_TIMER, 0x80); in dm_pciauto_setup_device()
H A Dpci_auto_old.c172 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in pciauto_setup_device()
H A Dpci.c266 pci_hose_write_config_byte(hose, dev, PCI_LATENCY_TIMER, 0x80); in pci_hose_config_device()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c150 { "latency time", PCI_SIZE_8, PCI_LATENCY_TIMER },
/rk3399_rockchip-uboot/include/
H A Dpci.h184 #define PCI_LATENCY_TIMER 0x0d /* 8 bits */ macro