Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/
Dataflop.c401 static inline void stop_timeout(void) in stop_timeout() function
794 stop_timeout(); in fd_calibrate_done()
842 stop_timeout(); in fd_seek_done()
1043 stop_timeout(); in fd_rwsec_done1()
1220 stop_timeout(); in fd_writetrack_done()
1291 stop_timeout(); in finish_fdc_done()
/linux-3.4.99/drivers/net/ethernet/ibm/emac/
Dcore.h271 int stop_timeout; /* in us */ member
Dcore.c242 int n = dev->stop_timeout; in emac_tx_disable()
267 int n = dev->stop_timeout; in emac_rx_enable()
291 int n = dev->stop_timeout; in emac_rx_disable()
574 dev->stop_timeout = STOP_TIMEOUT_10; in emac_configure()
598 dev->stop_timeout = STOP_TIMEOUT_1000_JUMBO; in emac_configure()
600 dev->stop_timeout = STOP_TIMEOUT_1000; in emac_configure()
604 dev->stop_timeout = STOP_TIMEOUT_100; in emac_configure()
2836 dev->stop_timeout = STOP_TIMEOUT_100; in emac_probe()