Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/
Dpci-aardvark.c597 char *strcomp_status, *str_posted; in advk_pcie_check_pio_status() local
621 strcomp_status = "COMP_ERR"; in advk_pcie_check_pio_status()
628 strcomp_status = NULL; in advk_pcie_check_pio_status()
631 strcomp_status = "UR"; in advk_pcie_check_pio_status()
648 strcomp_status = NULL; in advk_pcie_check_pio_status()
667 strcomp_status = "CRS"; in advk_pcie_check_pio_status()
670 strcomp_status = "CA"; in advk_pcie_check_pio_status()
673 strcomp_status = "Unknown"; in advk_pcie_check_pio_status()
677 if (!strcomp_status) in advk_pcie_check_pio_status()
686 str_posted, strcomp_status, reg, advk_readl(pcie, PIO_ADDR_LS)); in advk_pcie_check_pio_status()