Home
last modified time | relevance | path

Searched refs:strcomp_status (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c226 char *strcomp_status, *str_posted; in pcie_advk_check_pio_status() local
235 strcomp_status = "COMP_ERR"; in pcie_advk_check_pio_status()
242 strcomp_status = NULL; in pcie_advk_check_pio_status()
248 strcomp_status = NULL; in pcie_advk_check_pio_status()
250 strcomp_status = "UR"; in pcie_advk_check_pio_status()
257 strcomp_status = NULL; in pcie_advk_check_pio_status()
259 strcomp_status = "CRS"; in pcie_advk_check_pio_status()
263 strcomp_status = "CA"; in pcie_advk_check_pio_status()
266 strcomp_status = "Unknown"; in pcie_advk_check_pio_status()
270 if (!strcomp_status) in pcie_advk_check_pio_status()
[all …]
/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c658 char *strcomp_status, *str_posted; in advk_pcie_check_pio_status() local
683 strcomp_status = "COMP_ERR"; in advk_pcie_check_pio_status()
691 strcomp_status = NULL; in advk_pcie_check_pio_status()
695 strcomp_status = "UR"; in advk_pcie_check_pio_status()
713 strcomp_status = NULL; in advk_pcie_check_pio_status()
733 strcomp_status = "CRS"; in advk_pcie_check_pio_status()
737 strcomp_status = "CA"; in advk_pcie_check_pio_status()
741 strcomp_status = "Unknown"; in advk_pcie_check_pio_status()
746 if (!strcomp_status) in advk_pcie_check_pio_status()
755 str_posted, strcomp_status, reg, advk_readl(pcie, PIO_ADDR_LS)); in advk_pcie_check_pio_status()