Searched refs:RIO_MPORT_ANY (Results 1 – 4 of 4) sorted by relevance
1428 if (port->id == mport_id || mport_id == RIO_MPORT_ANY) { in rio_register_scan()1429 if (port->nscan && mport_id == RIO_MPORT_ANY) in rio_register_scan()1437 if (mport_id != RIO_MPORT_ANY) in rio_register_scan()1461 if (port->id == mport_id || mport_id == RIO_MPORT_ANY) { in rio_unregister_scan()1464 if (mport_id != RIO_MPORT_ANY) in rio_unregister_scan()
18 #define RIO_MPORT_ANY (-1) macro
299 if (val == RIO_MPORT_ANY) { in bus_scan_store()
1343 if (rio_register_scan(RIO_MPORT_ANY, &rio_scan_ops)) in rio_basic_attach()