Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h454 struct xhci_doorbell_array { struct
1220 struct xhci_doorbell_array *dba;
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c539 ctrl->dba = (struct xhci_doorbell_array *)((char *)hccr + val); in xhci_mem_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h552 struct xhci_doorbell_array { struct
1766 struct xhci_doorbell_array __iomem *dba;
H A Dxhci.c5476 BUILD_BUG_ON(sizeof(struct xhci_doorbell_array) != 256*32/8); in xhci_hcd_init()