freebytes          72 drivers/mtd/parsers/sharpslpart.c 	u8 freebytes = 0;
freebytes          89 drivers/mtd/parsers/sharpslpart.c 			freebytes |= BIT(i - 8);
freebytes          91 drivers/mtd/parsers/sharpslpart.c 		if (freebytes == 0xff)
freebytes          37 drivers/staging/isdn/gigaset/isocdata.c 	int read, write, freebytes;
freebytes          41 drivers/staging/isdn/gigaset/isocdata.c 	freebytes = read - write;
freebytes          42 drivers/staging/isdn/gigaset/isocdata.c 	if (freebytes > 0) {
freebytes          44 drivers/staging/isdn/gigaset/isocdata.c 		return freebytes - BAS_OUTBUFPAD;
freebytes          50 drivers/staging/isdn/gigaset/isocdata.c 		return freebytes + BAS_OUTBUFSIZE - BAS_OUTBUFPAD;