Searched refs:NUM_FP (Results 1 – 1 of 1) sorted by relevance
26 #define NUM_FP 8 macro34 static DECLARE_BITMAP(fixed_phy_ids, NUM_FP);35 static struct fixed_phy fmb_fixed_phys[NUM_FP];123 addr = find_first_zero_bit(fixed_phy_ids, NUM_FP); in fixed_phy_get_free_addr()124 if (addr == NUM_FP) in fixed_phy_get_free_addr()