Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
860 xhci_writel(addr, port_status | status); in xhci_clear_port_change_bit()
1045 xhci_writel(status_reg, reg); in xhci_submit_root()
1049 xhci_writel(status_reg, reg); in xhci_submit_root()
1053 xhci_writel(status_reg, reg); in xhci_submit_root()
1082 xhci_writel(status_reg, reg); in xhci_submit_root()
1218 xhci_writel(&hcor->or_config, val); in xhci_lowlevel_init()
1248 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()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1100 static inline void xhci_writel(uint32_t volatile *regs, const unsigned int val) in xhci_writel() function