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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.c325 if (mem->Common.Crystal == A2232_TURBO) rate = a2232_baud_table[i+2];
331 // This is useful for both (turbo or normal) Crystal versions.
746 mem->Common.Crystal = A2232_UNKNOWN; /* use automatic speed check */
755 if (mem->Common.Crystal)
758 printk((mem->Common.Crystal?"A2232 oscillator crystal detected by 65EC02 software: ":"65EC02 software could not determine A2232 oscillator crystal: "));
759 switch (mem->Common.Crystal){
770 printk ("0x%x. Huh?\n",mem->Common.Crystal);
H A Dser_a2232.h74 char Crystal; /* normal (1) or turbo (2) board? */ member in struct:a2232common

Completed in 30 milliseconds