Searched refs:val_64 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-mem.c | 219 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 D | xhci-ring.c | 276 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() 578 u64 val_64 = (uintptr_t)buffer; in xhci_bulk_tx() local 599 (lower_32_bits(val_64) & (TRB_MAX_BUFF_SIZE - 1)); in xhci_bulk_tx() 646 addr = val_64; in xhci_bulk_tx()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mem.c | 2502 u64 val_64; in xhci_mem_init() local 2606 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2607 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init() 2611 "// Setting command ring address to 0x%016llx", val_64); in xhci_mem_init() 2612 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2664 val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_mem_init() 2665 val_64 &= ERST_PTR_MASK; in xhci_mem_init() 2666 val_64 |= (xhci->erst.erst_dma_addr & (u64) ~ERST_PTR_MASK); in xhci_mem_init() 2667 xhci_write_64(xhci, val_64, &xhci->ir_set->erst_base); in xhci_mem_init()
|
| H A D | xhci.c | 842 u64 val_64; in xhci_set_cmd_ring_deq() local 845 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq() 846 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq() 853 (long unsigned long) val_64); in xhci_set_cmd_ring_deq() 854 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_set_cmd_ring_deq()
|