• Clemens Ladisch's avatar
    firewire: ohci: speed up PHY register accesses · 153e3979
    Clemens Ladisch authored
    Most PHY chips, when idle, can complete a register access in the time
    needed for two or three PCI read transactions; bigger delays occur only
    when data is currently being moved over the link/PHY interface.  So if
    we busy-wait a few times when waiting for the register access to finish,
    it is likely that we can finish without having to sleep.
    Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
    153e3979
ohci.c 75.2 KB