Searched refs:usBX (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/char/mwave/ |
D | smapi.c | 130 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 276 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 279 if (usBX & 0x0100) { /* serial port A is present */ in smapi_set_DSP_cfg() 293 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 296 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() 314 &usAX, &usBX, &usCX, &usDX, &usDI, &usSI); in smapi_set_DSP_cfg() [all …]
|