Searched refs:temp32 (Results 1 – 3 of 3) sorted by relevance
/drivers/acpi/acpica/ |
D | utbuffer.c | 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 [all …]
|
D | exoparg1.c | 261 u32 temp32; in acpi_ex_opcode_1A_1T_1R() local 301 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R() 302 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R() 306 return_desc->integer.value = temp32; in acpi_ex_opcode_1A_1T_1R() 317 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R() 318 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R() 325 temp32 == in acpi_ex_opcode_1A_1T_1R() 326 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32; in acpi_ex_opcode_1A_1T_1R() 347 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R() 351 if (temp32 > 9) { in acpi_ex_opcode_1A_1T_1R() [all …]
|
/drivers/video/fbdev/ |
D | w100fb.c | 873 u32 temp32; in w100_hw_init() local 890 for (temp32 = 0; temp32 < 10000; temp32++) in w100_hw_init() 949 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_hw_init() 950 temp32 &= 0xff7fffff; in w100_hw_init() 951 temp32 |= 0x00800000; in w100_hw_init() 952 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_hw_init() 1300 u32 temp32; in w100_init_lcd() local 1359 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_init_lcd() 1360 temp32 |= 0xc0000000; in w100_init_lcd() 1361 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_init_lcd()
|