Lines Matching defs:ausUartBases
134 static const unsigned short ausUartBases[] = {
180 if (((usSI & 0xFF00) >> 8) < ARRAY_SIZE(ausUartBases)) {
181 pSettings->usUartBaseIO = ausUartBases[(usSI & 0xFF00) >> 8];
212 static const unsigned short ausUartBases[] = {
249 for (i = 0; i < ARRAY_SIZE(ausUartBases); i++) {
250 if (mwave_uart_io == ausUartBases[i])
253 if (i == ARRAY_SIZE(ausUartBases)) {
305 "smapi::smapi_set_DSP_cfg: Serial port A base I/O address %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]);
308 "smapi::smapi_set_DSP_cfg: Serial port A base I/O address %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]);
358 "smapi::smapi_set_DSP_cfg: Serial port B base I/O address %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]);
361 "smapi::smapi_set_DSP_cfg: Serial port B base I/O address %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI >> 8], ausUartBases[uartio_index]);
419 "smapi::smapi_set_DSP_cfg: IR port base I/O address %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI & 0xff], ausUartBases[uartio_index]);
422 "smapi::smapi_set_DSP_cfg: IR port base I/O address %x conflicts with mwave uart I/O %x\n", ausUartBases[usSI & 0xff], ausUartBases[uartio_index]);