CHUNK_SIZE         46 arch/mips/dec/prom/memory.c 	for (memory_page = (unsigned char *)CKSEG1 + CHUNK_SIZE;
CHUNK_SIZE         48 arch/mips/dec/prom/memory.c 	     memory_page += CHUNK_SIZE) {
CHUNK_SIZE         53 arch/mips/dec/prom/memory.c 	add_memory_region(0, (unsigned long)memory_page - CKSEG1 - CHUNK_SIZE,
CHUNK_SIZE        556 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 		CHUNK_SIZE, rq_regs->rq_regs_l.chunk_size,
CHUNK_SIZE       1027 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 		CHUNK_SIZE, &rq_regs->rq_regs_l.chunk_size,
CHUNK_SIZE        321 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	HUBP_SF(HUBP0_DCHUBP_REQ_SIZE_CONFIG, CHUNK_SIZE, mask_sh),\
CHUNK_SIZE        511 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h 	type CHUNK_SIZE;\
CHUNK_SIZE        572 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c 		CHUNK_SIZE, reg_vals->pps.slice_chunk_size);
CHUNK_SIZE        144 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	DSC_SF(DSCC0_DSCC_PPS_CONFIG1, CHUNK_SIZE, mask_sh), \
CHUNK_SIZE        319 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.h 	type CHUNK_SIZE; \
CHUNK_SIZE        204 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 		CHUNK_SIZE, rq_regs->rq_regs_l.chunk_size,
CHUNK_SIZE       1225 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 		CHUNK_SIZE, &rq_regs->rq_regs_l.chunk_size,
CHUNK_SIZE        130 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c 		CHUNK_SIZE, rq_regs->rq_regs_l.chunk_size,
CHUNK_SIZE        286 drivers/media/dvb-frontends/drxd_hard.c 	u8 mm[CHUNK_SIZE + 4] = { reg & 0xff, (reg >> 16) & 0xff,
CHUNK_SIZE        304 drivers/media/dvb-frontends/drxd_hard.c 		u16 Chunk = BlockSize > CHUNK_SIZE ? CHUNK_SIZE : BlockSize;
CHUNK_SIZE       1921 drivers/media/pci/intel/ipu3/ipu3-cio2.c 	while (CHUNK_SIZE(&arr[0]) && CHUNK_SIZE(&arr[1])) {
CHUNK_SIZE       1928 drivers/media/pci/intel/ipu3/ipu3-cio2.c 		size0 = min(CHUNK_SIZE(&arr[0]), CHUNK_SIZE(&arr[1]));
CHUNK_SIZE       1940 drivers/media/pci/intel/ipu3/ipu3-cio2.c 		if (CHUNK_SIZE(&arr[0]) > CHUNK_SIZE(&arr[1])) {
CHUNK_SIZE        517 drivers/media/usb/s2255/s2255drv.c 		len = (data->fw_loaded + CHUNK_SIZE) > data->fw_size ?
CHUNK_SIZE        518 drivers/media/usb/s2255/s2255drv.c 		    data->fw_size % CHUNK_SIZE : CHUNK_SIZE;
CHUNK_SIZE        520 drivers/media/usb/s2255/s2255drv.c 		if (len < CHUNK_SIZE)
CHUNK_SIZE        521 drivers/media/usb/s2255/s2255drv.c 			memset(data->pfw_data, 0, CHUNK_SIZE);
CHUNK_SIZE        527 drivers/media/usb/s2255/s2255drv.c 				  data->pfw_data, CHUNK_SIZE,
CHUNK_SIZE       2190 drivers/media/usb/s2255/s2255drv.c 	       dev->fw_data->fw->data, CHUNK_SIZE);
CHUNK_SIZE       2191 drivers/media/usb/s2255/s2255drv.c 	dev->fw_data->fw_loaded = CHUNK_SIZE;
CHUNK_SIZE       2195 drivers/media/usb/s2255/s2255drv.c 			  CHUNK_SIZE, s2255_fwchunk_complete,
CHUNK_SIZE       2274 drivers/media/usb/s2255/s2255drv.c 	dev->fw_data->pfw_data = kzalloc(CHUNK_SIZE, GFP_KERNEL);
CHUNK_SIZE        319 drivers/net/wireless/ti/wl1251/boot.c 		CHUNK_SIZE);
CHUNK_SIZE        326 drivers/net/wireless/ti/wl1251/boot.c 	buf = kmalloc(CHUNK_SIZE, GFP_KERNEL);
CHUNK_SIZE        341 drivers/net/wireless/ti/wl1251/boot.c 	while (chunk_num < fw_data_len / CHUNK_SIZE) {
CHUNK_SIZE        344 drivers/net/wireless/ti/wl1251/boot.c 			(chunk_num + 2) * CHUNK_SIZE;
CHUNK_SIZE        347 drivers/net/wireless/ti/wl1251/boot.c 				chunk_num * CHUNK_SIZE;
CHUNK_SIZE        348 drivers/net/wireless/ti/wl1251/boot.c 			partition_limit = chunk_num * CHUNK_SIZE +
CHUNK_SIZE        358 drivers/net/wireless/ti/wl1251/boot.c 		addr = WL1251_PART_DOWN_MEM_START + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        359 drivers/net/wireless/ti/wl1251/boot.c 		p = wl->fw + FW_HDR_SIZE + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        364 drivers/net/wireless/ti/wl1251/boot.c 		len = CHUNK_SIZE;
CHUNK_SIZE        372 drivers/net/wireless/ti/wl1251/boot.c 	addr = WL1251_PART_DOWN_MEM_START + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        373 drivers/net/wireless/ti/wl1251/boot.c 	p = wl->fw + FW_HDR_SIZE + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        376 drivers/net/wireless/ti/wl1251/boot.c 	len = fw_data_len % CHUNK_SIZE;
CHUNK_SIZE        173 drivers/net/wireless/ti/wlcore/boot.c 		     fw_data_len, CHUNK_SIZE);
CHUNK_SIZE        180 drivers/net/wireless/ti/wlcore/boot.c 	chunk = kmalloc(CHUNK_SIZE, GFP_KERNEL);
CHUNK_SIZE        196 drivers/net/wireless/ti/wlcore/boot.c 	while (chunk_num < fw_data_len / CHUNK_SIZE) {
CHUNK_SIZE        198 drivers/net/wireless/ti/wlcore/boot.c 		addr = dest + (chunk_num + 2) * CHUNK_SIZE;
CHUNK_SIZE        200 drivers/net/wireless/ti/wlcore/boot.c 			addr = dest + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        201 drivers/net/wireless/ti/wlcore/boot.c 			partition_limit = chunk_num * CHUNK_SIZE +
CHUNK_SIZE        210 drivers/net/wireless/ti/wlcore/boot.c 		addr = dest + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        211 drivers/net/wireless/ti/wlcore/boot.c 		p = buf + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        212 drivers/net/wireless/ti/wlcore/boot.c 		memcpy(chunk, p, CHUNK_SIZE);
CHUNK_SIZE        215 drivers/net/wireless/ti/wlcore/boot.c 		ret = wlcore_write(wl, addr, chunk, CHUNK_SIZE, false);
CHUNK_SIZE        223 drivers/net/wireless/ti/wlcore/boot.c 	addr = dest + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        224 drivers/net/wireless/ti/wlcore/boot.c 	p = buf + chunk_num * CHUNK_SIZE;
CHUNK_SIZE        225 drivers/net/wireless/ti/wlcore/boot.c 	memcpy(chunk, p, fw_data_len % CHUNK_SIZE);
CHUNK_SIZE        227 drivers/net/wireless/ti/wlcore/boot.c 		     fw_data_len % CHUNK_SIZE, p, addr);
CHUNK_SIZE        228 drivers/net/wireless/ti/wlcore/boot.c 	ret = wlcore_write(wl, addr, chunk, fw_data_len % CHUNK_SIZE, false);
CHUNK_SIZE        430 drivers/spi/spi-npcm-fiu.c 	num_data_chunks  = op->data.nbytes / CHUNK_SIZE;
CHUNK_SIZE        431 drivers/spi/spi-npcm-fiu.c 	remain_data  = op->data.nbytes % CHUNK_SIZE;
CHUNK_SIZE        447 drivers/spi/spi-npcm-fiu.c 					 &data[1], CHUNK_SIZE - 1);
CHUNK_SIZE        451 drivers/spi/spi-npcm-fiu.c 		data += CHUNK_SIZE;
CHUNK_SIZE         65 drivers/usb/mon/mon_bin.c #define CHUNK_ALIGN(x)   (((x)+CHUNK_SIZE-1) & ~(CHUNK_SIZE-1))
CHUNK_SIZE        207 drivers/usb/mon/mon_bin.c 	    (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE);
CHUNK_SIZE        241 drivers/usb/mon/mon_bin.c 		in_page = CHUNK_SIZE - (off & (CHUNK_SIZE-1));
CHUNK_SIZE        248 drivers/usb/mon/mon_bin.c 		buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
CHUNK_SIZE        273 drivers/usb/mon/mon_bin.c 		in_page = CHUNK_SIZE - (off & (CHUNK_SIZE-1));
CHUNK_SIZE        280 drivers/usb/mon/mon_bin.c 		buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
CHUNK_SIZE        474 drivers/usb/mon/mon_bin.c 		    (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE);
CHUNK_SIZE        702 drivers/usb/mon/mon_bin.c 	size = sizeof(struct mon_pgmap) * (rp->b_size/CHUNK_SIZE);
CHUNK_SIZE        708 drivers/usb/mon/mon_bin.c 	if ((rc = mon_alloc_buff(rp->b_vec, rp->b_size/CHUNK_SIZE)) < 0)
CHUNK_SIZE        792 drivers/usb/mon/mon_bin.c 	mon_free_buff(rp->b_vec, rp->b_size/CHUNK_SIZE);
CHUNK_SIZE       1027 drivers/usb/mon/mon_bin.c 		vec = kcalloc(size / CHUNK_SIZE, sizeof(struct mon_pgmap),
CHUNK_SIZE       1034 drivers/usb/mon/mon_bin.c 		ret = mon_alloc_buff(vec, size/CHUNK_SIZE);
CHUNK_SIZE       1043 drivers/usb/mon/mon_bin.c 			mon_free_buff(vec, size/CHUNK_SIZE);
CHUNK_SIZE       1047 drivers/usb/mon/mon_bin.c 			mon_free_buff(rp->b_vec, rp->b_size/CHUNK_SIZE);
CHUNK_SIZE       1254 drivers/usb/mon/mon_bin.c 	chunk_idx = offset / CHUNK_SIZE;
CHUNK_SIZE        672 fs/reiserfs/journal.c 	struct buffer_head *bh[CHUNK_SIZE];
CHUNK_SIZE        698 fs/reiserfs/journal.c 	BUG_ON(chunk->nr >= CHUNK_SIZE);
CHUNK_SIZE        700 fs/reiserfs/journal.c 	if (chunk->nr >= CHUNK_SIZE) {
CHUNK_SIZE         61 mm/z3fold.c    #define ZHDR_SIZE_ALIGNED round_up(sizeof(struct z3fold_header), CHUNK_SIZE)
CHUNK_SIZE        188 mm/z3fold.c    	return (size + CHUNK_SIZE - 1) >> CHUNK_SHIFT;
CHUNK_SIZE        879 mm/z3fold.c    	if (size > PAGE_SIZE - ZHDR_SIZE_ALIGNED - CHUNK_SIZE)
CHUNK_SIZE         73 mm/zbud.c      #define ZHDR_SIZE_ALIGNED CHUNK_SIZE
CHUNK_SIZE        232 mm/zbud.c      	return (size + CHUNK_SIZE - 1) >> CHUNK_SHIFT;
CHUNK_SIZE        364 mm/zbud.c      	if (size > PAGE_SIZE - ZHDR_SIZE_ALIGNED - CHUNK_SIZE)
CHUNK_SIZE         23 tools/perf/util/zlib.c 	unsigned char buf[CHUNK_SIZE];
CHUNK_SIZE         51 tools/perf/util/zlib.c 		zs.avail_out = CHUNK_SIZE;
CHUNK_SIZE         65 tools/perf/util/zlib.c 		len = CHUNK_SIZE - zs.avail_out;