Searched refs:cuda_state (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-cuda.c70 static enum cuda_state { enum
77 } cuda_state; variable in typeref:enum:cuda_state
151 cuda_state = idle;
400 if (cuda_state == idle)
413 /* assert cuda_state == idle */
425 cuda_state = sent_first_byte;
469 /* printk("cuda_interrupt: state=%d status=%x\n", cuda_state, status); */
470 switch (cuda_state) {
477 cuda_state = reading;
488 cuda_state
[all...]

Completed in 25 milliseconds