Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dutmath.c261 u32 remainder32; in acpi_ut_short_divide() local
279 quotient.part.hi, remainder32); in acpi_ut_short_divide()
281 ACPI_DIV_64_BY_32(remainder32, dividend_ovl.part.lo, divisor, in acpi_ut_short_divide()
282 quotient.part.lo, remainder32); in acpi_ut_short_divide()
290 *out_remainder = remainder32; in acpi_ut_short_divide()