Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2280.c211 if (dev->quirks & PLX_PCIE) { in net2280_enable()
316 if (dev->quirks & PLX_PCIE) in net2280_enable()
525 if (ep->dev->quirks & PLX_PCIE) in net2280_disable()
859 if (ep->dev->quirks & PLX_PCIE) in start_queue()
3145 if (!(dev->quirks & PLX_PCIE)) { in handle_stat0_irqs()
3485 if (dev->quirks & PLX_PCIE) { in handle_stat1_irqs()
3554 if (dev->quirks & PLX_PCIE) { in net2280_irq()
3599 if (dev->quirks & PLX_PCIE) in net2280_remove()
3683 if (dev->quirks & PLX_PCIE) { in net2280_probe()
3721 if (dev->quirks & PLX_PCIE) in net2280_probe()
[all …]
H A Dnet2280.h46 #define PLX_PCIE BIT(3) macro