Home
last modified time | relevance | path

Searched refs:xhci_res (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c74 cdns->xhci_res[0].start = ret; in cdns3_plat_probe()
75 cdns->xhci_res[0].end = ret; in cdns3_plat_probe()
76 cdns->xhci_res[0].flags = IORESOURCE_IRQ | irq_get_trigger_type(ret); in cdns3_plat_probe()
77 cdns->xhci_res[0].name = "host"; in cdns3_plat_probe()
85 cdns->xhci_res[1] = *res; in cdns3_plat_probe()
H A Dcore.h87 struct resource xhci_res[CDNS_XHCI_RESOURCES_NUM]; member