newValue          156 drivers/staging/rtl8712/rtl871x_mp.c 		u32 newValue = value;
newValue          160 drivers/staging/rtl8712/rtl871x_mp.c 		value = oldValue | (newValue << (shift * 8));
newValue          166 drivers/staging/rtl8712/rtl871x_mp.c 		value = oldValue | (newValue >> ((4 - shift) * 8));
newValue         2915 drivers/usb/gadget/function/f_fs.c 	u8 newValue;
newValue         2931 drivers/usb/gadget/function/f_fs.c 		newValue = func->interfaces_nums[idx];
newValue         2936 drivers/usb/gadget/function/f_fs.c 		newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id;
newValue         2954 drivers/usb/gadget/function/f_fs.c 			newValue = descs[descs[0] ? 0 : 1]->bEndpointAddress;
newValue         2959 drivers/usb/gadget/function/f_fs.c 	pr_vdebug("%02x -> %02x\n", *valuep, newValue);
newValue         2960 drivers/usb/gadget/function/f_fs.c 	*valuep = newValue;