FPC202_NUM_PORTS
DECLARE_BITMAP(probed_ports, FPC202_NUM_PORTS);
bitmap_zero(priv->probed_ports, FPC202_NUM_PORTS);
if (port_id >= FPC202_NUM_PORTS)
for_each_set_bit(port_id, priv->probed_ports, FPC202_NUM_PORTS)
for_each_set_bit(port_id, priv->probed_ports, FPC202_NUM_PORTS)