Home
last modified time | relevance | path

Searched refs:starting_node (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c706 int starting_node, num_nodes, nid; in hdaudio_codec_attach() local
727 starting_node = (snc >> 16) & 0xff; in hdaudio_codec_attach()
743 for (nid = starting_node; nid < starting_node + num_nodes; nid++) { in hdaudio_codec_attach()
744 fg = &co->co_fg[nid - starting_node]; in hdaudio_codec_attach()