NFCMRVL_NCI_RUNNING
if (test_bit(NFCMRVL_NCI_RUNNING, &priv->flags))
if (test_and_set_bit(NFCMRVL_NCI_RUNNING, &priv->flags))
clear_bit(NFCMRVL_NCI_RUNNING, &priv->flags);
if (!test_and_clear_bit(NFCMRVL_NCI_RUNNING, &priv->flags))
if (!test_bit(NFCMRVL_NCI_RUNNING, &drv_data->flags))
if (!test_bit(NFCMRVL_NCI_RUNNING, &drv_data->flags))