Searched refs:mode32 (Results 1 – 2 of 2) sorted by relevance
729 u32 mode32 = (acpi_gbl_integer_byte_width == 4); in acpi_ut_strtoul64() local786 dividend = (mode32) ? ACPI_UINT32_MAX : ACPI_UINT64_MAX; in acpi_ut_strtoul64()830 || ((valid_digits > 8) && mode32))) { in acpi_ut_strtoul64()
1655 u32 mode32 = 0; in hpi_channel_mode_get() local1657 HPI_CHANNEL_MODE_MODE, &mode32); in hpi_channel_mode_get()1659 *mode = (u16)mode32; in hpi_channel_mode_get()