Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dutnonansi.c169 u32 mode32 = (acpi_gbl_integer_byte_width == 4); in acpi_ut_strtoul64() local
229 dividend = (mode32) ? ACPI_UINT32_MAX : ACPI_UINT64_MAX; in acpi_ut_strtoul64()
274 || ((valid_digits > 8) && mode32))) { in acpi_ut_strtoul64()
/linux-4.4.14/sound/pci/asihpi/
Dhpifunc.c1655 u32 mode32 = 0; in hpi_channel_mode_get() local
1657 HPI_CHANNEL_MODE_MODE, &mode32); in hpi_channel_mode_get()
1659 *mode = (u16)mode32; in hpi_channel_mode_get()
/linux-4.4.14/arch/x86/kvm/
Demulate.c248 struct opcode mode32; member
4945 opcode = opcode.u.mdual->mode32; in x86_decode_insn()