PVR_VER_E500V1
if ((PVR_VER(pvr) == PVR_VER_E500V1) ||
else if (PVR_VER(pvr) != PVR_VER_E500V1 && PVR_VER(pvr) != PVR_VER_E500V2)
if (pvr_version_is(PVR_VER_E500V1) || pvr_version_is(PVR_VER_E500V2)
if (pvr_version_is(PVR_VER_E500V1) || pvr_version_is(PVR_VER_E500V2))