Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
Drawnand.h738 #define __DIVIDE(dividend, divisor) ({ \ macro
743 #define PSEC_TO_NSEC(x) __DIVIDE(x, 1000)
744 #define PSEC_TO_MSEC(x) __DIVIDE(x, 1000000000)