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

/freebsd-11-stable/sys/dev/sound/pci/
H A Dcsapcm.c224 u_long dwFrameGroupLength, dwCnt; local
300 dwFrameGroupLength = 1;
306 dwFrameGroupLength *= 2;
312 dwFrameGroupLength *= 3;
319 dwFrameGroupLength *= 5;
326 csa_writemem(resp, BA1_CFG1, dwFrameGroupLength);
327 csa_writemem(resp, BA1_CFG2, (0x00800000 | dwFrameGroupLength));

Completed in 76 milliseconds