Searched refs:tIsSPCHIL (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h1247 #define tIsSPCHIL(agr) (TI_VEN_DEV_SPCADAP == (ossaHwRegReadConfig32(agr,0 ) & 0xFFFF0000) ? 1 : 0) /* returns true config space read is SPC */ macro
1266 ( tIsSPCHIL((agr)) == 1) ? 1 : 0 )
1268 #define tiIS_HIL(agr) ((tIsSPCHIL ((agr)) == 1) ? 1 : \
H A Dtdioctl.c2863 if(tIsSPC(agRoot)||tIsSPCHIL(agRoot))
H A Dtdport.c8028 TI_DBG1(("t_MacroCheck:tIsSPCHIL %d\n",tIsSPCHIL(agRoot)));

Completed in 215 milliseconds