Lines Matching refs:uCount
477 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_ReadDStore() argument
486 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_ReadDStore()
496 while (uCount-- != 0) { in dsp3780I_ReadDStore()
505 uCount, val); in dsp3780I_ReadDStore()
518 void __user *pvBuffer, unsigned uCount, in dsp3780I_ReadAndClearDStore() argument
528 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_ReadAndClearDStore()
538 while (uCount-- != 0) { in dsp3780I_ReadAndClearDStore()
547 uCount, val); in dsp3780I_ReadAndClearDStore()
561 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_WriteDStore() argument
569 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_WriteDStore()
579 while (uCount-- != 0) { in dsp3780I_WriteDStore()
589 uCount, val); in dsp3780I_WriteDStore()
603 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_ReadIStore() argument
610 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_ReadIStore()
624 while (uCount-- != 0) { in dsp3780I_ReadIStore()
637 uCount, val_lo, val_hi); in dsp3780I_ReadIStore()
651 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_WriteIStore() argument
658 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_WriteIStore()
673 while (uCount-- != 0) { in dsp3780I_WriteIStore()
686 uCount, val_lo, val_hi); in dsp3780I_WriteIStore()