Searched refs:devMCN (Results 1 – 3 of 3) sorted by relevance
812 bit32 devMCN = 1; in tddmReportDevice() local981 devMCN = DEVINFO_GET_EXT_MCN(dmDeviceInfo); in tddmReportDevice()982 TI_DBG2(("tddmReportDevice: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tddmReportDevice()994 oneDeviceData->devMCN = devMCN; in tddmReportDevice()1003 finalMCN = MIN(devMCN, localMCN); in tddmReportDevice()1070 bit32 devMCN = 1; in tdsaUpdateMCN() local1124 devMCN = oneDeviceData->devMCN; in tdsaUpdateMCN()1131 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()1147 finalMCN = MIN(localMCN, devMCN); in tdsaUpdateMCN()1148 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()
2998 tdsaDeviceData[i].devMCN = 1; in tdsaDeviceDataInit()3117 oneDeviceData->devMCN = 1; in tdsaDeviceDataReInit()
378 bit32 devMCN; /* MCN reported by DM */ member