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

/freebsd-13-stable/sys/dev/sound/pci/
H A Dcsapcm.c226 u_long dwFrameGroupLength, dwCnt; local
302 dwFrameGroupLength = 1;
308 dwFrameGroupLength *= 2;
314 dwFrameGroupLength *= 3;
321 dwFrameGroupLength *= 5;
328 csa_writemem(resp, BA1_CFG1, dwFrameGroupLength);
329 csa_writemem(resp, BA1_CFG2, (0x00800000 | dwFrameGroupLength));

Completed in 106 milliseconds