comptag           520 drivers/rapidio/devices/rio_mport_cdev.c 	u32 comptag;
comptag           522 drivers/rapidio/devices/rio_mport_cdev.c 	if (copy_from_user(&comptag, arg, sizeof(comptag)))
comptag           525 drivers/rapidio/devices/rio_mport_cdev.c 	rio_local_write_config_32(md->mport, RIO_COMPONENT_TAG_CSR, comptag);
comptag           527 drivers/rapidio/devices/rio_mport_cdev.c 	rmcd_debug(MPORT, "Set host Component Tag to %d", comptag);
comptag          1512 drivers/rapidio/devices/rio_mport_cdev.c 	if ((msg->em.comptag & filter->mask) < filter->low ||
comptag          1513 drivers/rapidio/devices/rio_mport_cdev.c 		(msg->em.comptag & filter->mask) > filter->high)
comptag          1544 drivers/rapidio/devices/rio_mport_cdev.c 			mport->id, msg->em.comptag);
comptag          1697 drivers/rapidio/devices/rio_mport_cdev.c 		   dev_info.comptag, dev_info.destid, dev_info.hopcount);
comptag          1778 drivers/rapidio/devices/rio_mport_cdev.c 	rdev->comp_tag = dev_info.comptag;
comptag          1838 drivers/rapidio/devices/rio_mport_cdev.c 			rdev = rio_get_comptag(dev_info.comptag, rdev);
comptag          1849 drivers/rapidio/devices/rio_mport_cdev.c 			dev_info.name, dev_info.comptag, dev_info.destid,
comptag          1190 drivers/rapidio/rio.c 	rdev = rio_get_comptag((pw_msg->em.comptag & RIO_CTAG_UDEVID), NULL);
comptag          1195 drivers/rapidio/rio.c 			__func__, pw_msg->em.comptag);
comptag           472 include/linux/rio.h 		u32 comptag;	/* Component Tag CSR */
comptag           222 include/uapi/linux/rio_mport_cdev.h 	__u32 comptag;