temp_64          3293 drivers/infiniband/hw/hfi1/mad.c 	u64 temp_64;
temp_64          3318 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.port_rcv_errors);
temp_64          3319 drivers/infiniband/hw/hfi1/mad.c 	if (temp_64 > 0xFFFFUL)
temp_64          3322 drivers/infiniband/hw/hfi1/mad.c 		p->port_rcv_errors = cpu_to_be16((u16)temp_64);
temp_64          3324 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.port_rcv_remote_physical_errors);
temp_64          3325 drivers/infiniband/hw/hfi1/mad.c 	if (temp_64 > 0xFFFFUL)
temp_64          3328 drivers/infiniband/hw/hfi1/mad.c 		p->port_rcv_remphys_errors = cpu_to_be16((u16)temp_64);
temp_64          3330 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.port_rcv_switch_relay_errors);
temp_64          3331 drivers/infiniband/hw/hfi1/mad.c 	p->port_rcv_switch_relay_errors = cpu_to_be16((u16)temp_64);
temp_64          3333 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.port_xmit_discards);
temp_64          3334 drivers/infiniband/hw/hfi1/mad.c 	if (temp_64 > 0xFFFFUL)
temp_64          3337 drivers/infiniband/hw/hfi1/mad.c 		p->port_xmit_discards = cpu_to_be16((u16)temp_64);
temp_64          3339 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.port_xmit_constraint_errors);
temp_64          3340 drivers/infiniband/hw/hfi1/mad.c 	if (temp_64 > 0xFFUL)
temp_64          3343 drivers/infiniband/hw/hfi1/mad.c 		p->port_xmit_constraint_errors = (u8)temp_64;
temp_64          3345 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.port_rcv_constraint_errors);
temp_64          3346 drivers/infiniband/hw/hfi1/mad.c 	if (temp_64 > 0xFFUL)
temp_64          3349 drivers/infiniband/hw/hfi1/mad.c 		p->port_rcv_constraint_errors = (u8)temp_64;
temp_64          3352 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.local_link_integrity_errors);
temp_64          3353 drivers/infiniband/hw/hfi1/mad.c 	if (temp_64 > 0xFUL)
temp_64          3354 drivers/infiniband/hw/hfi1/mad.c 		temp_64 = 0xFUL;
temp_64          3356 drivers/infiniband/hw/hfi1/mad.c 	temp_link_overrun_errors = temp_64 << 4;
temp_64          3358 drivers/infiniband/hw/hfi1/mad.c 	temp_64 = be64_to_cpu(rsp.excessive_buffer_overruns);
temp_64          3359 drivers/infiniband/hw/hfi1/mad.c 	if (temp_64 > 0xFUL)
temp_64          3360 drivers/infiniband/hw/hfi1/mad.c 		temp_64 = 0xFUL;
temp_64          3361 drivers/infiniband/hw/hfi1/mad.c 	temp_link_overrun_errors |= temp_64;
temp_64           342 drivers/usb/host/xhci-ring.c 	u64 temp_64;
temp_64           349 drivers/usb/host/xhci-ring.c 	temp_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring);
temp_64           350 drivers/usb/host/xhci-ring.c 	xhci_write_64(xhci, temp_64 | CMD_RING_ABORT,
temp_64          2786 drivers/usb/host/xhci-ring.c 	u64 temp_64;
temp_64          2789 drivers/usb/host/xhci-ring.c 	temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
temp_64          2800 drivers/usb/host/xhci-ring.c 		if ((temp_64 & (u64) ~ERST_PTR_MASK) ==
temp_64          2805 drivers/usb/host/xhci-ring.c 		temp_64 &= ERST_PTR_MASK;
temp_64          2806 drivers/usb/host/xhci-ring.c 		temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK);
temp_64          2810 drivers/usb/host/xhci-ring.c 	temp_64 |= ERST_EHB;
temp_64          2811 drivers/usb/host/xhci-ring.c 	xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue);
temp_64          2825 drivers/usb/host/xhci-ring.c 	u64 temp_64;
temp_64          2870 drivers/usb/host/xhci-ring.c 		temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
temp_64          2871 drivers/usb/host/xhci-ring.c 		xhci_write_64(xhci, temp_64 | ERST_EHB,
temp_64           637 drivers/usb/host/xhci.c 	u64 temp_64;
temp_64           655 drivers/usb/host/xhci.c 	temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
temp_64           656 drivers/usb/host/xhci.c 	temp_64 &= ~ERST_PTR_MASK;
temp_64           658 drivers/usb/host/xhci.c 			"ERST deq = 64'h%0lx", (long unsigned int) temp_64);
temp_64          4058 drivers/usb/host/xhci.c 	u64 temp_64;
temp_64          4193 drivers/usb/host/xhci.c 	temp_64 = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr);
temp_64          4195 drivers/usb/host/xhci.c 			"Op regs DCBAA ptr = %#016llx", temp_64);