Searched refs:BILLION (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/clk/bcm/
H A Dclk-kona.h18 #define BILLION 1000000000 macro
H A Dclk-kona.c65 BUG_ON(billionths >= BILLION);
67 combined = (u64)div_value * BILLION + billionths;
70 return DIV_ROUND_CLOSEST_ULL(combined, BILLION);
/linux-master/tools/pci/
H A Dpcitest.c19 #define BILLION 1E9 macro

Completed in 213 milliseconds