Home
last modified time | relevance | path

Searched refs:xhci_writel (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c175 xhci_writel(&hcor->or_usbcmd, temp); in xhci_start()
207 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
221 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
851 xhci_writel(addr, port_status | status); in xhci_clear_port_change_bit()
1036 xhci_writel(status_reg, reg); in xhci_submit_root()
1040 xhci_writel(status_reg, reg); in xhci_submit_root()
1044 xhci_writel(status_reg, reg); in xhci_submit_root()
1073 xhci_writel(status_reg, reg); in xhci_submit_root()
1209 xhci_writel(&hcor->or_config, val); in xhci_lowlevel_init()
1239 xhci_writel(&ctrl->ir_set->irq_control, 0x0); in xhci_lowlevel_init()
[all …]
H A Dxhci-mem.c580 xhci_writel(&ctrl->ir_set->erst_size, val); in xhci_mem_init()
601 xhci_writel(&hcor->or_dnctrl, 0x0); in xhci_mem_init()
H A Dxhci-ring.c296 xhci_writel(&ctrl->dba->doorbell[0], DB_VALUE_HOST); in xhci_queue_command()
377 xhci_writel(&ctrl->dba->doorbell[udev->slot_id], in giveback_first_trb()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1100 static inline void xhci_writel(uint32_t volatile *regs, const unsigned int val) in xhci_writel() function