Home
last modified time | relevance | path

Searched refs:IsTransFast (Results 1 – 3 of 3) sorted by relevance

/dports/cad/alliance/alliance/src/mbk/src/
H A Dmlo.h62 #define IsTransFast(type) ((type >> 1) & 1) macro
63 #define IsTransSlow(type) (!IsTransFast(type))
H A Dspi_global.c163 IsTransFast(type)?"FAST":"---", in spitransmodel()
H A Dmbk_lo.c1370 IsTransFast(pttrs->TYPE)?"FAST":"SLOW", in viewlotrs()