Searched refs:usBX (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/mwave/ |
D | smapi.c | 131 unsigned short usAX, usBX, usCX, usDX, usDI, usSI; in smapi_query_DSP_cfg() local 140 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_query_DSP_cfg() 148 pSettings->bDSPPresent = ((usBX & 0x0100) != 0); in smapi_query_DSP_cfg() 170 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_query_DSP_cfg() 208 unsigned short usAX, usBX, usCX, usDX, usDI, usSI; in smapi_set_DSP_cfg() local 275 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 278 if (usBX & 0x0100) { /* serial port A is present */ in smapi_set_DSP_cfg() 292 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 295 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 313 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() [all …]
|