Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dti_fpc202.c22 #define FPC202_NUM_PORTS 2 macro
136 DECLARE_BITMAP(probed_ports, FPC202_NUM_PORTS);
650 bitmap_zero(priv->probed_ports, FPC202_NUM_PORTS); in fpc202_probe()
662 if (port_id >= FPC202_NUM_PORTS) in fpc202_probe()
675 for_each_set_bit(port_id, priv->probed_ports, FPC202_NUM_PORTS) in fpc202_probe()
700 for_each_set_bit(port_id, priv->probed_ports, FPC202_NUM_PORTS) in fpc202_remove()