rdsize           3517 arch/mips/include/asm/octeon/cvmx-npei-defs.h 		uint64_t rdsize:64;
rdsize           3519 arch/mips/include/asm/octeon/cvmx-npei-defs.h 		uint64_t rdsize:64;
rdsize             35 drivers/staging/gs_fpgaboot/gs_fpgaboot.c static void read_bitstream(u8 *bitdata, u8 *buf, int *offset, int rdsize)
rdsize             37 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	memcpy(buf, bitdata + *offset, rdsize);
rdsize             38 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	*offset += rdsize;