Searched refs:devMCN (Results 1 – 3 of 3) sorted by relevance
811 bit32 devMCN = 1; in tddmReportDevice() local980 devMCN = DEVINFO_GET_EXT_MCN(dmDeviceInfo); in tddmReportDevice()981 TI_DBG2(("tddmReportDevice: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tddmReportDevice()993 oneDeviceData->devMCN = devMCN; in tddmReportDevice()1002 finalMCN = MIN(devMCN, localMCN); in tddmReportDevice()1069 bit32 devMCN = 1; in tdsaUpdateMCN() local1123 devMCN = oneDeviceData->devMCN; in tdsaUpdateMCN()1130 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()1146 finalMCN = MIN(localMCN, devMCN); in tdsaUpdateMCN()1147 TI_DBG3(("tdsaUpdateMCN: devMCN 0x%08x localMCN 0x%08x\n", devMCN, localMCN)); in tdsaUpdateMCN()
2997 tdsaDeviceData[i].devMCN = 1; in tdsaDeviceDataInit()3116 oneDeviceData->devMCN = 1; in tdsaDeviceDataReInit()
377 bit32 devMCN; /* MCN reported by DM */ member