jvallie1

Results 1 issues of jvallie1

Hello, Commit [c3fde06710739985a11b9cf21138c17f1dcdf512 ](https://github.com/Xilinx/embeddedsw/commit/c3fde06710739985a11b9cf21138c17f1dcdf512) introduced a new bug in the DP 1.4 RX driver. ``` XDpRxSs_MCDP6000_ModifyRegister(DpRxSsPtr->IicPtr->BaseAddress, XDPRXSS_MCDP6000_IIC_SLAVE, 0x0A00, 0x55000000, 0x55000000); ``` The last parameter, the bit mask, should be 0xFF000000...