Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/vendorcode/mediatek/mt8195/dramc/
H A Ddramc_debug.c2633 U32 LP3_DataPerByte[DQS_BYTE_NUMBER]; in DramcGatingDebug() local
2645LP3_DataPerByte[0] = (u4IO32ReadFldAlign(DRAMC_REG_ADDR(DDRPHY_MISC_STBERR_RK0_R), MISC_STBERR_RK0… in DramcGatingDebug()
2646 LP3_DataPerByte[2] = (LP3_DataPerByte[0] >> 8) & 0xff; in DramcGatingDebug()
2647 LP3_DataPerByte[0] &= 0xff; in DramcGatingDebug()
2649 u4all_result_R = LP3_DataPerByte[0] | (LP3_DataPerByte[2] << 8); in DramcGatingDebug()
2652LP3_DataPerByte[0] = (u4IO32ReadFldAlign(DRAMC_REG_ADDR(DDRPHY_MISC_STBERR_RK0_F), MISC_STBERR_RK0… in DramcGatingDebug()
2653 LP3_DataPerByte[2] = (LP3_DataPerByte[0] >> 8) & 0xff; in DramcGatingDebug()
2654 LP3_DataPerByte[0] &= 0xff; in DramcGatingDebug()
2656 u4all_result_F = LP3_DataPerByte[0] | (LP3_DataPerByte[2] << 8); in DramcGatingDebug()
2676LP3_DataPerByte[0] = (u4IO32ReadFldAlign(DRAMC_REG_ADDR(DDRPHY_MISC_STBERR_RK1_R), MISC_STBERR_RK1… in DramcGatingDebug()
[all …]