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

/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c999 int i, j, max, ents, entnum; local
1013 entnum = HDA_PARAM_CONN_LIST_LENGTH_LONG_FORM(res) ? 2 : 4;
1023 for (i = 0; i < ents; i += entnum) {
1026 for (j = 0; j < entnum; j++) {
1027 cnid = CONN_CNID(res, entnum, j);
1032 "entnum=%d j=%d index=%d "
1034 nid, entnum, j, i,
1045 "entnum=%d index=%d res=0x%08x\n",
1046 nid, j, entnum, i, res);
1049 if (CONN_RANGE(res, entnum,
[all...]

Completed in 203 milliseconds