Home
last modified time | relevance | path

Searched refs:PCI_SEC_STATUS (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dfsl_pci_init.c597 pci_hose_read_config_word (hose, dev, PCI_SEC_STATUS, &temp16); in fsl_pci_init()
599 pci_hose_write_config_word(hose, dev, PCI_SEC_STATUS, 0xffff); in fsl_pci_init()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c182 { "secondary status", PCI_SIZE_16, PCI_SEC_STATUS },
/rk3399_rockchip-uboot/include/
H A Dpci.h248 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */ macro