Searched refs:MCN (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c723 /* just to update MCN */
989 /* for MCN */
1137 /* just to update MCN */
1400 /* for MCN */
2137 /* for MCN */
3017 /* for MCN */
3124 /* for MCN */
3170 /* for MCN */
3215 /* for MCN */
3266 /* for MCN */
[all...]
H A Ddmtypes.h243 bit32 MCN; /* MCN; initialized to 0; current value in discovery */ member in struct:dmDeviceData_s
244 bit32 MCNDone; /* done in updating MCN */
245 bit32 PrevMCN; /* MCN; initialized to 0; previous value in discovery */
H A Ddminit.c542 dmDeviceData[i].MCN = 0;
588 oneDeviceData->MCN = 0;
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsatypes.h322 bit32 MCN; /* temp; only for testing and to be set by registry or adj file */ member in struct:tdsaContext_s
H A Dtddmcmnapi.c745 //temp; setting MCN to tdsaAllShared->MCN
746 oneDeviceData->agDeviceInfo.flag = oneDeviceData->agDeviceInfo.flag | (tdsaAllShared->MCN << 16);
999 TI_DBG2(("tddmReportDevice: directlyAttached, Final MCN 0x%08x\n", finalMCN));
1004 TI_DBG2(("tddmReportDevice: Not directlyAttached, Final MCN 0x%08x\n", finalMCN));
1008 /* saSetDeviceInfo to change MCN, using finalMCN */
1009 option = 8; /* setting only MCN 1000b */
1011 TI_DBG2(("tddmReportDevice: option 0x%x param 0x%x MCN 0x%x\n", option, param, finalMCN));
1136 option = 8; /* setting only MCN 1000b */
1138 TI_DBG3(("tdsaUpdateMCN: option 0x%x param 0x%x MCN
[all...]
H A Dossacmnapi.c286 /* setting MCN in agsaDeviceInfo_t*/
287 agDevInfo->commonDevInfo.flag = agDevInfo->commonDevInfo.flag | (tdsaAllShared->MCN << 16);
316 /* set MCN and initiator role bit using saSetDeviceInfo */
317 option = 24; /* setting MCN and initiator role 1 1000b*/
318 param = (1 << 18) | (tdsaAllShared->MCN << 24);
319 TI_DBG1(("ossaDeviceHandleAccept: option 0x%x param 0x%x MCN 0x%x\n", option, param, tdsaAllShared->MCN));
1086 /* update MCN */
1273 /* update MCN */
1611 /* update MCN fo
[all...]
H A Dtdport.c1583 /* Start MCN value */
1587 tdsaAllShared->MCN = 1; /* default MCN */
1597 "MCN", /* valueName */
1605 tdsaAllShared->MCN = osti_strtoul (buffer, &pLastUsedChar, 0);
1609 tdsaAllShared->MCN = osti_strtoul (buffer, &pLastUsedChar, 10);
1611 TI_DBG6(("tdsaGetSwConfigParams: MCN %d\n", tdsaAllShared->MCN));
1613 /* End MCN value */

Completed in 103 milliseconds