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