Searched refs:out_quotient (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | utmath.c | 257 u32 divisor, u64 *out_quotient, u32 *out_remainder) in acpi_ut_short_divide() argument 286 if (out_quotient) { in acpi_ut_short_divide() 287 *out_quotient = quotient.full; in acpi_ut_short_divide() 313 u64 in_divisor, u64 *out_quotient, u64 *out_remainder) in acpi_ut_divide() argument 416 if (out_quotient) { in acpi_ut_divide() 417 *out_quotient = quotient.full; in acpi_ut_divide() 445 u32 divisor, u64 *out_quotient, u32 *out_remainder) in acpi_ut_short_divide() argument 459 if (out_quotient) { in acpi_ut_short_divide() 460 *out_quotient = in_dividend / divisor; in acpi_ut_short_divide() 484 if (out_quotient) { in acpi_ut_divide() [all …]
|
H A D | acutils.h | 538 u64 in_divisor, u64 *out_quotient, u64 *out_remainder); 542 u32 divisor, u64 *out_quotient, u32 *out_remainder);
|