Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dutbuffer.c38 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 …]
H A Dexoparg1.c233 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 …]
/openbmc/u-boot/drivers/ddr/fsl/
H A Dfsl_ddr_gen4.c55 u32 temp32; in fsl_ddr_set_memctl_regs() local
263 temp32 = ddr_in32(&ddr->debug[28]); in fsl_ddr_set_memctl_regs()
264 temp32 |= DDR_TX_BD_DIS; in fsl_ddr_set_memctl_regs()
265 ddr_out32(&ddr->debug[28], temp32); in fsl_ddr_set_memctl_regs()
286 temp32 = ddr_in32(&ddr->debug[25]); in fsl_ddr_set_memctl_regs()
287 temp32 &= ~DDR_CAS_TO_PRE_SUB_MASK; in fsl_ddr_set_memctl_regs()
288 temp32 |= 9 << DDR_CAS_TO_PRE_SUB_SHIFT; in fsl_ddr_set_memctl_regs()
289 ddr_out32(&ddr->debug[25], temp32); in fsl_ddr_set_memctl_regs()
293 temp32 = get_ddr_freq(ctrl_num) / 1000000; in fsl_ddr_set_memctl_regs()
294 if ((temp32 > 1900) && (temp32 < 2300)) { in fsl_ddr_set_memctl_regs()
[all …]
/openbmc/u-boot/board/freescale/mpc8572ds/
H A Dmpc8572ds.c122 u32 temp32; in pci_init_board() local
131 PCI_BASE_ADDRESS_1, &temp32); in pci_init_board()
133 if (temp32 >= CONFIG_SYS_PCIE3_MEM_BUS) { in pci_init_board()
135 temp32, 4, 0); in pci_init_board()
/openbmc/linux/arch/powerpc/platforms/
H A 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()
/openbmc/u-boot/drivers/pci/
H A Dfsl_pci_init.c297 u32 temp32; in fsl_pci_init() local
433 pci_hose_read_config_dword(hose, dev, pci_dcr, &temp32); in fsl_pci_init()
434 temp32 |= 0xf000e; /* set URR, FER, NFER (but not CER) */ in fsl_pci_init()
435 pci_hose_write_config_dword(hose, dev, pci_dcr, temp32); in fsl_pci_init()
439 temp32 = 0; in fsl_pci_init()
440 pci_hose_read_config_dword(hose, dev, pci_lcr, &temp32); in fsl_pci_init()
441 temp32 &= ~0x03; /* Disable ASPM */ in fsl_pci_init()
442 pci_hose_write_config_dword(hose, dev, pci_lcr, temp32); in fsl_pci_init()
507 temp32 = in_be32(&srds_regs->srdspccr0); in fsl_pci_init()
509 if ((temp32 >> 28) == 3) { in fsl_pci_init()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c435 u32 temp32[4]; in bnxt_qplib_create_ah() local
443 memcpy(temp32, ah->dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_create_ah()
444 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_create_ah()
445 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_create_ah()
446 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_create_ah()
447 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_create_ah()
H A Dqplib_fp.c1272 u32 temp32[4]; in bnxt_qplib_modify_qp() local
1303 memcpy(temp32, qp->ah.dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_modify_qp()
1304 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_modify_qp()
1305 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_modify_qp()
1306 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_modify_qp()
1307 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_modify_qp()
1380 u32 temp32[4]; in bnxt_qplib_query_qp() local
1410 temp32[0] = le32_to_cpu(sb->dgid[0]); in bnxt_qplib_query_qp()
1411 temp32[1] = le32_to_cpu(sb->dgid[1]); in bnxt_qplib_query_qp()
1412 temp32[2] = le32_to_cpu(sb->dgid[2]); in bnxt_qplib_query_qp()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c252 int32_t temp32, temp31, result; in mipsdsp_sat32_acc_q31() local
264 temp32 = (temp_sum >> 32) & 0x01; in mipsdsp_sat32_acc_q31()
268 if (temp32 != temp31) { in mipsdsp_sat32_acc_q31()
269 if (temp32 == 0) { in mipsdsp_sat32_acc_q31()
1295 int32_t temp32, temp31; in helper_addwc() local
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1303 if (temp31 != temp32) { in helper_addwc()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc3666 TCGv_i32 temp32, count32;
3675 temp32 = gen_rot_replicate(ot, s->T0);
3676 if (temp32) {
3679 tcg_gen_rotl_i32(temp32, temp32, count32);
3681 tcg_gen_extu_i32_tl(s->T0, temp32);
3694 TCGv_i32 temp32, count32;
3703 temp32 = gen_rot_replicate(ot, s->T0);
3704 if (temp32) {
3707 tcg_gen_rotr_i32(temp32, temp32, count32);
3709 tcg_gen_extu_i32_tl(s->T0, temp32);