Searched refs:ProgramCodeInput (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/coreboot/src/vendorcode/mediatek/mt8195/dramc/ |
H A D | dramc_debug.c | 3440 void ProgramCodeInput(DRAMC_CTX_T *p, U16 u2A_value, U16 u2B_value, U16 u2C_value) in ProgramCodeInput() function 3555 ProgramCodeInput(p, 0, 0, 0); in vApplyProgramSequence() 3556 ProgramCodeInput(p, 3, 9, 0); in vApplyProgramSequence() 3557 ProgramCodeInput(p, 1, 2, 0); in vApplyProgramSequence() 3558 ProgramCodeInput(p, 8, 0xa, 7); in vApplyProgramSequence() 3559 ProgramCodeInput(p, 2, 5, 8); in vApplyProgramSequence() 3565 ProgramCodeInput(p, 0, 0, 0); in vApplyProgramSequence() 3566 ProgramCodeInput(p, 3, 9, 0); in vApplyProgramSequence() 3567 ProgramCodeInput(p, 1, 2, 0); in vApplyProgramSequence() 3568 ProgramCodeInput(p, 8, 0, 3); in vApplyProgramSequence() [all …]
|