Home
last modified time | relevance | path

Searched refs:NUM_STATES (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c218 #define NUM_STATES 5 macro
300 DECLARE_BITMAP(node_flags, NUM_STATES * NUM_NODES);
337 if (!test_bit(bit + (node_id * NUM_STATES), cfe->node_flags)) in check_state()
350 set_bit(bit + (node_id * NUM_STATES), cfe->node_flags); in set_state()
359 clear_bit(bit + (node_id * NUM_STATES), cfe->node_flags); in clear_state()