Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/acpica/
Dutbuffer.c38 u32 temp32; in acpi_ut_dump_buffer() local
80 ACPI_MOVE_16_TO_32(&temp32, in acpi_ut_dump_buffer()
82 acpi_os_printf("%04X ", temp32); in acpi_ut_dump_buffer()
87 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
89 acpi_os_printf("%08X ", temp32); in acpi_ut_dump_buffer()
94 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
96 acpi_os_printf("%08X", temp32); in acpi_ut_dump_buffer()
98 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
101 acpi_os_printf("%08X ", temp32); in acpi_ut_dump_buffer()
204 u32 temp32; in acpi_ut_dump_buffer_to_file() local
[all …]
Dexoparg1.c227 u32 temp32; in acpi_ex_opcode_1A_1T_1R() local
267 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R()
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()
283 for (temp32 = 0; return_desc->integer.value && 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()
292 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - 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()
[all …]
/Linux-v4.19/arch/powerpc/platforms/
Dfsl_uli1575.c258 u32 temp32; in hpcd_quirk_uli1575() local
264 pci_read_config_dword(dev, 0x48, &temp32); in hpcd_quirk_uli1575()
265 pci_write_config_dword(dev, 0x48, (temp32 | 1<<26)); in hpcd_quirk_uli1575()
268 pci_read_config_dword(dev, 0x90, &temp32); in hpcd_quirk_uli1575()
269 pci_write_config_dword(dev, 0x90, (temp32 | 1<<22)); in hpcd_quirk_uli1575()
/Linux-v4.19/drivers/video/fbdev/
Dw100fb.c874 u32 temp32; in w100_hw_init() local
891 for (temp32 = 0; temp32 < 10000; temp32++) in w100_hw_init()
950 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_hw_init()
951 temp32 &= 0xff7fffff; in w100_hw_init()
952 temp32 |= 0x00800000; in w100_hw_init()
953 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_hw_init()
1301 u32 temp32; in w100_init_lcd() local
1360 temp32 = readl(remapped_regs + mmDISP_DEBUG2); in w100_init_lcd()
1361 temp32 |= 0xc0000000; in w100_init_lcd()
1362 writel(temp32, remapped_regs + mmDISP_DEBUG2); in w100_init_lcd()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_sp.c492 u32 temp32[4]; in bnxt_qplib_create_ah() local
498 memcpy(temp32, ah->dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_create_ah()
499 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_create_ah()
500 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_create_ah()
501 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_create_ah()
502 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_create_ah()
Dqplib_fp.c1177 u32 temp32[4]; in bnxt_qplib_modify_qp() local
1208 memcpy(temp32, qp->ah.dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_modify_qp()
1209 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_modify_qp()
1210 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_modify_qp()
1211 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_modify_qp()
1212 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_modify_qp()
1285 u32 temp32[4]; in bnxt_qplib_query_qp() local
1311 temp32[0] = le32_to_cpu(sb->dgid[0]); in bnxt_qplib_query_qp()
1312 temp32[1] = le32_to_cpu(sb->dgid[1]); in bnxt_qplib_query_qp()
1313 temp32[2] = le32_to_cpu(sb->dgid[2]); in bnxt_qplib_query_qp()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx.c2591 u32 i = 0, temp32 = 0; in halmac_debug_88xx() local
2648 temp32 = HALMAC_REG_READ_32(halmac_adapter, i); in halmac_debug_88xx()
2651 i, temp32); in halmac_debug_88xx()
2656 temp32 = HALMAC_REG_READ_32(halmac_adapter, i); in halmac_debug_88xx()
2658 "halmac_debug: mac[%x]=%x\n", i, temp32); in halmac_debug_88xx()
2660 temp32 = HALMAC_REG_READ_32(halmac_adapter, i); in halmac_debug_88xx()
2662 "halmac_debug: mac[%x]=%x\n", i, temp32); in halmac_debug_88xx()
2664 temp32 = HALMAC_REG_READ_32(halmac_adapter, i); in halmac_debug_88xx()
2666 "halmac_debug: mac[%x]=%x\n", i, temp32); in halmac_debug_88xx()
2668 temp32 = HALMAC_REG_READ_32(halmac_adapter, i); in halmac_debug_88xx()
[all …]