Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_mp.c156 u32 newValue = value; in r8712_bb_reg_write() local
160 value = oldValue | (newValue << (shift * 8)); in r8712_bb_reg_write()
166 value = oldValue | (newValue >> ((4 - shift) * 8)); in r8712_bb_reg_write()
/linux-6.1.9/drivers/usb/gadget/function/
Df_fs.c2946 u8 newValue; in __ffs_func_bind_do_nums() local
2962 newValue = func->interfaces_nums[idx]; in __ffs_func_bind_do_nums()
2967 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id; in __ffs_func_bind_do_nums()
2985 newValue = descs[descs[0] ? 0 : 1]->bEndpointAddress; in __ffs_func_bind_do_nums()
2990 pr_vdebug("%02x -> %02x\n", *valuep, newValue); in __ffs_func_bind_do_nums()
2991 *valuep = newValue; in __ffs_func_bind_do_nums()