Lines Matching refs:temp32
72 u32 temp32; in acpi_ut_dump_buffer() local
114 ACPI_MOVE_16_TO_32(&temp32, in acpi_ut_dump_buffer()
116 acpi_os_printf("%04X ", temp32); in acpi_ut_dump_buffer()
121 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
123 acpi_os_printf("%08X ", temp32); in acpi_ut_dump_buffer()
128 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
130 acpi_os_printf("%08X", temp32); in acpi_ut_dump_buffer()
132 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
135 acpi_os_printf("%08X ", temp32); in acpi_ut_dump_buffer()
238 u32 temp32; in acpi_ut_dump_buffer_to_file() local
282 ACPI_MOVE_16_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
284 acpi_ut_file_printf(file, "%04X ", temp32); in acpi_ut_dump_buffer_to_file()
289 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
291 acpi_ut_file_printf(file, "%08X ", temp32); in acpi_ut_dump_buffer_to_file()
296 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
298 acpi_ut_file_printf(file, "%08X", temp32); in acpi_ut_dump_buffer_to_file()
300 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
303 acpi_ut_file_printf(file, "%08X ", temp32); in acpi_ut_dump_buffer_to_file()