PHY_RD_ERR
if ((count == PHY_MAX_RETRY) || (status & PHY_RD_ERR)) {
if ((count == PHY_MAX_RETRY) && (status & PHY_RD_ERR)) {