Searched refs:PCI_STATUS (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | pci.c | 71 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_mpc85xx_init() 166 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_mpc85xx_init()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pci.c | 98 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_init_bus()
|
| H A D | pcie.c | 296 out_le16(hose_cfg_base + PCI_STATUS, 0xffff); in mpc83xx_pcie_init_bus()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci.c | 495 pci_hose_read_config_word(hose, dev, PCI_STATUS, &status); in pci_hose_find_cap_start()
|
| H A D | pci-uclass.c | 1436 dm_pci_read_config16(dev, PCI_STATUS, &status); in dm_pci_find_capability()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pci.c | 141 { "status register", PCI_SIZE_16, PCI_STATUS },
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 36 #define PCI_STATUS 0x06 /* 16 bits */ macro
|