route_lo           79 drivers/net/thunderbolt.c 	u32 route_lo;
route_lo          222 drivers/net/thunderbolt.c 	hdr->route_lo = lower_32_bits(route);
route_lo          408 drivers/net/thunderbolt.c 	route = ((u64)pkg->hdr.route_hi << 32) | pkg->hdr.route_lo;
route_lo          112 drivers/thunderbolt/ctl.h 	return (u64) header->route_hi << 32 | header->route_lo;
route_lo          119 drivers/thunderbolt/ctl.h 		.route_lo = route,
route_lo          168 drivers/thunderbolt/icm.c static inline u64 get_route(u32 route_hi, u32 route_lo)
route_lo          170 drivers/thunderbolt/icm.c 	return (u64)route_hi << 32 | route_lo;
route_lo          402 drivers/thunderbolt/icm.c 	*route = get_route(sw->route_hi, sw->route_lo);
route_lo          630 drivers/thunderbolt/icm.c 	sw->config.route_lo = lower_32_bits(route);
route_lo          996 drivers/thunderbolt/icm.c 	request.route_lo = sw->config.route_lo;
route_lo         1023 drivers/thunderbolt/icm.c 	request.route_lo = sw->config.route_lo;
route_lo         1052 drivers/thunderbolt/icm.c 	request.route_lo = sw->config.route_lo;
route_lo         1082 drivers/thunderbolt/icm.c 	request.route_lo = lower_32_bits(xd->route);
route_lo         1112 drivers/thunderbolt/icm.c 	request.route_lo = lower_32_bits(xd->route);
route_lo         1161 drivers/thunderbolt/icm.c 	route = get_route(pkg->route_hi, pkg->route_lo);
route_lo         1231 drivers/thunderbolt/icm.c 	route = get_route(pkg->route_hi, pkg->route_lo);
route_lo         1305 drivers/thunderbolt/icm.c 	route = get_route(pkg->route_hi, pkg->route_lo);
route_lo         1448 drivers/thunderbolt/icm.c 	*route = get_route(reply.route_hi, reply.route_lo);
route_lo          973 drivers/thunderbolt/switch.c 	       (((u64) sw->route_hi) << 32) | sw->route_lo,
route_lo          989 drivers/thunderbolt/switch.c 		header.route_lo = route,
route_lo         1552 drivers/thunderbolt/switch.c 	sw->config.route_lo = lower_32_bits(route);
route_lo         1628 drivers/thunderbolt/switch.c 	sw->config.route_lo = lower_32_bits(route);
route_lo         2045 drivers/thunderbolt/switch.c 		return sw->config.route_lo == lower_32_bits(lookup->route) &&
route_lo          332 drivers/thunderbolt/tb.h 	return ((u64) sw->config.route_hi) << 32 | sw->config.route_lo;
route_lo           37 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          152 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          305 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          346 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          356 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          374 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          382 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          391 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          401 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          410 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          423 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          431 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          442 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          450 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          463 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          478 drivers/thunderbolt/tb_msgs.h 	u32 route_lo;
route_lo          157 drivers/thunderbolt/tb_regs.h 	u32 route_lo;
route_lo           66 drivers/thunderbolt/xdomain.c 		if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo)
route_lo          196 drivers/thunderbolt/xdomain.c 	hdr->xd_hdr.route_lo = lower_32_bits(route);
route_lo          516 drivers/thunderbolt/xdomain.c 	route = ((u64)xhdr->route_hi << 32 | xhdr->route_lo) & ~BIT_ULL(63);