Lines Matching refs:uCount
476 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_ReadDStore() argument
485 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_ReadDStore()
495 while (uCount-- != 0) { in dsp3780I_ReadDStore()
504 uCount, val); in dsp3780I_ReadDStore()
517 void __user *pvBuffer, unsigned uCount, in dsp3780I_ReadAndClearDStore() argument
527 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_ReadAndClearDStore()
537 while (uCount-- != 0) { in dsp3780I_ReadAndClearDStore()
546 uCount, val); in dsp3780I_ReadAndClearDStore()
560 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_WriteDStore() argument
568 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_WriteDStore()
578 while (uCount-- != 0) { in dsp3780I_WriteDStore()
588 uCount, val); in dsp3780I_WriteDStore()
602 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_ReadIStore() argument
609 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_ReadIStore()
623 while (uCount-- != 0) { in dsp3780I_ReadIStore()
636 uCount, val_lo, val_hi); in dsp3780I_ReadIStore()
650 unsigned uCount, unsigned long ulDSPAddr) in dsp3780I_WriteIStore() argument
657 usDspBaseIO, pusBuffer, uCount, ulDSPAddr); in dsp3780I_WriteIStore()
672 while (uCount-- != 0) { in dsp3780I_WriteIStore()
685 uCount, val_lo, val_hi); in dsp3780I_WriteIStore()