Searched refs:smIS_SPC (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saphy.c | 217 if(smIS_SPC(agRoot)) in saPhyStop() 530 SA_ASSERT((smIS_SPC(agRoot)), "SPC only"); in saLocalPhyControl() 680 SA_ASSERT((smIS_SPC(agRoot)), "SPC only"); in saLocalPhyControl() 806 SA_ASSERT((smIS_SPC(agRoot)), "SPCv only"); in saLocalPhyControl() 1093 if(smIS_SPC(agRoot)) in saHwEventAck() 1108 if(smIS_SPC(agRoot)) in saHwEventAck() 1121 if(smIS_SPC(agRoot)) in saHwEventAck() 1136 if(smIS_SPC(agRoot)) in saHwEventAck() 1166 if(smIS_SPC(agRoot)) in saHwEventAck()
|
H A D | sadefs.h | 81 #define SM_PHYID_MASK (smIS_SPC(agRoot) ? PHYID_MASK : PHYID_V_MASK ) 82 #define SM_PORTID_MASK (smIS_SPC(agRoot) ? PORTID_MASK : PORTID_V_MASK )
|
H A D | sainit.c | 346 if(! smIS_SPC(agRoot)) in saInitialize() 358 if( smIS_SPC(agRoot) && smIS_SPCV(agRoot)) in saInitialize() 360 …SA_DBG1(("saInitialize: Macro error !smIS_SPC %d smIS_SPCv %d smIS_SFC %d\n",smIS_SPC(agRoot),smIS… in saInitialize() 500 if(! smIS_SPC(agRoot)) in saInitialize() 512 if(! smIS_SPC(agRoot)) in saInitialize() 689 if( smIS_SPC(agRoot)) in saInitialize() 698 if( smIS_SPC(agRoot)) in saInitialize() 974 if(smIS_SPC(agRoot)) in saInitialize() 1073 if(smIS_SPC(agRoot)) in saInitialize() 1197 if( smIS_SPC(agRoot)) in saInitialize() [all …]
|
H A D | sadisc.c | 475 if(smIS_SPC(agRoot)) in saRegisterNewDevice() 512 if(smIS_SPC(agRoot)) in saRegisterNewDevice()
|
H A D | saint.c | 1262 if( smIS_SPC(agRoot) ) /* SPC only */ in siProcessOBMsg() 1379 if(smIS_SPC(agRoot)) in saSystemInterruptsActive() 1431 if(smIS_SPC(agRoot)) in saSystemInterruptsActive() 2563 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); in mpiParseOBIomb() 2601 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); in mpiParseOBIomb() 2675 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); in mpiParseOBIomb() 2756 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); in mpiParseOBIomb() 2821 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); in mpiParseOBIomb()
|
H A D | saioctlcmd.c | 743 } else if(smIS_SPC(agRoot)) in saGetControllerInfo() 785 if(smIS_SPC(agRoot)) in saGetControllerInfo() 902 if( smIS_SPC(agRoot)) in saGetControllerInfo() 1003 if(smIS_SPC(agRoot)) in saGetControllerStatus() 1798 if(smIS_SPC(agRoot)) in saSASDiagExecute() 2886 if(smIS_SPC(agRoot)) in siGetForensicData() 3123 if(smIS_SPC(agRoot)) in saGetRegisterDump() 3142 if(smIS_SPC(agRoot)) { in saGetRegisterDump() 3501 if(smIS_SPC(agRoot)) in saSendSMPIoctl() 3728 else if( smIS_SPC(agRoot)) in siGSMDump()
|
H A D | samacro.h | 177 (smIS_SPC((agr)) ? &SPCTable[0] : (smIS_SPCV((agr)) ? &SPC_V_Table[0] : agNULL ) ) \
|
H A D | sahw.c | 137 if( smIS_SPC(agRoot) ) in saHwReset() 459 if(smIS_SPC(agRoot)) in saHwShutdown() 473 if(smIS_SPC(agRoot)) in saHwShutdown() 542 if(smIS_SPC(agRoot) ) in siChipReset() 1366 else if(smIS_SPC(agRoot)) in siBar4Shift()
|
H A D | sautil.c | 436 GLOBAL bit32 smIS_SPC( agsaRoot_t *agRoot) in smIS_SPC() function
|
H A D | sasmp.c | 255 if(smIS_SPC(agRoot)) in saSMPStart()
|
H A D | sampicmd.c | 594 if( smIS_SPC(agRoot)) in mpiGetDeviceInfoCmd() 694 if(smIS_SPC(agRoot)) in mpiSetDeviceInfoCmd() 798 if(smIS_SPC(agRoot)) in mpiPhyStartCmd()
|
H A D | saproto.h | 939 GLOBAL bit32 smIS_SPC( agsaRoot_t *agRoot);
|
H A D | sassp.c | 470 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); in saFastSSPPrepare() 711 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); in saSSPStart()
|
H A D | sampirsp.c | 256 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); 294 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); 380 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); 466 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); 537 SA_ASSERT((smIS_SPC(agRoot)), "smIS_SPC"); 1185 if(smIS_SPC(agRoot)) in mpiHWevent()
|