Home
last modified time | relevance | path

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

/drivers/misc/
A Dti_fpc202.c17 #define FPC202_NUM_PORTS 2 macro
75 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 4 milliseconds