Searched refs:isp (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/usb/isp1760/
H A Disp1760-if.c28 struct isp1760_device *isp = dev_get_plat(dev); local
71 isp->devflags = devflags;
72 isp->dev = dev;
79 struct isp1760_device *isp = dev_get_plat(dev); local
89 ret = isp1760_register(isp, &mem_res, irq_res.start, irq_res.flags);
100 struct isp1760_device *isp = dev_get_plat(dev); local
103 isp1760_unregister(isp);
H A Disp1760-core.c30 static int isp1760_init_core(struct isp1760_device *isp) argument
32 struct isp1760_hcd *hcd = &isp->hcd;
42 if ((isp->devflags & ISP1760_FLAG_ANALOG_OC) && hcd->is_isp1763)
45 if (isp->devflags & ISP1760_FLAG_BUS_WIDTH_16)
47 if (isp->devflags & ISP1760_FLAG_BUS_WIDTH_8)
49 if (isp->devflags & ISP1760_FLAG_ANALOG_OC)
51 if (isp->devflags & ISP1760_FLAG_DACK_POL_HIGH)
53 if (isp->devflags & ISP1760_FLAG_DREQ_POL_HIGH)
55 if (isp->devflags & ISP1760_FLAG_INTR_POL_HIGH)
57 if (isp
99 isp1760_set_pullup(struct isp1760_device *isp, bool enable) argument
306 isp1760_register(struct isp1760_device *isp, struct resource *mem, int irq, unsigned long irqflags) argument
377 isp1760_unregister(struct isp1760_device *isp) argument
[all...]
H A Disp1760-core.h52 int isp1760_register(struct isp1760_device *isp, struct resource *mem, int irq,
54 void isp1760_unregister(struct isp1760_device *isp);
56 void isp1760_set_pullup(struct isp1760_device *isp, bool enable);

Completed in 42 milliseconds