Home
last modified time | relevance | path

Searched refs:val_64 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c219 u64 val_64 = 0; in xhci_link_segments() local
225 val_64 = (uintptr_t)next->trbs; in xhci_link_segments()
226 prev->trbs[TRBS_PER_SEGMENT-1].link.segment_ptr = val_64; in xhci_link_segments()
506 uint64_t val_64; in xhci_mem_init() local
521 val_64 = (uintptr_t)ctrl->dcbaa; in xhci_mem_init()
523 xhci_writeq(&hcor->or_dcbaap, val_64); in xhci_mem_init()
530 val_64 = xhci_readq(&hcor->or_crcr); in xhci_mem_init()
531 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
534 xhci_writeq(&hcor->or_crcr, val_64); in xhci_mem_init()
583 val_64 = xhci_readq(&ctrl->ir_set->erst_base); in xhci_mem_init()
[all …]
H A Dxhci-ring.c276 u64 val_64 = (uintptr_t)ptr; in xhci_queue_command() local
280 fields[0] = lower_32_bits(val_64); in xhci_queue_command()
281 fields[1] = upper_32_bits(val_64); in xhci_queue_command()
620 u64 val_64 = (uintptr_t)buffer; in xhci_bulk_tx() local
641 (lower_32_bits(val_64) & (TRB_MAX_BUFF_SIZE - 1)); in xhci_bulk_tx()
688 addr = val_64; in xhci_bulk_tx()