Home
last modified time | relevance | path

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

/external/u-boot/drivers/ddr/fsl/
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 …]
/external/gptfdisk/
Dbsd.cc74 uint32_t* temp32; in ReadBSDData() local
102 temp32 = (uint32_t*) &buffer[offset[i]]; in ReadBSDData()
103 signature = *temp32; in ReadBSDData()
105 temp32 = (uint32_t*) &buffer[offset[i] + 132]; in ReadBSDData()
106 signature2 = *temp32; in ReadBSDData()
119 temp32 = (uint32_t*) &buffer[labelStart + 40]; in ReadBSDData()
120 sectorSize = *temp32; in ReadBSDData()
/external/u-boot/board/freescale/mpc8572ds/
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()
/external/u-boot/drivers/pci/
Dfsl_pci_init.c297 u32 temp32; in fsl_pci_init() local
427 pci_hose_read_config_dword(hose, dev, pci_dcr, &temp32); in fsl_pci_init()
428 temp32 |= 0xf000e; /* set URR, FER, NFER (but not CER) */ in fsl_pci_init()
429 pci_hose_write_config_dword(hose, dev, pci_dcr, temp32); in fsl_pci_init()
433 temp32 = 0; in fsl_pci_init()
434 pci_hose_read_config_dword(hose, dev, pci_lcr, &temp32); in fsl_pci_init()
435 temp32 &= ~0x03; /* Disable ASPM */ in fsl_pci_init()
436 pci_hose_write_config_dword(hose, dev, pci_lcr, temp32); in fsl_pci_init()
501 temp32 = in_be32(&srds_regs->srdspccr0); in fsl_pci_init()
503 if ((temp32 >> 28) == 3) { in fsl_pci_init()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp1295 glw::GLuint temp32 = 0; in fillInputData() local
1300 memcpy(&temp32, &val, sizeof(glw::GLfloat)); in fillInputData()
1301 temp32_2 = temp32 >> 31; in fillInputData()
1303 temp32_2 = temp32 >> 23; in fillInputData()
1307 temp32_2 = temp32 >> 13; in fillInputData()
/external/llvm/test/CodeGen/AMDGPU/
Dsi-sgpr-spill.ll302 %temp32.0 = phi float [ 1.000000e+00, %IF ], [ %tmp610, %ENDIF66 ]
658 %tmp599 = fmul float 5.000000e-01, %temp32.0
660 %tmp601 = fmul float %tmp598, %temp32.0
669 %tmp610 = fmul float %temp32.0, 5.000000e-01
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dsi-sgpr-spill.ll375 %temp32.0 = phi float [ 1.000000e+00, %IF ], [ %tmp610, %ENDIF66 ]
628 %tmp599 = fmul float 5.000000e-01, %temp32.0
630 %tmp601 = fmul float %tmp598, %temp32.0
639 %tmp610 = fmul float %temp32.0, 5.000000e-01