Home
last modified time | relevance | path

Searched refs:temp32 (Results 1 – 4 of 4) sorted by relevance

/drivers/acpi/acpica/
A Dutbuffer.c38 u32 temp32; in acpi_ut_dump_buffer() local
84 ACPI_MOVE_16_TO_32(&temp32, in acpi_ut_dump_buffer()
91 ACPI_MOVE_32_TO_32(&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()
210 u32 temp32; in acpi_ut_dump_buffer_to_file() local
252 ACPI_MOVE_16_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
259 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
266 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
[all …]
A Dexoparg1.c233 u32 temp32; in acpi_ex_opcode_1A_1T_1R() local
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()
291 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()
298 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()
327 temp32)); in acpi_ex_opcode_1A_1T_1R()
336 (((u64) temp32) * power_of_ten); in acpi_ex_opcode_1A_1T_1R()
373 &temp32); in acpi_ex_opcode_1A_1T_1R()
[all …]
/drivers/infiniband/hw/bnxt_re/
A Dqplib_fp.c1343 u32 temp32[4]; in bnxt_qplib_modify_qp() local
1381 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_modify_qp()
1382 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_modify_qp()
1383 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_modify_qp()
1384 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_modify_qp()
1466 u32 temp32[4]; in bnxt_qplib_query_qp() local
1496 temp32[0] = le32_to_cpu(sb->dgid[0]); in bnxt_qplib_query_qp()
1497 temp32[1] = le32_to_cpu(sb->dgid[1]); in bnxt_qplib_query_qp()
1498 temp32[2] = le32_to_cpu(sb->dgid[2]); in bnxt_qplib_query_qp()
1499 temp32[3] = le32_to_cpu(sb->dgid[3]); in bnxt_qplib_query_qp()
[all …]
A Dqplib_sp.c448 u32 temp32[4]; in bnxt_qplib_create_ah() local
456 memcpy(temp32, ah->dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_create_ah()
457 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_create_ah()
458 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_create_ah()
459 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_create_ah()
460 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_create_ah()

Completed in 14 milliseconds