Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dh8.c127 static unsigned int h8_state = H8_IDLE;
171 case H8_IDLE: { /* H8_IDLE */ in h8_intr()
197 h8_state = H8_IDLE; in h8_intr()
229 h8_state = H8_IDLE; in h8_intr()
237 h8_state = H8_IDLE; in h8_intr()
251 h8_state = H8_IDLE; in h8_intr()
267 h8_state = H8_IDLE; in h8_intr()
482 if (h8_state != H8_IDLE) { in h8_start_new_cmd()
Dh8.h155 #define H8_IDLE 1 macro