route_hi           78 drivers/net/thunderbolt.c 	u32 route_hi;
route_hi          221 drivers/net/thunderbolt.c 	hdr->route_hi = upper_32_bits(route);
route_hi          408 drivers/net/thunderbolt.c 	route = ((u64)pkg->hdr.route_hi << 32) | pkg->hdr.route_lo;
route_hi          112 drivers/thunderbolt/ctl.h 	return (u64) header->route_hi << 32 | header->route_lo;
route_hi          118 drivers/thunderbolt/ctl.h 		.route_hi = route >> 32,
route_hi          168 drivers/thunderbolt/icm.c static inline u64 get_route(u32 route_hi, u32 route_lo)
route_hi          170 drivers/thunderbolt/icm.c 	return (u64)route_hi << 32 | route_lo;
route_hi          402 drivers/thunderbolt/icm.c 	*route = get_route(sw->route_hi, sw->route_lo);
route_hi          629 drivers/thunderbolt/icm.c 	sw->config.route_hi = upper_32_bits(route);
route_hi          997 drivers/thunderbolt/icm.c 	request.route_hi = sw->config.route_hi;
route_hi         1024 drivers/thunderbolt/icm.c 	request.route_hi = sw->config.route_hi;
route_hi         1053 drivers/thunderbolt/icm.c 	request.route_hi = sw->config.route_hi;
route_hi         1081 drivers/thunderbolt/icm.c 	request.route_hi = upper_32_bits(xd->route);
route_hi         1111 drivers/thunderbolt/icm.c 	request.route_hi = upper_32_bits(xd->route);
route_hi         1161 drivers/thunderbolt/icm.c 	route = get_route(pkg->route_hi, pkg->route_lo);
route_hi         1231 drivers/thunderbolt/icm.c 	route = get_route(pkg->route_hi, pkg->route_lo);
route_hi         1305 drivers/thunderbolt/icm.c 	route = get_route(pkg->route_hi, pkg->route_lo);
route_hi         1448 drivers/thunderbolt/icm.c 	*route = get_route(reply.route_hi, reply.route_lo);
route_hi          973 drivers/thunderbolt/switch.c 	       (((u64) sw->route_hi) << 32) | sw->route_lo,
route_hi          988 drivers/thunderbolt/switch.c 		header.route_hi = route >> 32,
route_hi         1551 drivers/thunderbolt/switch.c 	sw->config.route_hi = upper_32_bits(route);
route_hi         1627 drivers/thunderbolt/switch.c 	sw->config.route_hi = upper_32_bits(route);
route_hi         2046 drivers/thunderbolt/switch.c 		       sw->config.route_hi == upper_32_bits(lookup->route);
route_hi          332 drivers/thunderbolt/tb.h 	return ((u64) sw->config.route_hi) << 32 | sw->config.route_lo;
route_hi           35 drivers/thunderbolt/tb_msgs.h 	u32 route_hi:22;
route_hi          153 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          304 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          345 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          355 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          373 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          381 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          390 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          400 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          409 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          422 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          430 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          441 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          449 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          462 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          477 drivers/thunderbolt/tb_msgs.h 	u32 route_hi;
route_hi          159 drivers/thunderbolt/tb_regs.h 	u32 route_hi:31;
route_hi           63 drivers/thunderbolt/xdomain.c 		if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) !=
route_hi           64 drivers/thunderbolt/xdomain.c 		     req_hdr->xd_hdr.route_hi)
route_hi          195 drivers/thunderbolt/xdomain.c 	hdr->xd_hdr.route_hi = upper_32_bits(route);
route_hi          516 drivers/thunderbolt/xdomain.c 	route = ((u64)xhdr->route_hi << 32 | xhdr->route_lo) & ~BIT_ULL(63);