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

/linux-master/include/linux/
H A Djiffies.h47 /* Suppose we want to divide two numbers NOM and DEN: NOM/DEN, then we can
49 * (NOM << LSH) / DEN
53 * - (NOM / DEN) fits in (32 - LSH) bits.
54 * - (NOM % DEN) fits in (32 - LSH) bits.
56 #define SH_DIV(NOM,DEN,LSH) ( (((NOM) / (DEN)) << (LSH)) \
57 + ((((NOM) % (DEN)) << (LSH)) + (DEN) / 2) / (DEN))
[all...]
/linux-master/include/linux/usb/
H A Dr8a66597.h437 #define DEN 0x0001 /* b1: DMA Transfer Enable */ macro
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c695 r8a66597_sudmac_write(r8a66597, DEN, CH0DEN);

Completed in 385 milliseconds