Lines Matching refs:pools
1038 unsigned long pools; in zatm_int() local
1041 pools = zin(RQA); in zatm_int()
1042 EVENT("RQA (0x%08x)\n",pools,0); in zatm_int()
1043 for (i = 0; pools; i++) { in zatm_int()
1044 if (pools & 1) { in zatm_int()
1048 pools >>= 1; in zatm_int()
1052 unsigned long pools; in zatm_int() local
1054 pools = zin(RQU); in zatm_int()
1056 dev->number,pools); in zatm_int()
1058 for (i = 0; pools; i++) { in zatm_int()
1059 if (pools & 1) { in zatm_int()
1063 pools >>= 1; in zatm_int()
1268 int pools,vccs,rx; in zatm_start() local
1282 pools = NR_POOLS; in zatm_start()
1283 if (NR_SHAPERS*SHAPER_SIZE > pools*POOL_SIZE) in zatm_start()
1284 pools = NR_SHAPERS*SHAPER_SIZE/POOL_SIZE; in zatm_start()
1285 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/ in zatm_start()
1297 curr += pools*POOL_SIZE/4; in zatm_start()
1304 "%ld VCs\n",dev->number,NR_SHAPERS,pools,rx, in zatm_start()