Searched refs:PCI_SEC_STATUS (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/pci/ |
A D | pcie_fsl.c | 512 fsl_pcie_hose_read_config_word(pcie, PCI_SEC_STATUS, &val_16); in fsl_pcie_init_port() 514 fsl_pcie_hose_write_config_word(pcie, PCI_SEC_STATUS, 0xffff); in fsl_pcie_init_port()
|
A D | fsl_pci_init.c | 612 pci_hose_read_config_word (hose, dev, PCI_SEC_STATUS, &temp16); in fsl_pci_init() 614 pci_hose_write_config_word(hose, dev, PCI_SEC_STATUS, 0xffff); in fsl_pci_init()
|
/u-boot/cmd/ |
A D | pci.c | 212 { "secondary status", PCI_SIZE_16, PCI_SEC_STATUS },
|
/u-boot/include/ |
A D | pci.h | 251 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */ macro
|
Completed in 12 milliseconds