Searched refs:temp32 (Results 1 – 5 of 5) sorted by relevance
/drivers/acpi/acpica/ |
D | utbuffer.c | 38 u32 temp32; in acpi_ut_dump_buffer() local 84 ACPI_MOVE_16_TO_32(&temp32, in acpi_ut_dump_buffer() 86 acpi_os_printf("%04X ", temp32); in acpi_ut_dump_buffer() 91 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer() 93 acpi_os_printf("%08X ", temp32); in acpi_ut_dump_buffer() 98 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer() 100 acpi_os_printf("%08X", temp32); in acpi_ut_dump_buffer() 102 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer() 105 acpi_os_printf("%08X ", temp32); in acpi_ut_dump_buffer() 210 u32 temp32; in acpi_ut_dump_buffer_to_file() local [all …]
|
D | exoparg1.c | 233 u32 temp32; in acpi_ex_opcode_1A_1T_1R() local 274 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R() 275 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R() 279 return_desc->integer.value = temp32; in acpi_ex_opcode_1A_1T_1R() 290 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R() 291 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R() 298 temp32 == in acpi_ex_opcode_1A_1T_1R() 299 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32; in acpi_ex_opcode_1A_1T_1R() 320 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R() 324 if (temp32 > 9) { in acpi_ex_opcode_1A_1T_1R() [all …]
|
/drivers/video/fbdev/ |
D | w100fb.c | 878 u32 temp32; in w100_hw_init() local 895 for (temp32 = 0; temp32 < 10000; temp32++) in w100_hw_init() 954 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_hw_init() 955 temp32 &= 0xff7fffff; in w100_hw_init() 956 temp32 |= 0x00800000; in w100_hw_init() 957 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_hw_init() 1306 u32 temp32; in w100_init_lcd() local 1365 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_init_lcd() 1366 temp32 |= 0xc0000000; in w100_init_lcd() 1367 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_init_lcd()
|
/drivers/infiniband/hw/bnxt_re/ |
D | qplib_sp.c | 415 u32 temp32[4]; in bnxt_qplib_create_ah() local 421 memcpy(temp32, ah->dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_create_ah() 422 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_create_ah() 423 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_create_ah() 424 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_create_ah() 425 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_create_ah()
|
D | qplib_fp.c | 1267 u32 temp32[4]; in bnxt_qplib_modify_qp() local 1296 memcpy(temp32, qp->ah.dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_modify_qp() 1297 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_modify_qp() 1298 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_modify_qp() 1299 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_modify_qp() 1300 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_modify_qp() 1373 u32 temp32[4]; in bnxt_qplib_query_qp() local 1399 temp32[0] = le32_to_cpu(sb->dgid[0]); in bnxt_qplib_query_qp() 1400 temp32[1] = le32_to_cpu(sb->dgid[1]); in bnxt_qplib_query_qp() 1401 temp32[2] = le32_to_cpu(sb->dgid[2]); in bnxt_qplib_query_qp() [all …]
|