Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dfixed_phy.c26 #define NUM_FP 8 macro
34 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()