Lines Matching refs:uartio_index
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()
420 …ess %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI & 0xff], ausUartBases[uartio_index]); in smapi_set_DSP_cfg()
465 usSI = (usSI & 0x00ff) | (uartio_index << 8); in smapi_set_DSP_cfg()