Searched defs:DDIR (Results 1 – 4 of 4) sorted by relevance
29 typedef enum { DMISSING, DDIR, DILLEGAL } DirStatus; enumerator
90 #define DDIR (1 << 4) macro
111 #define DDIR(x) __REG2(IMX_GPIO_BASE + 0x00, ((x) & 3) << 8) macro