Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h453 struct xhci_doorbell_array { struct
1219 struct xhci_doorbell_array *dba;
H A Dxhci-mem.c538 ctrl->dba = (struct xhci_doorbell_array *)((char *)hccr + val); in xhci_mem_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h299 struct xhci_doorbell_array { struct
1520 struct xhci_doorbell_array __iomem *dba;
H A Dxhci.c5433 BUILD_BUG_ON(sizeof(struct xhci_doorbell_array) != 256*32/8); in xhci_hcd_init()