Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c54 int timer2_running(void) in timer2_running() function
187 int timer2_running(void) in timer2_running() function
H A Dtimer.c26 while(timer2_running()) { in waiton_timer2()
H A Dtimer.h53 extern inline int timer2_running(void);
H A Drtl8139.c322 timer2_running()) in rtl_reset()
523 while ((inb(nic->ioaddr + ChipCmd) & CmdReset) != 0 && timer2_running()) in rtl_disable()
H A Deepro100.c434 while (!txfd.status && timer2_running()) in eepro100_transmit()
725 while (!txfd.status && timer2_running()) in eepro100_probe()
H A Depic100.c347 while ((le32_to_cpu(tx_ring[entry].status) & (TRING_OWN)) && timer2_running()) in epic100_transmit()
H A D3c90x.c531 timer2_running()) in a3c90x_transmit()
H A Dw89c840.c553 while ( (transmit_status & DescOwn) && timer2_running()) { in w89c840_transmit()