Home
last modified time | relevance | path

Searched refs:xhci_intr_reg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h390 struct xhci_intr_reg { struct
442 struct xhci_intr_reg ir_set[128];
1228 struct xhci_intr_reg *ir_set;
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h487 struct xhci_intr_reg { struct
540 struct xhci_intr_reg ir_set[128];
1768 struct xhci_intr_reg __iomem *ir_set;
H A Dxhci.c271 struct xhci_intr_reg __iomem *ir; in xhci_zero_64b_regs()
5486 BUILD_BUG_ON(sizeof(struct xhci_intr_reg) != 8*32/8); in xhci_hcd_init()