nval              134 arch/s390/include/asm/percpu.h #define arch_this_cpu_cmpxchg(pcp, oval, nval)				\
nval              141 arch/s390/include/asm/percpu.h 	ret__ = cmpxchg(ptr__, oval, nval);				\
nval              146 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_1(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
nval              147 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
nval              148 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_4(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
nval              149 arch/s390/include/asm/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval) arch_this_cpu_cmpxchg(pcp, oval, nval)
nval              151 arch/s390/include/asm/percpu.h #define arch_this_cpu_xchg(pcp, nval)					\
nval              157 arch/s390/include/asm/percpu.h 	ret__ = xchg(ptr__, nval);					\
nval              162 arch/s390/include/asm/percpu.h #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval)
nval              163 arch/s390/include/asm/percpu.h #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval)
nval              164 arch/s390/include/asm/percpu.h #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval)
nval              165 arch/s390/include/asm/percpu.h #define this_cpu_xchg_8(pcp, nval) arch_this_cpu_xchg(pcp, nval)
nval              302 arch/x86/include/asm/percpu.h #define percpu_xchg_op(qual, var, nval)					\
nval              305 arch/x86/include/asm/percpu.h 	typeof(var) pxo_new__ = (nval);					\
nval              348 arch/x86/include/asm/percpu.h #define percpu_cmpxchg_op(qual, var, oval, nval)			\
nval              352 arch/x86/include/asm/percpu.h 	typeof(var) pco_new__ = (nval);					\
nval              415 arch/x86/include/asm/percpu.h #define raw_percpu_xchg_op(var, nval)					\
nval              418 arch/x86/include/asm/percpu.h 	raw_cpu_write(var, (nval));					\
nval              441 arch/x86/include/asm/percpu.h #define this_cpu_xchg_1(pcp, nval)	percpu_xchg_op(volatile, pcp, nval)
nval              442 arch/x86/include/asm/percpu.h #define this_cpu_xchg_2(pcp, nval)	percpu_xchg_op(volatile, pcp, nval)
nval              443 arch/x86/include/asm/percpu.h #define this_cpu_xchg_4(pcp, nval)	percpu_xchg_op(volatile, pcp, nval)
nval              448 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_1(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
nval              449 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_2(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
nval              450 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_4(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
nval              455 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_1(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
nval              456 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
nval              457 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_4(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
nval              487 arch/x86/include/asm/percpu.h #define raw_cpu_xchg_8(pcp, nval)		raw_percpu_xchg_op(pcp, nval)
nval              488 arch/x86/include/asm/percpu.h #define raw_cpu_cmpxchg_8(pcp, oval, nval)	percpu_cmpxchg_op(, pcp, oval, nval)
nval              496 arch/x86/include/asm/percpu.h #define this_cpu_xchg_8(pcp, nval)		percpu_xchg_op(volatile, pcp, nval)
nval              497 arch/x86/include/asm/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval)	percpu_cmpxchg_op(volatile, pcp, oval, nval)
nval              630 drivers/acpi/bus.c 	int i, nval;
nval              640 drivers/acpi/bus.c 		nval = of_compatible->package.count;
nval              643 drivers/acpi/bus.c 		nval = 1;
nval              647 drivers/acpi/bus.c 	for (i = 0; i < nval; i++, obj++) {
nval              199 drivers/acpi/device_sysfs.c 	int i, nval;
nval              218 drivers/acpi/device_sysfs.c 		nval = of_compatible->package.count;
nval              221 drivers/acpi/device_sysfs.c 		nval = 1;
nval              224 drivers/acpi/device_sysfs.c 	for (i = 0; i < nval; i++, obj++) {
nval              854 drivers/acpi/property.c 				       size_t nval)
nval              858 drivers/acpi/property.c 	for (i = 0; i < nval; i++) {
nval              870 drivers/acpi/property.c 					u16 *val, size_t nval)
nval              874 drivers/acpi/property.c 	for (i = 0; i < nval; i++) {
nval              886 drivers/acpi/property.c 					u32 *val, size_t nval)
nval              890 drivers/acpi/property.c 	for (i = 0; i < nval; i++) {
nval              902 drivers/acpi/property.c 					u64 *val, size_t nval)
nval              906 drivers/acpi/property.c 	for (i = 0; i < nval; i++) {
nval              916 drivers/acpi/property.c 					   char **val, size_t nval)
nval              920 drivers/acpi/property.c 	for (i = 0; i < nval; i++) {
nval              926 drivers/acpi/property.c 	return nval;
nval              932 drivers/acpi/property.c 			       void *val, size_t nval)
nval              938 drivers/acpi/property.c 	if (val && nval == 1) {
nval              951 drivers/acpi/property.c 	if (proptype != DEV_PROP_STRING && nval > obj->package.count)
nval              953 drivers/acpi/property.c 	else if (nval <= 0)
nval              960 drivers/acpi/property.c 		ret = acpi_copy_property_array_u8(items, (u8 *)val, nval);
nval              963 drivers/acpi/property.c 		ret = acpi_copy_property_array_u16(items, (u16 *)val, nval);
nval              966 drivers/acpi/property.c 		ret = acpi_copy_property_array_u32(items, (u32 *)val, nval);
nval              969 drivers/acpi/property.c 		ret = acpi_copy_property_array_u64(items, (u64 *)val, nval);
nval              974 drivers/acpi/property.c 			min_t(u32, nval, obj->package.count));
nval              984 drivers/acpi/property.c 		       enum dev_prop_type proptype, void *val, size_t nval)
nval              986 drivers/acpi/property.c 	return adev ? acpi_data_prop_read(&adev->data, propname, proptype, val, nval) : -EINVAL;
nval             1003 drivers/acpi/property.c 			void *val, size_t nval)
nval             1006 drivers/acpi/property.c 				   propname, proptype, val, nval);
nval             1277 drivers/acpi/property.c 				    size_t nval)
nval             1298 drivers/acpi/property.c 	return acpi_node_prop_read(fwnode, propname, type, val, nval);
nval             1304 drivers/acpi/property.c 				       size_t nval)
nval             1307 drivers/acpi/property.c 				   val, nval);
nval               79 drivers/base/property.c 				  u8 *val, size_t nval)
nval               81 drivers/base/property.c 	return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval);
nval              104 drivers/base/property.c 				   u16 *val, size_t nval)
nval              106 drivers/base/property.c 	return fwnode_property_read_u16_array(dev_fwnode(dev), propname, val, nval);
nval              129 drivers/base/property.c 				   u32 *val, size_t nval)
nval              131 drivers/base/property.c 	return fwnode_property_read_u32_array(dev_fwnode(dev), propname, val, nval);
nval              154 drivers/base/property.c 				   u64 *val, size_t nval)
nval              156 drivers/base/property.c 	return fwnode_property_read_u64_array(dev_fwnode(dev), propname, val, nval);
nval              179 drivers/base/property.c 				      const char **val, size_t nval)
nval              181 drivers/base/property.c 	return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval);
nval              232 drivers/base/property.c 					  size_t nval)
nval              237 drivers/base/property.c 				 elem_size, val, nval);
nval              242 drivers/base/property.c 			elem_size, val, nval);
nval              266 drivers/base/property.c 				  const char *propname, u8 *val, size_t nval)
nval              269 drivers/base/property.c 					      val, nval);
nval              292 drivers/base/property.c 				   const char *propname, u16 *val, size_t nval)
nval              295 drivers/base/property.c 					      val, nval);
nval              318 drivers/base/property.c 				   const char *propname, u32 *val, size_t nval)
nval              321 drivers/base/property.c 					      val, nval);
nval              344 drivers/base/property.c 				   const char *propname, u64 *val, size_t nval)
nval              347 drivers/base/property.c 					      val, nval);
nval              371 drivers/base/property.c 				      size_t nval)
nval              376 drivers/base/property.c 				 val, nval);
nval              381 drivers/base/property.c 					 val, nval);
nval              429 drivers/base/property.c 	int nval, ret;
nval              431 drivers/base/property.c 	nval = fwnode_property_read_string_array(fwnode, propname, NULL, 0);
nval              432 drivers/base/property.c 	if (nval < 0)
nval              433 drivers/base/property.c 		return nval;
nval              435 drivers/base/property.c 	if (nval == 0)
nval              438 drivers/base/property.c 	values = kcalloc(nval, sizeof(*values), GFP_KERNEL);
nval              442 drivers/base/property.c 	ret = fwnode_property_read_string_array(fwnode, propname, values, nval);
nval              446 drivers/base/property.c 	ret = match_string(values, nval, string);
nval              192 drivers/base/swnode.c 					u8 *values, size_t nval)
nval              195 drivers/base/swnode.c 	size_t length = nval * sizeof(*values);
nval              207 drivers/base/swnode.c 					 u16 *values, size_t nval)
nval              210 drivers/base/swnode.c 	size_t length = nval * sizeof(*values);
nval              222 drivers/base/swnode.c 					 u32 *values, size_t nval)
nval              225 drivers/base/swnode.c 	size_t length = nval * sizeof(*values);
nval              237 drivers/base/swnode.c 					 u64 *values, size_t nval)
nval              240 drivers/base/swnode.c 	size_t length = nval * sizeof(*values);
nval              266 drivers/base/swnode.c 					 size_t nval)
nval              273 drivers/base/swnode.c 		return property_entry_read_u8_array(props, name, val, nval);
nval              275 drivers/base/swnode.c 		return property_entry_read_u16_array(props, name, val, nval);
nval              277 drivers/base/swnode.c 		return property_entry_read_u32_array(props, name, val, nval);
nval              279 drivers/base/swnode.c 		return property_entry_read_u64_array(props, name, val, nval);
nval              287 drivers/base/swnode.c 					    const char **strings, size_t nval)
nval              310 drivers/base/swnode.c 	array_len = min(nval, array_len);
nval              325 drivers/base/swnode.c 	size_t i, nval;
nval              329 drivers/base/swnode.c 			nval = p->length / sizeof(const char *);
nval              330 drivers/base/swnode.c 			for (i = 0; i < nval; i++)
nval              344 drivers/base/swnode.c 	size_t nval = src->length / sizeof(*d);
nval              347 drivers/base/swnode.c 	d = kcalloc(nval, sizeof(*d), GFP_KERNEL);
nval              351 drivers/base/swnode.c 	for (i = 0; i < nval; i++) {
nval              500 drivers/base/swnode.c 					size_t nval)
nval              505 drivers/base/swnode.c 					     elem_size, val, nval);
nval              510 drivers/base/swnode.c 					   const char **val, size_t nval)
nval              515 drivers/base/swnode.c 						propname, val, nval);
nval              104 drivers/hwmon/asb100.c 	unsigned nval = clamp_val(val, ASB100_IN_MIN, ASB100_IN_MAX);
nval              105 drivers/hwmon/asb100.c 	return (nval + 8) / 16;
nval               74 drivers/hwmon/lm78.c 	unsigned long nval = clamp_val(val, 0, 4080);
nval               75 drivers/hwmon/lm78.c 	return (nval + 8) / 16;
nval               99 drivers/hwmon/lm78.c 	int nval = clamp_val(val, -128000, 127000) ;
nval              100 drivers/hwmon/lm78.c 	return nval < 0 ? (nval - 500) / 1000 : (nval + 500) / 1000;
nval              121 drivers/hwmon/sis5595.c 	unsigned long nval = clamp_val(val, 0, 4080);
nval              122 drivers/hwmon/sis5595.c 	return (nval + 8) / 16;
nval              150 drivers/hwmon/sis5595.c 	int nval = clamp_val(val, -54120, 157530) ;
nval              151 drivers/hwmon/sis5595.c 	return nval < 0 ? (nval - 5212 - 415) / 830 : (nval - 5212 + 415) / 830;
nval              167 drivers/iio/accel/kxsd9.c 	u16 nval;
nval              177 drivers/iio/accel/kxsd9.c 		nval = be16_to_cpu(raw_val);
nval              179 drivers/iio/accel/kxsd9.c 		nval >>= 4;
nval              180 drivers/iio/accel/kxsd9.c 		*val = nval;
nval               33 drivers/isdn/mISDN/layer2.h 	int			tval, nval;
nval              473 drivers/isdn/mISDN/tei.c 	tm->nval = 3;
nval              593 drivers/isdn/mISDN/tei.c 	tm->nval = 2;
nval              601 drivers/isdn/mISDN/tei.c 	if (--tm->nval) {
nval              605 drivers/isdn/mISDN/tei.c 					     4 - tm->nval, tm->ri);
nval              620 drivers/isdn/mISDN/tei.c 	if (--tm->nval) {
nval              624 drivers/isdn/mISDN/tei.c 					     3 - tm->nval, tm->l2->tei);
nval              691 drivers/isdn/mISDN/tei.c 	tm->nval = 2;
nval              736 drivers/isdn/mISDN/tei.c 	} else if (--tm->nval) {
nval              740 drivers/isdn/mISDN/tei.c 					     3 - tm->nval, tm->l2->tei);
nval             4990 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	u32 cval,nval;
nval             4995 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		nval = (cval & ~msk) | (val & msk);
nval             4998 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			   msk,val,cval,nval);
nval             5000 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		nval = val;
nval             5002 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			   "GPIO direction changing to 0x%x",nval);
nval             5004 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	return pvr2_write_register(hdw,PVR2_GPIO_DIR,nval);
nval             5010 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	u32 cval,nval;
nval             5015 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		nval = (cval & ~msk) | (val & msk);
nval             5018 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			   msk,val,cval,nval);
nval             5020 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		nval = val;
nval             5022 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			   "GPIO output changing to 0x%x",nval);
nval             5024 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	return pvr2_write_register(hdw,PVR2_GPIO_OUT,nval);
nval                7 drivers/net/ipvlan/ipvlan_main.c static int ipvlan_set_port_mode(struct ipvl_port *port, u16 nval,
nval               15 drivers/net/ipvlan/ipvlan_main.c 	if (port->mode != nval) {
nval               18 drivers/net/ipvlan/ipvlan_main.c 			if (nval == IPVLAN_MODE_L3 || nval == IPVLAN_MODE_L3S) {
nval               30 drivers/net/ipvlan/ipvlan_main.c 		if (nval == IPVLAN_MODE_L3S) {
nval               39 drivers/net/ipvlan/ipvlan_main.c 		port->mode = nval;
nval              841 drivers/of/property.c 					     size_t nval)
nval              851 drivers/of/property.c 		return of_property_read_u8_array(node, propname, val, nval);
nval              853 drivers/of/property.c 		return of_property_read_u16_array(node, propname, val, nval);
nval              855 drivers/of/property.c 		return of_property_read_u32_array(node, propname, val, nval);
nval              857 drivers/of/property.c 		return of_property_read_u64_array(node, propname, val, nval);
nval              866 drivers/of/property.c 				     size_t nval)
nval              871 drivers/of/property.c 		of_property_read_string_array(node, propname, val, nval) :
nval             1528 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 				      unsigned int pin, int nval)
nval             1536 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	if (!nval || !v)
nval             1538 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	if (DSLO(v) == nval) {
nval             1540 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 			"setting pin %d to low strength [%d]\n", pin, nval);
nval             1543 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 	} else if (DSHI(v) == nval) {
nval             1545 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c 			"setting pin %d to high strength [%d]\n", pin, nval);
nval              280 drivers/power/supply/power_supply_core.c 	int nval, ret;
nval              285 drivers/power/supply/power_supply_core.c 	nval = device_property_read_string_array(psy->dev.parent,
nval              287 drivers/power/supply/power_supply_core.c 	if (nval <= 0)
nval              290 drivers/power/supply/power_supply_core.c 	psy->supplied_from = devm_kmalloc_array(&psy->dev, nval,
nval              296 drivers/power/supply/power_supply_core.c 		"supplied-from", (const char **)psy->supplied_from, nval);
nval              300 drivers/power/supply/power_supply_core.c 	psy->num_supplies = nval;
nval              233 drivers/scsi/aic94xx/aic94xx_reg.h 	u16 nval = asd_ddbsite_read_word(asd_ha, ddb_site_no, base);
nval              235 drivers/scsi/aic94xx/aic94xx_reg.h 		if ((nval >> 8) != _oldval)
nval              237 drivers/scsi/aic94xx/aic94xx_reg.h 		nval = (_newval << 8) | (nval & 0xFF);
nval              238 drivers/scsi/aic94xx/aic94xx_reg.h 		oval = (_oldval << 8) | (nval & 0xFF);
nval              240 drivers/scsi/aic94xx/aic94xx_reg.h 		if ((nval & 0xFF) != _oldval)
nval              242 drivers/scsi/aic94xx/aic94xx_reg.h 		nval = (nval & 0xFF00) | _newval;
nval              243 drivers/scsi/aic94xx/aic94xx_reg.h 		oval = (nval & 0xFF00) | _oldval;
nval              245 drivers/scsi/aic94xx/aic94xx_reg.h 	return asd_ddbsite_update_word(asd_ha, ddb_site_no, base, oval, nval);
nval               35 drivers/soundwire/mipi_disco.c 	int nval, i;
nval               63 drivers/soundwire/mipi_disco.c 	nval = fwnode_property_count_u32(link, "mipi-sdw-clock-frequencies-supported");
nval               64 drivers/soundwire/mipi_disco.c 	if (nval > 0) {
nval               65 drivers/soundwire/mipi_disco.c 		prop->num_clk_freq = nval;
nval               89 drivers/soundwire/mipi_disco.c 	nval = fwnode_property_count_u32(link, "mipi-sdw-supported-clock-gears");
nval               90 drivers/soundwire/mipi_disco.c 	if (nval > 0) {
nval               91 drivers/soundwire/mipi_disco.c 		prop->num_clk_gears = nval;
nval              127 drivers/soundwire/mipi_disco.c 	int nval;
nval              135 drivers/soundwire/mipi_disco.c 	nval = fwnode_property_count_u32(port, "mipi-sdw-port-wordlength-configs");
nval              136 drivers/soundwire/mipi_disco.c 	if (nval > 0) {
nval              138 drivers/soundwire/mipi_disco.c 		dp0->num_words = nval;
nval              168 drivers/soundwire/mipi_disco.c 	int nval;
nval              193 drivers/soundwire/mipi_disco.c 		nval = fwnode_property_count_u32(node, "mipi-sdw-port-wordlength-configs");
nval              194 drivers/soundwire/mipi_disco.c 		if (nval > 0) {
nval              195 drivers/soundwire/mipi_disco.c 			dpn[i].num_words = nval;
nval              232 drivers/soundwire/mipi_disco.c 		nval = fwnode_property_count_u32(node, "mipi-sdw-channel-number-list");
nval              233 drivers/soundwire/mipi_disco.c 		if (nval > 0) {
nval              234 drivers/soundwire/mipi_disco.c 			dpn[i].num_ch = nval;
nval              246 drivers/soundwire/mipi_disco.c 		nval = fwnode_property_count_u32(node, "mipi-sdw-channel-combination-list");
nval              247 drivers/soundwire/mipi_disco.c 		if (nval > 0) {
nval              248 drivers/soundwire/mipi_disco.c 			dpn[i].num_ch_combinations = nval;
nval              291 drivers/soundwire/mipi_disco.c 	int num_of_ports, nval, i, dp0 = 0;
nval              363 drivers/soundwire/mipi_disco.c 	nval = hweight32(prop->source_ports);
nval              364 drivers/soundwire/mipi_disco.c 	prop->src_dpn_prop = devm_kcalloc(&slave->dev, nval,
nval              371 drivers/soundwire/mipi_disco.c 	sdw_slave_read_dpn(slave, prop->src_dpn_prop, nval,
nval              374 drivers/soundwire/mipi_disco.c 	nval = hweight32(prop->sink_ports);
nval              375 drivers/soundwire/mipi_disco.c 	prop->sink_dpn_prop = devm_kcalloc(&slave->dev, nval,
nval              382 drivers/soundwire/mipi_disco.c 	sdw_slave_read_dpn(slave, prop->sink_dpn_prop, nval,
nval              386 drivers/soundwire/mipi_disco.c 	nval = prop->source_ports | prop->sink_ports;
nval              387 drivers/soundwire/mipi_disco.c 	num_of_ports = hweight32(nval) + dp0; /* add DP0 */
nval              190 drivers/usb/typec/mux.c 	int nval;
nval              218 drivers/usb/typec/mux.c 	nval = fwnode_property_count_u16(con->fwnode, "svid");
nval              219 drivers/usb/typec/mux.c 	if (nval <= 0)
nval              222 drivers/usb/typec/mux.c 	val = kcalloc(nval, sizeof(*val), GFP_KERNEL);
nval              226 drivers/usb/typec/mux.c 	nval = fwnode_property_read_u16_array(con->fwnode, "svid", val, nval);
nval              227 drivers/usb/typec/mux.c 	if (nval < 0) {
nval              229 drivers/usb/typec/mux.c 		return ERR_PTR(nval);
nval              232 drivers/usb/typec/mux.c 	for (i = 0; i < nval; i++) {
nval               83 include/asm-generic/percpu.h #define raw_cpu_generic_xchg(pcp, nval)					\
nval               88 include/asm-generic/percpu.h 	*__p = nval;							\
nval               92 include/asm-generic/percpu.h #define raw_cpu_generic_cmpxchg(pcp, oval, nval)			\
nval               98 include/asm-generic/percpu.h 		*__p = nval;						\
nval              163 include/asm-generic/percpu.h #define this_cpu_generic_xchg(pcp, nval)				\
nval              168 include/asm-generic/percpu.h 	__ret = raw_cpu_generic_xchg(pcp, nval);			\
nval              173 include/asm-generic/percpu.h #define this_cpu_generic_cmpxchg(pcp, oval, nval)			\
nval              178 include/asm-generic/percpu.h 	__ret = raw_cpu_generic_cmpxchg(pcp, oval, nval);		\
nval              273 include/asm-generic/percpu.h #define raw_cpu_xchg_1(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)
nval              276 include/asm-generic/percpu.h #define raw_cpu_xchg_2(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)
nval              279 include/asm-generic/percpu.h #define raw_cpu_xchg_4(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)
nval              282 include/asm-generic/percpu.h #define raw_cpu_xchg_8(pcp, nval)	raw_cpu_generic_xchg(pcp, nval)
nval              286 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_1(pcp, oval, nval) \
nval              287 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
nval              290 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_2(pcp, oval, nval) \
nval              291 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
nval              294 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_4(pcp, oval, nval) \
nval              295 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
nval              298 include/asm-generic/percpu.h #define raw_cpu_cmpxchg_8(pcp, oval, nval) \
nval              299 include/asm-generic/percpu.h 	raw_cpu_generic_cmpxchg(pcp, oval, nval)
nval              398 include/asm-generic/percpu.h #define this_cpu_xchg_1(pcp, nval)	this_cpu_generic_xchg(pcp, nval)
nval              401 include/asm-generic/percpu.h #define this_cpu_xchg_2(pcp, nval)	this_cpu_generic_xchg(pcp, nval)
nval              404 include/asm-generic/percpu.h #define this_cpu_xchg_4(pcp, nval)	this_cpu_generic_xchg(pcp, nval)
nval              407 include/asm-generic/percpu.h #define this_cpu_xchg_8(pcp, nval)	this_cpu_generic_xchg(pcp, nval)
nval              411 include/asm-generic/percpu.h #define this_cpu_cmpxchg_1(pcp, oval, nval) \
nval              412 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
nval              415 include/asm-generic/percpu.h #define this_cpu_cmpxchg_2(pcp, oval, nval) \
nval              416 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
nval              419 include/asm-generic/percpu.h #define this_cpu_cmpxchg_4(pcp, oval, nval) \
nval              420 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
nval              423 include/asm-generic/percpu.h #define this_cpu_cmpxchg_8(pcp, oval, nval) \
nval              424 include/asm-generic/percpu.h 	this_cpu_generic_cmpxchg(pcp, oval, nval)
nval             1062 include/linux/acpi.h 			void *val, size_t nval);
nval             1064 include/linux/acpi.h 		       enum dev_prop_type proptype, void *val, size_t nval);
nval             1173 include/linux/acpi.h 				      void *val, size_t nval)
nval             1181 include/linux/acpi.h 				     void *val, size_t nval)
nval               80 include/linux/fwnode.h 				       size_t nval);
nval               84 include/linux/fwnode.h 				      size_t nval);
nval              426 include/linux/percpu-defs.h #define raw_cpu_xchg(pcp, nval)		__pcpu_size_call_return2(raw_cpu_xchg_, pcp, nval)
nval              427 include/linux/percpu-defs.h #define raw_cpu_cmpxchg(pcp, oval, nval) \
nval              428 include/linux/percpu-defs.h 	__pcpu_size_call_return2(raw_cpu_cmpxchg_, pcp, oval, nval)
nval              479 include/linux/percpu-defs.h #define __this_cpu_xchg(pcp, nval)					\
nval              482 include/linux/percpu-defs.h 	raw_cpu_xchg(pcp, nval);					\
nval              485 include/linux/percpu-defs.h #define __this_cpu_cmpxchg(pcp, oval, nval)				\
nval              488 include/linux/percpu-defs.h 	raw_cpu_cmpxchg(pcp, oval, nval);				\
nval              513 include/linux/percpu-defs.h #define this_cpu_xchg(pcp, nval)	__pcpu_size_call_return2(this_cpu_xchg_, pcp, nval)
nval              514 include/linux/percpu-defs.h #define this_cpu_cmpxchg(pcp, oval, nval) \
nval              515 include/linux/percpu-defs.h 	__pcpu_size_call_return2(this_cpu_cmpxchg_, pcp, oval, nval)
nval               38 include/linux/property.h 				  u8 *val, size_t nval);
nval               40 include/linux/property.h 				   u16 *val, size_t nval);
nval               42 include/linux/property.h 				   u32 *val, size_t nval);
nval               44 include/linux/property.h 				   u64 *val, size_t nval);
nval               46 include/linux/property.h 				      const char **val, size_t nval);
nval               57 include/linux/property.h 				  size_t nval);
nval               60 include/linux/property.h 				   size_t nval);
nval               63 include/linux/property.h 				   size_t nval);
nval               66 include/linux/property.h 				   size_t nval);
nval               69 include/linux/property.h 				      size_t nval);
nval             3569 kernel/futex.c 	u32 uval, uninitialized_var(nval), mval;
nval             3640 kernel/futex.c 	if ((err = cmpxchg_futex_value_locked(&nval, uaddr, uval, mval))) {
nval             3657 kernel/futex.c 	if (nval != uval)
nval              147 kernel/time/itimer.c 	u64 oval, nval, ointerval, ninterval;
nval              154 kernel/time/itimer.c 	nval = ktime_to_ns(timeval_to_ktime(value->it_value));
nval              161 kernel/time/itimer.c 	if (oval || nval) {
nval              162 kernel/time/itimer.c 		if (nval > 0)
nval              163 kernel/time/itimer.c 			nval += TICK_NSEC;
nval              164 kernel/time/itimer.c 		set_process_cpu_timer(tsk, clock_id, &nval, &oval);
nval              166 kernel/time/itimer.c 	it->expires = nval;
nval              169 kernel/time/itimer.c 			   ITIMER_VIRTUAL : ITIMER_PROF, value, nval);
nval               45 lib/genalloc.c 	unsigned long val, nval;
nval               47 lib/genalloc.c 	nval = *addr;
nval               49 lib/genalloc.c 		val = nval;
nval               53 lib/genalloc.c 	} while ((nval = cmpxchg(addr, val, val | mask_to_set)) != val);
nval               60 lib/genalloc.c 	unsigned long val, nval;
nval               62 lib/genalloc.c 	nval = *addr;
nval               64 lib/genalloc.c 		val = nval;
nval               68 lib/genalloc.c 	} while ((nval = cmpxchg(addr, val, val & ~mask_to_clear)) != val);
nval              925 net/ipv4/tcp_output.c 	unsigned long flags, nval, oval;
nval              942 net/ipv4/tcp_output.c 	for (oval = READ_ONCE(sk->sk_tsq_flags);; oval = nval) {
nval              949 net/ipv4/tcp_output.c 		nval = (oval & ~TSQF_THROTTLED) | TSQF_QUEUED;
nval              950 net/ipv4/tcp_output.c 		nval = cmpxchg(&sk->sk_tsq_flags, oval, nval);
nval              951 net/ipv4/tcp_output.c 		if (nval != oval)
nval               27 net/netfilter/nft_numgen.c 	u32 nval, oval;
nval               31 net/netfilter/nft_numgen.c 		nval = (oval + 1 < priv->modulus) ? oval + 1 : 0;
nval               32 net/netfilter/nft_numgen.c 	} while (atomic_cmpxchg(&priv->counter, oval, nval) != oval);
nval               34 net/netfilter/nft_numgen.c 	return nval + priv->offset;
nval               33 net/netfilter/xt_statistic.c 	int nval, oval;
nval               43 net/netfilter/xt_statistic.c 			nval = (oval == info->u.nth.every) ? 0 : oval + 1;
nval               44 net/netfilter/xt_statistic.c 		} while (atomic_cmpxchg(&info->master->count, oval, nval) != oval);
nval               45 net/netfilter/xt_statistic.c 		if (nval == 0)
nval             2260 net/packet/af_packet.c 		u32 nval;
nval             2262 net/packet/af_packet.c 		nval = GET_PBDQC_FROM_RB(&po->rx_ring)->max_frame_len - macoff;
nval             2264 net/packet/af_packet.c 			    snaplen, nval, macoff);
nval             2265 net/packet/af_packet.c 		snaplen = nval;
nval              775 net/sched/sch_fq.c 		u32 nval = nla_get_u32(tb[TCA_FQ_BUCKETS_LOG]);
nval              777 net/sched/sch_fq.c 		if (nval >= 1 && nval <= ilog2(256*1024))
nval              778 net/sched/sch_fq.c 			fq_log = nval;
nval              376 sound/i2c/other/ak4xxx-adda.c 		      unsigned char nval)
nval              382 sound/i2c/other/ak4xxx-adda.c 	if (snd_akm4xxx_get_vol(ak, chip, addr) == nval)
nval              385 sound/i2c/other/ak4xxx-adda.c 	snd_akm4xxx_set_vol(ak, chip, addr, nval);
nval              386 sound/i2c/other/ak4xxx-adda.c 	if (AK_GET_VOL_CVT(kcontrol->private_value) && nval < 128)
nval              387 sound/i2c/other/ak4xxx-adda.c 		nval = vol_cvt_datt[nval];
nval              388 sound/i2c/other/ak4xxx-adda.c 	if (AK_GET_IPGA(kcontrol->private_value) && nval >= 128)
nval              389 sound/i2c/other/ak4xxx-adda.c 		nval++; /* need to correct + 1 since both 127 and 128 are 0dB */
nval              391 sound/i2c/other/ak4xxx-adda.c 		nval = mask - nval;
nval              393 sound/i2c/other/ak4xxx-adda.c 		nval |= 0x80;
nval              396 sound/i2c/other/ak4xxx-adda.c 	snd_akm4xxx_write(ak, chip, addr, nval);
nval              479 sound/i2c/other/ak4xxx-adda.c 	unsigned char nval = ucontrol->value.enumerated.item[0] & 3;
nval              482 sound/i2c/other/ak4xxx-adda.c 	nval = (nval << shift) |
nval              484 sound/i2c/other/ak4xxx-adda.c 	change = snd_akm4xxx_get(ak, chip, addr) != nval;
nval              486 sound/i2c/other/ak4xxx-adda.c 		snd_akm4xxx_write(ak, chip, addr, nval);
nval              762 sound/isa/es1688/es1688_lib.c 	unsigned char oval, nval;
nval              769 sound/isa/es1688/es1688_lib.c 	nval = (ucontrol->value.enumerated.item[0] & 7) | (oval & ~15);
nval              770 sound/isa/es1688/es1688_lib.c 	change = nval != oval;
nval              772 sound/isa/es1688/es1688_lib.c 		snd_es1688_mixer_write(chip, ES1688_REC_DEV, nval);
nval              820 sound/isa/es1688/es1688_lib.c 	unsigned char oval, nval;
nval              822 sound/isa/es1688/es1688_lib.c 	nval = (ucontrol->value.integer.value[0] & mask);
nval              824 sound/isa/es1688/es1688_lib.c 		nval = mask - nval;
nval              825 sound/isa/es1688/es1688_lib.c 	nval <<= shift;
nval              828 sound/isa/es1688/es1688_lib.c 	nval = (oval & ~(mask << shift)) | nval;
nval              829 sound/isa/es1688/es1688_lib.c 	change = nval != oval;
nval              831 sound/isa/es1688/es1688_lib.c 		snd_es1688_mixer_write(chip, reg, nval);
nval             1045 sound/isa/es18xx.c 	unsigned char oval, nval;
nval             1047 sound/isa/es18xx.c 	nval = ucontrol->value.integer.value[0] ? 0x0c : 0x04;
nval             1049 sound/isa/es18xx.c 	change = nval != oval;
nval             1051 sound/isa/es18xx.c 		snd_es18xx_mixer_write(chip, 0x50, nval & ~0x04);
nval             1052 sound/isa/es18xx.c 		snd_es18xx_mixer_write(chip, 0x50, nval);
nval               59 sound/isa/gus/gus_main.c 	unsigned char nval;
nval               61 sound/isa/gus/gus_main.c 	nval = ucontrol->value.integer.value[0] & 31;
nval               63 sound/isa/gus/gus_main.c 	change = gus->joystick_dac != nval;
nval               64 sound/isa/gus/gus_main.c 	gus->joystick_dac = nval;
nval               44 sound/isa/gus/gus_mixer.c 	unsigned char oval, nval;
nval               46 sound/isa/gus/gus_mixer.c 	nval = ucontrol->value.integer.value[0] & 1;
nval               48 sound/isa/gus/gus_mixer.c 		nval ^= 1;
nval               49 sound/isa/gus/gus_mixer.c 	nval <<= shift;
nval               52 sound/isa/gus/gus_mixer.c 	nval = (oval & ~(1 << shift)) | nval;
nval               53 sound/isa/gus/gus_mixer.c 	change = nval != oval;
nval               54 sound/isa/gus/gus_mixer.c 	outb(gus->mix_cntrl_reg = nval, GUSP(gus, MIXCNTRLREG));
nval              965 sound/isa/sb/sb16_csp.c 	unsigned char nval;
nval              967 sound/isa/sb/sb16_csp.c 	nval = ucontrol->value.integer.value[0] & 0x01;
nval              969 sound/isa/sb/sb16_csp.c 	change = p->q_enabled != nval;
nval              970 sound/isa/sb/sb16_csp.c 	p->q_enabled = nval;
nval              715 sound/isa/sb/sb16_main.c 	unsigned char nval, oval;
nval              718 sound/isa/sb/sb16_main.c 	if ((nval = ucontrol->value.enumerated.item[0]) > 2)
nval              722 sound/isa/sb/sb16_main.c 	change = nval != oval;
nval              723 sound/isa/sb/sb16_main.c 	snd_sb16_set_dma_mode(chip, nval);
nval              218 sound/isa/sb/sb_mixer.c 	unsigned char nval, oval;
nval              224 sound/isa/sb/sb_mixer.c 		nval = SB_DT019X_CAP_CD;
nval              227 sound/isa/sb/sb_mixer.c 		nval = SB_DT019X_CAP_MIC;
nval              230 sound/isa/sb/sb_mixer.c 		nval = SB_DT019X_CAP_LINE;
nval              233 sound/isa/sb/sb_mixer.c 		nval = SB_DT019X_CAP_SYNTH;
nval              236 sound/isa/sb/sb_mixer.c 		nval = SB_DT019X_CAP_MAIN;
nval              239 sound/isa/sb/sb_mixer.c 		nval = SB_DT019X_CAP_MAIN;
nval              243 sound/isa/sb/sb_mixer.c 	change = nval != oval;
nval              245 sound/isa/sb/sb_mixer.c 		snd_sbmixer_write(sb, SB_DT019X_CAPTURE_SW, nval);
nval              288 sound/isa/sb/sb_mixer.c 	unsigned char nval, oval;
nval              295 sound/isa/sb/sb_mixer.c 	nval = (oval & ~(3 << 6))
nval              297 sound/isa/sb/sb_mixer.c 	change = nval != oval;
nval              299 sound/isa/sb/sb_mixer.c 		snd_sbmixer_write(sb, SB_ALS4000_MONO_IO_CTRL, nval);
nval              346 sound/isa/sb/sb_mixer.c 	unsigned char nval, oval;
nval              352 sound/isa/sb/sb_mixer.c 		nval = SB_DSP_MIXS_CD;
nval              355 sound/isa/sb/sb_mixer.c 		nval = SB_DSP_MIXS_LINE;
nval              358 sound/isa/sb/sb_mixer.c 		nval = SB_DSP_MIXS_MIC;
nval              360 sound/isa/sb/sb_mixer.c 	nval <<= 1;
nval              363 sound/isa/sb/sb_mixer.c 	nval |= oval & ~0x06;
nval              364 sound/isa/sb/sb_mixer.c 	change = nval != oval;
nval              366 sound/isa/sb/sb_mixer.c 		snd_sbmixer_write(sb, SB_DSP_CAPTURE_SOURCE, nval);
nval              431 sound/pci/ca0106/ca0106_mixer.c         unsigned int oval, nval;
nval              438 sound/pci/ca0106/ca0106_mixer.c 	nval = ((0xff - ucontrol->value.integer.value[0]) << 24) |
nval              440 sound/pci/ca0106/ca0106_mixer.c         nval |= ((0xff - ucontrol->value.integer.value[0]) << 8) |
nval              442 sound/pci/ca0106/ca0106_mixer.c 	if (oval == nval)
nval              444 sound/pci/ca0106/ca0106_mixer.c 	snd_ca0106_ptr_write(emu, reg, channel_id, nval);
nval             3583 sound/pci/cs46xx/cs46xx_lib.c 	u16 control, nval;
nval             3591 sound/pci/cs46xx/cs46xx_lib.c 	nval = control = inw(chip->acpi_port + 0x10);
nval             3595 sound/pci/cs46xx/cs46xx_lib.c 		nval |= 0x2000;
nval             3597 sound/pci/cs46xx/cs46xx_lib.c 		nval &= ~0x2000;
nval             3598 sound/pci/cs46xx/cs46xx_lib.c 	if (nval != control)
nval             3599 sound/pci/cs46xx/cs46xx_lib.c 		outw(nval, chip->acpi_port + 0x10);
nval              340 sound/pci/emu10k1/emufx.c 	unsigned int nval, val;
nval              346 sound/pci/emu10k1/emufx.c 		nval = ucontrol->value.integer.value[i];
nval              347 sound/pci/emu10k1/emufx.c 		if (nval < ctl->min)
nval              348 sound/pci/emu10k1/emufx.c 			nval = ctl->min;
nval              349 sound/pci/emu10k1/emufx.c 		if (nval > ctl->max)
nval              350 sound/pci/emu10k1/emufx.c 			nval = ctl->max;
nval              351 sound/pci/emu10k1/emufx.c 		if (nval != ctl->value[i])
nval              353 sound/pci/emu10k1/emufx.c 		val = ctl->value[i] = nval;
nval             1516 sound/pci/emu10k1/emupcm.c 	unsigned int nval[2], bits;
nval             1521 sound/pci/emu10k1/emupcm.c 	nval[0] = nval[1] = 0;
nval             1524 sound/pci/emu10k1/emupcm.c 			nval[idx / 32] |= 1 << (idx % 32);
nval             1536 sound/pci/emu10k1/emupcm.c 	change = (nval[0] != emu->efx_voices_mask[0]) ||
nval             1537 sound/pci/emu10k1/emupcm.c 		(nval[1] != emu->efx_voices_mask[1]);
nval             1538 sound/pci/emu10k1/emupcm.c 	emu->efx_voices_mask[0] = nval[0];
nval             1539 sound/pci/emu10k1/emupcm.c 	emu->efx_voices_mask[1] = nval[1];
nval             1704 sound/pci/ens1370.c 	unsigned int nval;
nval             1707 sound/pci/ens1370.c 	nval = ucontrol->value.integer.value[0] ? mask : 0;
nval             1709 sound/pci/ens1370.c 	change = (ensoniq->ctrl & mask) != nval;
nval             1711 sound/pci/ens1370.c 	ensoniq->ctrl |= nval;
nval             1091 sound/pci/es1938.c 	unsigned char oval, nval;
nval             1093 sound/pci/es1938.c 	nval = ucontrol->value.integer.value[0] ? 0x0c : 0x04;
nval             1095 sound/pci/es1938.c 	change = nval != oval;
nval             1097 sound/pci/es1938.c 		snd_es1938_mixer_write(chip, 0x50, nval & ~0x04);
nval             1098 sound/pci/es1938.c 		snd_es1938_mixer_write(chip, 0x50, nval);
nval              211 sound/pci/ice1712/aureon.c 	unsigned char oval, nval;
nval              214 sound/pci/ice1712/aureon.c 	nval = ucontrol->value.enumerated.item[0];
nval              215 sound/pci/ice1712/aureon.c 	if (nval >= 3)
nval              219 sound/pci/ice1712/aureon.c 	change = (oval != nval);
nval              221 sound/pci/ice1712/aureon.c 		aureon_pca9554_write(ice, PCA9554_OUT, nval);
nval              222 sound/pci/ice1712/aureon.c 		spec->pca9554_out = nval;
nval              716 sound/pci/ice1712/aureon.c 	unsigned short nval, oval;
nval              721 sound/pci/ice1712/aureon.c 	nval = (oval & ~0x10) | (ucontrol->value.integer.value[0] ? 0 : 0x10);
nval              722 sound/pci/ice1712/aureon.c 	change = (oval != nval);
nval              724 sound/pci/ice1712/aureon.c 		wm_put(ice, WM_MUTE, nval);
nval             1111 sound/pci/ice1712/aureon.c 	unsigned short oval, nval;
nval             1116 sound/pci/ice1712/aureon.c 	nval = oval & ~0x77;
nval             1117 sound/pci/ice1712/aureon.c 	nval |= ucontrol->value.enumerated.item[0] & 7;
nval             1118 sound/pci/ice1712/aureon.c 	nval |= (ucontrol->value.enumerated.item[1] & 7) << 4;
nval             1119 sound/pci/ice1712/aureon.c 	change = (oval != nval);
nval             1121 sound/pci/ice1712/aureon.c 		wm_put(ice, WM_ADC_MUX, nval);
nval             1162 sound/pci/ice1712/aureon.c 	unsigned short oval, nval;
nval             1167 sound/pci/ice1712/aureon.c 	nval = oval & ~0x07;
nval             1168 sound/pci/ice1712/aureon.c 	nval |= ucontrol->value.enumerated.item[0] & 7;
nval             1169 sound/pci/ice1712/aureon.c 	change = (oval != nval);
nval             1171 sound/pci/ice1712/aureon.c 		aureon_cs8415_put(ice, CS8415_CTRL2, nval);
nval             1212 sound/pci/ice1712/aureon.c 	unsigned char oval, nval;
nval             1217 sound/pci/ice1712/aureon.c 		nval = oval & ~0x20;
nval             1219 sound/pci/ice1712/aureon.c 		nval = oval | 0x20;
nval             1220 sound/pci/ice1712/aureon.c 	change = (oval != nval);
nval             1222 sound/pci/ice1712/aureon.c 		aureon_cs8415_put(ice, CS8415_CTRL1, nval);
nval              587 sound/pci/ice1712/ews.c 	int val, nval;
nval              591 sound/pci/ice1712/ews.c 	nval = ucontrol->value.enumerated.item[0] ? mask : 0;
nval              594 sound/pci/ice1712/ews.c 	nval |= val & ~mask;
nval              595 sound/pci/ice1712/ews.c 	snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, nval);
nval              597 sound/pci/ice1712/ews.c 	return val != nval;
nval              256 sound/pci/ice1712/ice1712.c 	unsigned char val, nval;
nval              260 sound/pci/ice1712/ice1712.c 	nval = val & ~ICE1712_ROUTE_AC97;
nval              262 sound/pci/ice1712/ice1712.c 		nval |= ICE1712_ROUTE_AC97;
nval              263 sound/pci/ice1712/ice1712.c 	outb(nval, ICEMT(ice, MONITOR_ROUTECTRL));
nval              265 sound/pci/ice1712/ice1712.c 	return val != nval;
nval              326 sound/pci/ice1712/ice1712.c 	unsigned char val, nval;
nval              338 sound/pci/ice1712/ice1712.c 	nval = val & 0xf0;
nval              340 sound/pci/ice1712/ice1712.c 		nval |= 0x01;
nval              342 sound/pci/ice1712/ice1712.c 		nval |= 0x04;
nval              343 sound/pci/ice1712/ice1712.c 	if (val != nval) {
nval              344 sound/pci/ice1712/ice1712.c 		reg[1] = nval;
nval             1309 sound/pci/ice1712/ice1712.c 	unsigned int nval, change;
nval             1311 sound/pci/ice1712/ice1712.c 	nval = (ucontrol->value.integer.value[0] ? 0 : 0x00008000) |
nval             1314 sound/pci/ice1712/ice1712.c 	nval |= ice->pro_volumes[priv_idx] & ~0x80008000;
nval             1315 sound/pci/ice1712/ice1712.c 	change = nval != ice->pro_volumes[priv_idx];
nval             1316 sound/pci/ice1712/ice1712.c 	ice->pro_volumes[priv_idx] = nval;
nval             1351 sound/pci/ice1712/ice1712.c 	unsigned int nval, change;
nval             1353 sound/pci/ice1712/ice1712.c 	nval = (ucontrol->value.integer.value[0] & 127) |
nval             1356 sound/pci/ice1712/ice1712.c 	nval |= ice->pro_volumes[priv_idx] & ~0x007f007f;
nval             1357 sound/pci/ice1712/ice1712.c 	change = nval != ice->pro_volumes[priv_idx];
nval             1358 sound/pci/ice1712/ice1712.c 	ice->pro_volumes[priv_idx] = nval;
nval             1770 sound/pci/ice1712/ice1712.c 	unsigned int val, nval;
nval             1774 sound/pci/ice1712/ice1712.c 	nval = (ucontrol->value.integer.value[0] ? mask : 0) ^ invert;
nval             1777 sound/pci/ice1712/ice1712.c 	nval |= val & ~mask;
nval             1778 sound/pci/ice1712/ice1712.c 	if (val != nval)
nval             1779 sound/pci/ice1712/ice1712.c 		snd_ice1712_gpio_write(ice, nval);
nval             1781 sound/pci/ice1712/ice1712.c 	return val != nval;
nval             1950 sound/pci/ice1712/ice1712.c 	int change = 0, nval;
nval             1952 sound/pci/ice1712/ice1712.c 	nval = ucontrol->value.integer.value[0] ? 1 : 0;
nval             1954 sound/pci/ice1712/ice1712.c 	change = PRO_RATE_LOCKED != nval;
nval             1955 sound/pci/ice1712/ice1712.c 	PRO_RATE_LOCKED = nval;
nval             1981 sound/pci/ice1712/ice1712.c 	int change = 0, nval;
nval             1983 sound/pci/ice1712/ice1712.c 	nval = ucontrol->value.integer.value[0] ? 1 : 0;
nval             1985 sound/pci/ice1712/ice1712.c 	change = PRO_RATE_RESET != nval;
nval             1986 sound/pci/ice1712/ice1712.c 	PRO_RATE_RESET = nval;
nval             2048 sound/pci/ice1712/ice1712.c 	unsigned int val, old_val, nval;
nval             2052 sound/pci/ice1712/ice1712.c 		nval = idx < 2 ? 1 : 0; /* dig mixer (or pcm) */
nval             2054 sound/pci/ice1712/ice1712.c 		nval = 3; /* spdif in */
nval             2056 sound/pci/ice1712/ice1712.c 		nval = 2; /* analog in */
nval             2058 sound/pci/ice1712/ice1712.c 		nval = 0; /* pcm */
nval             2063 sound/pci/ice1712/ice1712.c 	val |= nval << shift;
nval             2068 sound/pci/ice1712/ice1712.c 	if (nval < 2) /* dig mixer of pcm */
nval             2075 sound/pci/ice1712/ice1712.c 	if (nval == 2) { /* analog in */
nval             2076 sound/pci/ice1712/ice1712.c 		nval = ucontrol->value.enumerated.item[0] - 1;
nval             2078 sound/pci/ice1712/ice1712.c 		val |= nval << shift;
nval             2080 sound/pci/ice1712/ice1712.c 		nval = (ucontrol->value.enumerated.item[0] - 9) << 3;
nval             2082 sound/pci/ice1712/ice1712.c 		val |= nval << shift;
nval             2118 sound/pci/ice1712/ice1712.c 	unsigned int val, old_val, nval;
nval             2124 sound/pci/ice1712/ice1712.c 		nval = 1;
nval             2126 sound/pci/ice1712/ice1712.c 		nval = 3;
nval             2128 sound/pci/ice1712/ice1712.c 		nval = 2;
nval             2130 sound/pci/ice1712/ice1712.c 		nval = 0;
nval             2133 sound/pci/ice1712/ice1712.c 	val |= nval << shift;
nval             2135 sound/pci/ice1712/ice1712.c 	if (nval == 2) {
nval             2136 sound/pci/ice1712/ice1712.c 		nval = ucontrol->value.enumerated.item[0] - 1;
nval             2138 sound/pci/ice1712/ice1712.c 		val |= nval << shift;
nval             2139 sound/pci/ice1712/ice1712.c 	} else if (nval == 3) {
nval             2140 sound/pci/ice1712/ice1712.c 		nval = (ucontrol->value.enumerated.item[0] - 9) << 3;
nval             2142 sound/pci/ice1712/ice1712.c 		val |= nval << shift;
nval             1180 sound/pci/ice1712/ice1724.c 	unsigned int val, nval;
nval             1184 sound/pci/ice1712/ice1724.c 	nval = val = inw(ICEMT1724(ice, SPDIF_CTRL));
nval             1185 sound/pci/ice1712/ice1724.c 	nval &= ~(7 << 12);
nval             1188 sound/pci/ice1712/ice1724.c 	case 48000: nval |= 2 << 12; break;
nval             1189 sound/pci/ice1712/ice1724.c 	case 32000: nval |= 3 << 12; break;
nval             1190 sound/pci/ice1712/ice1724.c 	case 88200: nval |= 4 << 12; break;
nval             1191 sound/pci/ice1712/ice1724.c 	case 96000: nval |= 5 << 12; break;
nval             1192 sound/pci/ice1712/ice1724.c 	case 192000: nval |= 6 << 12; break;
nval             1193 sound/pci/ice1712/ice1724.c 	case 176400: nval |= 7 << 12; break;
nval             1195 sound/pci/ice1712/ice1724.c 	if (val != nval)
nval             1196 sound/pci/ice1712/ice1724.c 		update_spdif_bits(ice, nval);
nval             1817 sound/pci/ice1712/ice1724.c 	unsigned int val, nval;
nval             1821 sound/pci/ice1712/ice1724.c 	nval = (ucontrol->value.integer.value[0] ? (1 << shift) : 0) ^ invert;
nval             1824 sound/pci/ice1712/ice1724.c 	nval |= val & ~(1 << shift);
nval             1825 sound/pci/ice1712/ice1724.c 	if (val != nval)
nval             1826 sound/pci/ice1712/ice1724.c 		snd_ice1712_gpio_write(ice, nval);
nval             1828 sound/pci/ice1712/ice1724.c 	return val != nval;
nval             1974 sound/pci/ice1712/ice1724.c 	int change = 0, nval;
nval             1976 sound/pci/ice1712/ice1724.c 	nval = ucontrol->value.integer.value[0] ? 1 : 0;
nval             1978 sound/pci/ice1712/ice1724.c 	change = PRO_RATE_LOCKED != nval;
nval             1979 sound/pci/ice1712/ice1724.c 	PRO_RATE_LOCKED = nval;
nval             2005 sound/pci/ice1712/ice1724.c 	int change = 0, nval;
nval             2007 sound/pci/ice1712/ice1724.c 	nval = ucontrol->value.integer.value[0] ? 1 : 0;
nval             2009 sound/pci/ice1712/ice1724.c 	change = PRO_RATE_RESET != nval;
nval             2010 sound/pci/ice1712/ice1724.c 	PRO_RATE_RESET = nval;
nval             2071 sound/pci/ice1712/ice1724.c 	unsigned int old_val, nval;
nval             2081 sound/pci/ice1712/ice1724.c 	nval = xroute[val % 5];
nval             2084 sound/pci/ice1712/ice1724.c 	val |= nval << shift;
nval              301 sound/pci/ice1712/phase.c 	unsigned short nval, oval;
nval              306 sound/pci/ice1712/phase.c 	nval = (oval & ~0x10) | (ucontrol->value.integer.value[0] ? 0 : 0x10);
nval              307 sound/pci/ice1712/phase.c 	change = (nval != oval);
nval              309 sound/pci/ice1712/phase.c 		wm_put(ice, WM_MUTE, nval);
nval              128 sound/pci/ice1712/pontis.c 	unsigned short oval, nval;
nval              133 sound/pci/ice1712/pontis.c 		nval = ucontrol->value.integer.value[i];
nval              134 sound/pci/ice1712/pontis.c 		nval = (nval ? (nval + DAC_MIN) : 0) & 0xff;
nval              137 sound/pci/ice1712/pontis.c 		if (oval != nval) {
nval              138 sound/pci/ice1712/pontis.c 			wm_put(ice, idx, nval);
nval              139 sound/pci/ice1712/pontis.c 			wm_put_nocache(ice, idx, nval | 0x100);
nval              221 sound/pci/ice1712/pontis.c 	unsigned short oval, nval;
nval              225 sound/pci/ice1712/pontis.c 	nval = oval = wm_get(ice, WM_ADC_MUX);
nval              227 sound/pci/ice1712/pontis.c 		nval |= (1 << bit);
nval              229 sound/pci/ice1712/pontis.c 		nval &= ~(1 << bit);
nval              230 sound/pci/ice1712/pontis.c 	change = nval != oval;
nval              232 sound/pci/ice1712/pontis.c 		wm_put(ice, WM_ADC_MUX, nval);
nval              511 sound/pci/ice1712/pontis.c 	unsigned int val, nval;
nval              517 sound/pci/ice1712/pontis.c 	nval = ucontrol->value.integer.value[0] & 0xffff;
nval              518 sound/pci/ice1712/pontis.c 	if (val != nval) {
nval              519 sound/pci/ice1712/pontis.c 		snd_ice1712_gpio_write(ice, nval);
nval              548 sound/pci/ice1712/prodigy_hifi.c 	unsigned short oval, nval;
nval              553 sound/pci/ice1712/prodigy_hifi.c 	nval = (oval & 0xe0) | ucontrol->value.enumerated.item[0];
nval              554 sound/pci/ice1712/prodigy_hifi.c 	if (nval != oval) {
nval              555 sound/pci/ice1712/prodigy_hifi.c 		wm_put(ice, WM_ADC_MUX, nval);
nval              644 sound/pci/ice1712/prodigy_hifi.c 	unsigned short oval, nval;
nval              648 sound/pci/ice1712/prodigy_hifi.c 	nval = oval = wm_get(ice, WM_ADC_MUX);
nval              650 sound/pci/ice1712/prodigy_hifi.c 		nval |= (1 << bit);
nval              652 sound/pci/ice1712/prodigy_hifi.c 		nval &= ~(1 << bit);
nval              653 sound/pci/ice1712/prodigy_hifi.c 	change = nval != oval;
nval              655 sound/pci/ice1712/prodigy_hifi.c 		wm_put(ice, WM_ADC_MUX, nval);
nval              111 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c 	u16 val, nval, aval;
nval              131 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c 	val = nval = pdacf_reg_read(chip, PDAUDIOCF_REG_SCR);
nval              132 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c 	nval &= ~(PDAUDIOCF_DATAFMT0|PDAUDIOCF_DATAFMT1);
nval              138 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c 		nval |= PDAUDIOCF_DATAFMT0 | PDAUDIOCF_DATAFMT1;
nval              161 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c 	if (val != nval) {
nval              163 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c 		pdacf_reg_write(chip, PDAUDIOCF_REG_SCR, nval);
nval              185 sound/ppc/beep.c 	unsigned int oval, nval;
nval              189 sound/ppc/beep.c 	nval = ucontrol->value.integer.value[0];
nval              190 sound/ppc/beep.c 	if (nval > 100)
nval              192 sound/ppc/beep.c 	chip->beep->volume = nval;