Searched refs:xhci_writel (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci.c | 174 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 …]
|
D | xhci-mem.c | 576 xhci_writel(&ctrl->ir_set->erst_size, val); in xhci_mem_init() 597 xhci_writel(&hcor->or_dnctrl, 0x0); in xhci_mem_init()
|
D | xhci-ring.c | 295 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()
|
D | xhci.h | 1099 static inline void xhci_writel(uint32_t volatile *regs, const unsigned int val) in xhci_writel() function
|