Searched refs:ccr2_enh (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xutl.c | 534 unsigned char bgr_std, bgr_enh, ccr2_std, ccr2_enh, ccr4_enh; in sab8253x_baud() local 539 ccr2_std = ccr2_enh = 0; in sab8253x_baud() 563 &bgr_enh, &ccr2_enh, &truebaud_enh); in sab8253x_baud() 565 printk("Enh gives bgr = 0x%x, ccr2=0x%x for speed %ld\n",bgr_enh,ccr2_enh,truebaud_enh); in sab8253x_baud() 621 *ccr2 = ccr2_enh; in sab8253x_baud()
|