Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/3com/
Dtyphoon.c434 typhoon_wait_status(void __iomem *ioaddr, u32 wait_value) in typhoon_wait_status() function
1372 if(typhoon_wait_status(ioaddr, TYPHOON_STATUS_WAITING_FOR_HOST) < 0) { in typhoon_download_firmware()
1452 if(typhoon_wait_status(ioaddr, TYPHOON_STATUS_WAITING_FOR_BOOT) < 0) { in typhoon_download_firmware()
1475 if(typhoon_wait_status(ioaddr, initial_status) < 0) { in typhoon_boot_3XP()
1486 if(typhoon_wait_status(ioaddr, TYPHOON_STATUS_RUNNING) < 0) { in typhoon_boot_3XP()
1828 if(typhoon_wait_status(ioaddr, TYPHOON_STATUS_SLEEPING) < 0) in typhoon_sleep()
1855 if(typhoon_wait_status(ioaddr, TYPHOON_STATUS_WAITING_FOR_HOST) < 0 || in typhoon_wakeup()
1998 if(typhoon_wait_status(ioaddr, TYPHOON_STATUS_HALTED) < 0) in typhoon_stop_runtime()