Searched refs:entnum (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/sound/pci/hda/
H A Dhdaa.c1384 int i, j, max, ents, entnum; local
1398 entnum = HDA_PARAM_CONN_LIST_LENGTH_LONG_FORM(res) ? 2 : 4;
1408 for (i = 0; i < ents; i += entnum) {
1411 for (j = 0; j < entnum; j++) {
1412 cnid = CONN_CNID(res, entnum, j);
1417 "entnum=%d j=%d index=%d "
1419 nid, entnum, j, i,
1430 "entnum=%d index=%d res=0x%08x\n",
1431 nid, j, entnum, i, res);
1434 if (CONN_RANGE(res, entnum,
[all...]

Completed in 55 milliseconds