I got to know if we need to driver GOIP1, we need to configure the MLBP_SIG_IO_CTRL_FOR_GPb7b8 and MLBP_SIG_IO_CTRL_FOR_GPb9b10
The code likes the below,
#define MLBP_SIG_IO_CTRL_FOR_GPb7b8 0x48140E18
#define MLBP_SIG_IO_CTRL_FOR_GPb9b10 0x48140E1c
#define MLBP_SIG_IO_CTRL_VAL 0x3F //set 3LSB to enable: 2 lvcmos buffer, padn receiver, padp receiver
WR_MEM_32(MLBP_SIG_IO_CTRL_FOR_GPb7b8, MLBP_SIG_IO_CTRL_VAL);
WR_MEM_32(MLBP_SIG_IO_CTRL_FOR_GPb9b10, MLBP_SIG_IO_CTRL_VAL);
But I look thru datasheet and TRM, and got nothing about these two registerations, could you please tell me the bits map about them, thanks.