Lines Matching defs:cso
856 "update_ptr: cso=%4.4x cspf=%d.\n",
1238 0, /* cso */
1254 0, /* cso */
1341 0, /* cso */
1363 unsigned int cso;
1371 cso = inw(ALI_REG(codec, ALI_CSO_ALPHA_FMS + 2));
1373 dev_dbg(codec->card->dev, "playback pointer returned cso=%xh.\n", cso);
1375 cso %= runtime->buffer_size;
1376 return cso;
1385 unsigned int cso;
1393 cso = inw(ALI_REG(codec, ALI_CSO_ALPHA_FMS + 2));
1396 cso %= runtime->buffer_size;
1397 return cso;