Searched refs:usBX (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/char/mwave/ |
| H A D | smapi.c | 122 unsigned short usAX, usBX, usCX, usDX, usDI, usSI; in smapi_query_DSP_cfg() local 130 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_query_DSP_cfg() 136 pSettings->bDSPPresent = ((usBX & 0x0100) != 0); in smapi_query_DSP_cfg() 153 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_query_DSP_cfg() 181 unsigned short usAX, usBX, usCX, usDX, usDI, usSI; in smapi_set_DSP_cfg() local 249 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 252 if (usBX & 0x0100) { /* serial port A is present */ in smapi_set_DSP_cfg() 271 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 274 if (usBX & 0x0100) { /* serial port B is present */ in smapi_set_DSP_cfg() 293 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() [all …]
|