Home
last modified time | relevance | path

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

/linux/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.c227 u32 temp32; in acpi_ex_opcode_1A_1T_1R() local
268 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()
272 return_desc->integer.value = temp32; in acpi_ex_opcode_1A_1T_1R()
284 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()
291 temp32 == in acpi_ex_opcode_1A_1T_1R()
313 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R()
317 if (temp32 > 9) { in acpi_ex_opcode_1A_1T_1R()
320 temp32)); in acpi_ex_opcode_1A_1T_1R()
329 (((u64) temp32) * power_of_ten); in acpi_ex_opcode_1A_1T_1R()
352 &temp32); in acpi_ex_opcode_1A_1T_1R()
[all …]
/linux/arch/powerpc/platforms/
A Dfsl_uli1575.c254 u32 temp32; in hpcd_quirk_uli1575() local
260 pci_read_config_dword(dev, 0x48, &temp32); in hpcd_quirk_uli1575()
261 pci_write_config_dword(dev, 0x48, (temp32 | 1<<26)); in hpcd_quirk_uli1575()
264 pci_read_config_dword(dev, 0x90, &temp32); in hpcd_quirk_uli1575()
265 pci_write_config_dword(dev, 0x90, (temp32 | 1<<22)); in hpcd_quirk_uli1575()
/linux/drivers/video/fbdev/
A Dw100fb.c869 u32 temp32; in w100_hw_init() local
886 for (temp32 = 0; temp32 < 10000; temp32++) in w100_hw_init()
945 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_hw_init()
946 temp32 &= 0xff7fffff; in w100_hw_init()
947 temp32 |= 0x00800000; in w100_hw_init()
948 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_hw_init()
1297 u32 temp32; in w100_init_lcd() local
1356 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_init_lcd()
1357 temp32 |= 0xc0000000; in w100_init_lcd()
1358 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_init_lcd()
/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_sp.c512 u32 temp32[4]; in bnxt_qplib_create_ah() local
518 memcpy(temp32, ah->dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_create_ah()
519 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_create_ah()
520 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_create_ah()
521 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_create_ah()
522 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_create_ah()
A Dqplib_fp.c1236 u32 temp32[4]; in bnxt_qplib_modify_qp() local
1268 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_modify_qp()
1269 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_modify_qp()
1270 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_modify_qp()
1271 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_modify_qp()
1344 u32 temp32[4]; in bnxt_qplib_query_qp() local
1370 temp32[0] = le32_to_cpu(sb->dgid[0]); in bnxt_qplib_query_qp()
1371 temp32[1] = le32_to_cpu(sb->dgid[1]); in bnxt_qplib_query_qp()
1372 temp32[2] = le32_to_cpu(sb->dgid[2]); in bnxt_qplib_query_qp()
1373 temp32[3] = le32_to_cpu(sb->dgid[3]); in bnxt_qplib_query_qp()
[all …]

Completed in 24 milliseconds