Searched refs:FPC202_NUM_PORTS (Results 1 – 1 of 1) sorted by relevance
17 #define FPC202_NUM_PORTS 2 macro75 DECLARE_BITMAP(probed_ports, FPC202_NUM_PORTS);358 bitmap_zero(priv->probed_ports, FPC202_NUM_PORTS); in fpc202_probe()370 if (port_id > FPC202_NUM_PORTS) { in fpc202_probe()386 for_each_set_bit(port_id, priv->probed_ports, FPC202_NUM_PORTS) in fpc202_probe()404 for_each_set_bit(port_id, priv->probed_ports, FPC202_NUM_PORTS) in fpc202_remove()
Completed in 5 milliseconds