Lines Matching refs:pools
1034 unsigned long pools; in zatm_int() local
1037 pools = zin(RQA); in zatm_int()
1038 EVENT("RQA (0x%08x)\n",pools,0); in zatm_int()
1039 for (i = 0; pools; i++) { in zatm_int()
1040 if (pools & 1) { in zatm_int()
1044 pools >>= 1; in zatm_int()
1048 unsigned long pools; in zatm_int() local
1050 pools = zin(RQU); in zatm_int()
1052 dev->number,pools); in zatm_int()
1054 for (i = 0; pools; i++) { in zatm_int()
1055 if (pools & 1) { in zatm_int()
1059 pools >>= 1; in zatm_int()
1264 int pools,vccs,rx; in zatm_start() local
1278 pools = NR_POOLS; in zatm_start()
1279 if (NR_SHAPERS*SHAPER_SIZE > pools*POOL_SIZE) in zatm_start()
1280 pools = NR_SHAPERS*SHAPER_SIZE/POOL_SIZE; in zatm_start()
1281 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/ in zatm_start()
1293 curr += pools*POOL_SIZE/4; in zatm_start()
1300 "%ld VCs\n",dev->number,NR_SHAPERS,pools,rx, in zatm_start()