Lines Matching refs:mport
42 tsi57x_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount,
46 rio_mport_write_config_32(mport, destid, hopcount,
48 rio_mport_write_config_32(mport, destid, hopcount,
51 rio_mport_write_config_32(mport, destid, hopcount,
53 rio_mport_write_config_32(mport, destid, hopcount,
63 tsi57x_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount,
72 rio_mport_read_config_32(mport, destid, hopcount,
77 rio_mport_write_config_32(mport, destid, hopcount,
79 rio_mport_read_config_32(mport, destid, hopcount,
90 tsi57x_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount,
96 lut_size = (mport->sys_size) ? 0x1ff : 0xff;
99 rio_mport_write_config_32(mport, destid, hopcount,
102 rio_mport_write_config_32(mport, destid, hopcount,
106 rio_mport_write_config_32(mport, destid, hopcount,
109 rio_mport_write_config_32(mport, destid, hopcount,
117 tsi57x_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount,
127 rio_mport_read_config_32(mport, destid, hopcount,
129 rio_mport_write_config_32(mport, destid, hopcount, TSI578_SP_MODE_GLBL,
132 rio_mport_write_config_32(mport, destid, hopcount,
139 tsi57x_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount,
147 rio_mport_read_config_32(mport, destid, hopcount,
211 struct rio_mport *mport = rdev->net->hport;
276 regval = (mport->sys_size) ? (regval >> 16) : (regval >> 24);
280 tsi57x_route_add_entry(mport, rdev->destid, rdev->hopcount,