Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c174 xhci_writel(&hcor->or_usbcmd, temp); in xhci_start()
206 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
220 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
850 xhci_writel(addr, port_status | status); in xhci_clear_port_change_bit()
1035 xhci_writel(status_reg, reg); in xhci_submit_root()
1039 xhci_writel(status_reg, reg); in xhci_submit_root()
1043 xhci_writel(status_reg, reg); in xhci_submit_root()
1072 xhci_writel(status_reg, reg); in xhci_submit_root()
1207 xhci_writel(&hcor->or_config, val); in xhci_lowlevel_init()
1235 xhci_writel(&ctrl->ir_set->irq_control, 0x0); in xhci_lowlevel_init()
[all …]
H A Dxhci-mem.c579 xhci_writel(&ctrl->ir_set->erst_size, val); in xhci_mem_init()
600 xhci_writel(&hcor->or_dnctrl, 0x0); in xhci_mem_init()
H A Dxhci-ring.c295 xhci_writel(&ctrl->dba->doorbell[0], DB_VALUE_HOST); in xhci_queue_command()
376 xhci_writel(&ctrl->dba->doorbell[udev->slot_id], in giveback_first_trb()
H A Dxhci.h1099 static inline void xhci_writel(uint32_t volatile *regs, const unsigned int val) in xhci_writel() function