Searched refs:uartio_index (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/char/mwave/ |
D | smapi.c | 217 unsigned short dspio_index = 0, uartio_index = 0; in smapi_set_DSP_cfg() local 255 uartio_index = i; in smapi_set_DSP_cfg() 300 if ((usSI >> 8) == uartio_index) { in smapi_set_DSP_cfg() 303 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 306 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 353 if ((usSI >> 8) == uartio_index) { in smapi_set_DSP_cfg() 356 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 359 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 414 if ((usSI & 0xff) == uartio_index) { in smapi_set_DSP_cfg() 417 …ess %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI & 0xff], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() [all …]
|