NFCMRVL_PHY_ERROR
if (test_bit(NFCMRVL_PHY_ERROR, &priv->flags)) {
if (test_bit(NFCMRVL_PHY_ERROR, &drv_data->priv->flags))
set_bit(NFCMRVL_PHY_ERROR, &drv_data->priv->flags);
clear_bit(NFCMRVL_PHY_ERROR, &priv->flags);
clear_bit(NFCMRVL_PHY_ERROR, &priv->flags);