Searched refs:uartio_index (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/char/mwave/ |
D | smapi.c | 219 unsigned short dspio_index = 0, uartio_index = 0; in smapi_set_DSP_cfg() local 257 uartio_index = i; in smapi_set_DSP_cfg() 302 if ((usSI >> 8) == uartio_index) { in smapi_set_DSP_cfg() 305 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 308 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 355 if ((usSI >> 8) == uartio_index) { in smapi_set_DSP_cfg() 358 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 361 …dress %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() 416 if ((usSI & 0xff) == uartio_index) { in smapi_set_DSP_cfg() 419 …ess %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI & 0xff], ausUartBases[uartio_index]); in smapi_set_DSP_cfg() [all …]
|