Searched refs:MSC01_PCI_CFG_MAXRTRY_MSK (Results 1 – 2 of 2) sorted by relevance
257 if ((data & MSC01_PCI_CFG_MAXRTRY_MSK) == in prom_init()258 MSC01_PCI_CFG_MAXRTRY_MSK) in prom_init()259 data = (data & ~(MSC01_PCI_CFG_MAXRTRY_MSK << in prom_init()261 ((MSC01_PCI_CFG_MAXRTRY_MSK - 1) << in prom_init()
193 #define MSC01_PCI_CFG_MAXRTRY_MSK 0x00000fff macro