Home
last modified time | relevance | path

Searched refs:iob_mapbase (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
H A Dpci.c107 static void __iomem *iob_mapbase = NULL; in sb600_set_flag() local
112 if (iob_mapbase == NULL) { in sb600_set_flag()
129 iob_mapbase = ioremap(res.start + 0x100, 0x94); in sb600_set_flag()
132 if (iob_mapbase != NULL) { in sb600_set_flag()
138 out_le32(iob_mapbase + PXP_ERR_CFG_REG, in_le32(iob_mapbase + PXP_ERR_CFG_REG) | PXP_IGNORE_PCIE_ERRORS); in sb600_set_flag()
143 out_le32(iob_mapbase + PXP_ERR_CFG_REG, in_le32(iob_mapbase + PXP_ERR_CFG_REG) & ~PXP_IGNORE_PCIE_ERRORS); in sb600_set_flag()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pasemi/
H A Dpci.c108 static void __iomem *iob_mapbase = NULL; in sb600_set_flag() local
113 if (iob_mapbase == NULL) { in sb600_set_flag()
130 iob_mapbase = ioremap(res.start + 0x100, 0x94); in sb600_set_flag()
133 if (iob_mapbase != NULL) { in sb600_set_flag()
139 out_le32(iob_mapbase + PXP_ERR_CFG_REG, in_le32(iob_mapbase + PXP_ERR_CFG_REG) | PXP_IGNORE_PCIE_ERRORS); in sb600_set_flag()
144 out_le32(iob_mapbase + PXP_ERR_CFG_REG, in_le32(iob_mapbase + PXP_ERR_CFG_REG) & ~PXP_IGNORE_PCIE_ERRORS); in sb600_set_flag()

Completed in 2 milliseconds