Searched refs:DEN (Results 1 – 3 of 3) sorted by relevance
54 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \ argument55 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
450 #define DEN 0x0001 /* b1: DMA Transfer Enable */ macro
62 #define DEN(d) \ macro