Searched refs:MSC01_PCI_CFG_MAXRTRY_MSK (Results 1 – 2 of 2) sorted by relevance
262 if ((data & MSC01_PCI_CFG_MAXRTRY_MSK) == in prom_init()263 MSC01_PCI_CFG_MAXRTRY_MSK) in prom_init()264 data = (data & ~(MSC01_PCI_CFG_MAXRTRY_MSK << in prom_init()266 ((MSC01_PCI_CFG_MAXRTRY_MSK - 1) << in prom_init()
193 #define MSC01_PCI_CFG_MAXRTRY_MSK 0x00000fff macro