Home
last modified time | relevance | path

Searched refs:xhci_writeq (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-mem.c523 xhci_writeq(&hcor->or_dcbaap, val_64); in xhci_mem_init()
534 xhci_writeq(&hcor->or_crcr, val_64); in xhci_mem_init()
562 xhci_writeq(&entry->seg_addr, trb_64); in xhci_mem_init()
573 xhci_writeq(&ctrl->ir_set->erst_dequeue, in xhci_mem_init()
587 xhci_writeq(&ctrl->ir_set->erst_base, val_64); in xhci_mem_init()
Dxhci-ring.c399 xhci_writeq(&ctrl->ir_set->erst_dequeue, in xhci_acknowledge_event()
/external/u-boot/include/usb/
Dxhci.h1124 static inline void xhci_writeq(__le64 volatile *regs, const u64 val) in xhci_writeq() function