isp1362_delay 569 drivers/usb/host/isp1362.h #define isp1362_delay(h, d) (h)->board->delay(isp1362_hcd_to_hcd(h)->self.controller, d) isp1362_delay 571 drivers/usb/host/isp1362.h #define isp1362_delay(h, d) ndelay(d) isp1362_delay 573 drivers/usb/host/isp1362.h #define isp1362_delay(h, d) do {} while (0)