Home
last modified time | relevance | path

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

/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/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/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.inc3682 TCGv_i32 temp32, count32;
3691 temp32 = gen_rot_replicate(ot, s->T0);
3692 if (temp32) {
3695 tcg_gen_rotl_i32(temp32, temp32, count32);
3697 tcg_gen_extu_i32_tl(s->T0, temp32);
3710 TCGv_i32 temp32, count32;
3719 temp32 = gen_rot_replicate(ot, s->T0);
3720 if (temp32) {
3723 tcg_gen_rotr_i32(temp32, temp32, count32);
3725 tcg_gen_extu_i32_tl(s->T0, temp32);