Searched refs:n_hi (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/asm-x86_64/ |
D | acpi.h | 88 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 92 "0"(n_lo), "1"(n_hi)) 94 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument 97 :"=r"(n_hi), "=r"(n_lo) \ 98 :"0"(n_hi), "1"(n_lo))
|
/linux-2.4.37.9/include/asm-i386/ |
D | acpi.h | 91 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 95 "0"(n_lo), "1"(n_hi)) 98 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument 101 :"=r"(n_hi), "=r"(n_lo) \ 102 :"0"(n_hi), "1"(n_lo))
|