Searched refs:uartio_index (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/mwave/ |
D | smapi.c | 218 unsigned short dspio_index = 0, uartio_index = 0; in smapi_set_DSP_cfg() local 256 uartio_index = i; in smapi_set_DSP_cfg() 301 if ((usSI >> 8) == uartio_index) { in smapi_set_DSP_cfg() 304 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 307 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 354 if ((usSI >> 8) == uartio_index) { in smapi_set_DSP_cfg() 357 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 360 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 415 if ((usSI & 0xff) == uartio_index) { in smapi_set_DSP_cfg() 418 …ess %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI & 0xff], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() [all …]
|