Searched refs:W9966_STATE_CLAIMED (Results 1 – 1 of 1) sorted by relevance
85 #define W9966_STATE_CLAIMED 0x02 // pdev claimed macro227 if (w9966_flag_test(cam, W9966_STATE_CLAIMED)) in w9966_pdev_claim()231 w9966_flag_set(cam, W9966_STATE_CLAIMED); in w9966_pdev_claim()238 if (!w9966_flag_test(cam, W9966_STATE_CLAIMED)) in w9966_pdev_release()241 w9966_flag_clear(cam, W9966_STATE_CLAIMED); in w9966_pdev_release()432 DASSERT(w9966_flag_test(cam, W9966_STATE_CLAIMED)); in w9966_setup()