Home
last modified time | relevance | path

Searched refs:ir_set (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dxhci-dbg.c174 struct xhci_intr_reg __iomem *ir_set = &xhci->run_regs->ir_set[set_num]; in xhci_print_ir_set() local
179 addr = &ir_set->irq_pending; in xhci_print_ir_set()
184 xhci_dbg(xhci, " %p: ir_set[%i]\n", ir_set, set_num); in xhci_print_ir_set()
189 addr = &ir_set->irq_control; in xhci_print_ir_set()
194 addr = &ir_set->erst_size; in xhci_print_ir_set()
199 addr = &ir_set->rsvd; in xhci_print_ir_set()
205 addr = &ir_set->erst_base; in xhci_print_ir_set()
210 addr = &ir_set->erst_dequeue; in xhci_print_ir_set()
Dxhci.c354 temp = xhci_readl(xhci, &xhci->ir_set->irq_pending); in xhci_event_ring_work()
361 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_event_ring_work()
471 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run()
476 temp = xhci_readl(xhci, &xhci->ir_set->irq_control); in xhci_run()
479 xhci_writel(xhci, temp, &xhci->ir_set->irq_control); in xhci_run()
488 temp = xhci_readl(xhci, &xhci->ir_set->irq_pending); in xhci_run()
490 xhci->ir_set, (unsigned int) ER_IRQ_ENABLE(temp)); in xhci_run()
492 &xhci->ir_set->irq_pending); in xhci_run()
559 temp = xhci_readl(xhci, &xhci->ir_set->irq_pending); in xhci_stop()
561 &xhci->ir_set->irq_pending); in xhci_stop()
[all …]
Dxhci-mem.c1482 if (xhci->ir_set) { in xhci_mem_cleanup()
1483 xhci_writel(xhci, 0, &xhci->ir_set->erst_size); in xhci_mem_cleanup()
1484 xhci_write_64(xhci, 0, &xhci->ir_set->erst_base); in xhci_mem_cleanup()
1485 xhci_write_64(xhci, 0, &xhci->ir_set->erst_dequeue); in xhci_mem_cleanup()
1714 temp = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_set_hc_event_deq()
1723 &xhci->ir_set->erst_dequeue); in xhci_set_hc_event_deq()
2014 xhci->ir_set = &xhci->run_regs->ir_set[0]; in xhci_mem_init()
2052 val = xhci_readl(xhci, &xhci->ir_set->erst_size); in xhci_mem_init()
2057 xhci_writel(xhci, val, &xhci->ir_set->erst_size); in xhci_mem_init()
2063 val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_mem_init()
[all …]
Dxhci-ring.c2283 irq_pending = xhci_readl(xhci, &xhci->ir_set->irq_pending); in xhci_irq()
2285 xhci_writel(xhci, irq_pending, &xhci->ir_set->irq_pending); in xhci_irq()
2294 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2296 &xhci->ir_set->erst_dequeue); in xhci_irq()
2308 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
2323 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_irq()
Dxhci.h437 struct xhci_intr_reg ir_set[128]; member
1206 struct xhci_intr_reg __iomem *ir_set; member