Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dusb_ether.c255 int i, old_async; in usb_host_eth_scan() local
260 old_async = usb_disable_asynch(1); /* asynch transfer not allowed */ in usb_host_eth_scan()
327 usb_disable_asynch(old_async); /* restore asynch value */ in usb_host_eth_scan()