Searched refs:IM (Results 1 – 4 of 4) sorted by relevance
53 bool "Include support for Integrator/IM-PD1"59 The IM-PD1 is an add-on logic module for the Integrator which61 The IM-PD1 can be found on the Integrator/PP2 platform.
123 #define IM(i,n) (((i)>>1&((1<<(n-1))-1))|((i)&1?((0-1L)<<(n-1)):0)) macro124 #define IM5_2(i) IM((i)>>16,5)125 #define IM5_3(i) IM((i),5)126 #define IM14(i) IM((i),14)
433 EPSW.IM from 7. Any interrupt is permitted for which the level is434 lower than EPSW.IM.
243 #define IMDMA(num) _MDMA(num, IM)