Searched refs:op_regs (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci.c | 119 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce() 123 cmd = readl(&xhci->op_regs->command); in xhci_quiesce() 125 writel(cmd, &xhci->op_regs->command); in xhci_quiesce() 143 ret = xhci_handshake(&xhci->op_regs->status, in xhci_halt() 164 temp = readl(&xhci->op_regs->command); in xhci_start() 168 writel(temp, &xhci->op_regs->command); in xhci_start() 174 ret = xhci_handshake(&xhci->op_regs->status, in xhci_start() 202 state = readl(&xhci->op_regs->status); in xhci_reset() 215 command = readl(&xhci->op_regs->command); in xhci_reset() 217 writel(command, &xhci->op_regs->command); in xhci_reset() [all …]
|
H A D | xhci-mem.c | 2163 xhci->hw_ports[i].addr = &xhci->op_regs->port_status_base + in xhci_setup_port_arrays() 2391 page_size = readl(&xhci->op_regs->page_size); in xhci_mem_init() 2413 val2 = readl(&xhci->op_regs->config_reg); in xhci_mem_init() 2417 writel(val, &xhci->op_regs->config_reg); in xhci_mem_init() 2431 xhci_write_64(xhci, dma, &xhci->op_regs->dcbaa_ptr); in xhci_mem_init() 2480 val_64 = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2486 xhci_write_64(xhci, val_64, &xhci->op_regs->cmd_ring); in xhci_mem_init() 2528 temp = readl(&xhci->op_regs->dev_notification); in xhci_mem_init() 2531 writel(temp, &xhci->op_regs->dev_notification); in xhci_mem_init()
|
H A D | xhci-hub.c | 1900 temp = readl(&xhci->op_regs->command); in xhci_bus_resume() 1902 writel(temp, &xhci->op_regs->command); in xhci_bus_resume() 1974 (void) readl(&xhci->op_regs->command); in xhci_bus_resume() 1978 temp = readl(&xhci->op_regs->command); in xhci_bus_resume() 1980 writel(temp, &xhci->op_regs->command); in xhci_bus_resume() 1981 temp = readl(&xhci->op_regs->command); in xhci_bus_resume()
|
H A D | xhci-ring.c | 457 xhci_write_64(xhci, crcr | CMD_RING_ABORT, &xhci->op_regs->cmd_ring); in xhci_abort_cmd_ring() 465 ret = xhci_handshake_check_state(xhci, &xhci->op_regs->cmd_ring, in xhci_abort_cmd_ring() 1698 usbsts = readl(&xhci->op_regs->status); in xhci_handle_command_timeout() 1721 hw_ring_state = xhci_read_64(xhci, &xhci->op_regs->cmd_ring); in xhci_handle_command_timeout() 2012 cmd_reg = readl(&xhci->op_regs->command); in handle_port_status() 3139 status = readl(&xhci->op_regs->status); in xhci_irq() 3167 writel(status, &xhci->op_regs->status); in xhci_irq()
|
H A D | xhci.h | 1499 struct xhci_op_regs __iomem *op_regs; member
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 181 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce() 185 cmd = readl(&pdev->op_regs->command); in cdnsp_quiesce() 187 writel(cmd, &pdev->op_regs->command); in cdnsp_quiesce() 206 ret = readl_poll_timeout_atomic(&pdev->op_regs->status, val, in cdnsp_halt() 238 temp = readl(&pdev->op_regs->command); in cdnsp_start() 240 writel(temp, &pdev->op_regs->command); in cdnsp_start() 248 ret = readl_poll_timeout_atomic(&pdev->op_regs->status, temp, in cdnsp_start() 272 temp = readl(&pdev->op_regs->status); in cdnsp_reset() 284 command = readl(&pdev->op_regs->command); in cdnsp_reset() 286 writel(command, &pdev->op_regs in cdnsp_reset() [all...] |
H A D | host.c | 38 value = readl(&xhci->op_regs->command); in xhci_cdns3_plat_start() 40 writel(value, &xhci->op_regs->command); in xhci_cdns3_plat_start()
|
H A D | cdnsp-mem.c | 1191 (&pdev->op_regs->port_reg_base + NUM_PORT_REGS * in cdnsp_setup_port_arrays() 1195 (&pdev->op_regs->port_reg_base + NUM_PORT_REGS * in cdnsp_setup_port_arrays() 1223 val = readl(&pdev->op_regs->config_reg); in cdnsp_mem_init() 1225 writel(val, &pdev->op_regs->config_reg); in cdnsp_mem_init() 1238 cdnsp_write_64(dma, &pdev->op_regs->dcbaa_ptr); in cdnsp_mem_init() 1266 val_64 = cdnsp_read_64(&pdev->op_regs->cmd_ring); in cdnsp_mem_init() 1270 cdnsp_write_64(val_64, &pdev->op_regs->cmd_ring); in cdnsp_mem_init()
|
H A D | cdnsp-ring.c | 825 cmd_regs = readl(&pdev->op_regs->command); in cdnsp_handle_port_status() 1575 status = readl(&pdev->op_regs->status); in cdnsp_irq_handler() 1585 writel(status | STS_EINT, &pdev->op_regs->status); in cdnsp_irq_handler()
|
H A D | cdnsp-gadget.h | 1402 struct cdnsp_op_regs __iomem *op_regs; member
|
/linux/drivers/usb/phy/ |
H A D | phy-mv-usb.h | 141 struct mv_otg_regs __iomem *op_regs; member
|
/linux/drivers/usb/gadget/udc/ |
H A D | mv_udc.h | 178 struct mv_op_regs __iomem *op_regs; member
|
H A D | mv_u3d.h | 249 struct mv_u3d_op_regs __iomem *op_regs; member
|