Searched refs:temp32 (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/acpica/
H A Dutbuffer.c72 u32 temp32; local
114 ACPI_MOVE_16_TO_32(&temp32,
116 acpi_os_printf("%04X ", temp32);
121 ACPI_MOVE_32_TO_32(&temp32,
123 acpi_os_printf("%08X ", temp32);
128 ACPI_MOVE_32_TO_32(&temp32,
130 acpi_os_printf("%08X", temp32);
132 ACPI_MOVE_32_TO_32(&temp32,
135 acpi_os_printf("%08X ", temp32);
230 u32 temp32; local
[all...]
H A Dexoparg1.c261 u32 temp32; local
301 for (temp32 = 0; return_desc->integer.value &&
302 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) {
306 return_desc->integer.value = temp32;
317 for (temp32 = 0; return_desc->integer.value &&
318 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) {
325 temp32 ==
326 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32;
[all...]
/drivers/video/fbdev/
H A Dw100fb.c873 u32 temp32; local
890 for (temp32 = 0; temp32 < 10000; temp32++)
949 temp32 = readl(remapped_regs + mmDISP_DEBUG2);
950 temp32 &= 0xff7fffff;
951 temp32 |= 0x00800000;
952 writel(temp32, remapped_regs + mmDISP_DEBUG2);
1300 u32 temp32; local
1359 temp32
[all...]

Completed in 1438 milliseconds