Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-init.c256 if ((data & MSC01_PCI_CFG_MAXRTRY_MSK) == in prom_init()
257 MSC01_PCI_CFG_MAXRTRY_MSK) in prom_init()
258 data = (data & ~(MSC01_PCI_CFG_MAXRTRY_MSK << in prom_init()
260 ((MSC01_PCI_CFG_MAXRTRY_MSK - 1) << in prom_init()
/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dmsc01_pci.h193 #define MSC01_PCI_CFG_MAXRTRY_MSK 0x00000fff macro