alloc_chars       591 drivers/misc/altera-stapl/altera-jtag.c 	u32 alloc_chars = 0;
alloc_chars       637 drivers/misc/altera-stapl/altera-jtag.c 			alloc_chars = (shift_count + 7) >> 3;
alloc_chars       639 drivers/misc/altera-stapl/altera-jtag.c 			js->ir_buffer = (u8 *)alt_malloc(alloc_chars);
alloc_chars       643 drivers/misc/altera-stapl/altera-jtag.c 				js->ir_length = alloc_chars * 8;
alloc_chars       690 drivers/misc/altera-stapl/altera-jtag.c 	u32 alloc_chars = 0;
alloc_chars       736 drivers/misc/altera-stapl/altera-jtag.c 			alloc_chars = (shift_count + 7) >> 3;
alloc_chars       738 drivers/misc/altera-stapl/altera-jtag.c 			js->ir_buffer = (u8 *)alt_malloc(alloc_chars);
alloc_chars       742 drivers/misc/altera-stapl/altera-jtag.c 				js->ir_length = alloc_chars * 8;
alloc_chars       794 drivers/misc/altera-stapl/altera-jtag.c 	u32 alloc_chars = 0;
alloc_chars       840 drivers/misc/altera-stapl/altera-jtag.c 			alloc_chars = (shift_count + 7) >> 3;
alloc_chars       842 drivers/misc/altera-stapl/altera-jtag.c 			js->dr_buffer = (u8 *)alt_malloc(alloc_chars);
alloc_chars       846 drivers/misc/altera-stapl/altera-jtag.c 				js->dr_length = alloc_chars * 8;
alloc_chars       885 drivers/misc/altera-stapl/altera-jtag.c 	u32 alloc_chars = 0;
alloc_chars       931 drivers/misc/altera-stapl/altera-jtag.c 			alloc_chars = (shift_count + 7) >> 3;
alloc_chars       933 drivers/misc/altera-stapl/altera-jtag.c 			js->dr_buffer = (u8 *)alt_malloc(alloc_chars);
alloc_chars       938 drivers/misc/altera-stapl/altera-jtag.c 				js->dr_length = alloc_chars * 8;