new_status       1401 arch/parisc/math-emu/fpudispatch.c update_status_cbit(status, new_status, fpu_type, y_field)
new_status       1402 arch/parisc/math-emu/fpudispatch.c u_int *status, new_status;
new_status       1418 arch/parisc/math-emu/fpudispatch.c 				  (new_status & 0xffc007ff); /* all other bits*/
new_status       1421 arch/parisc/math-emu/fpudispatch.c 				  ((new_status & 0x04000000) >> (y_field+4)) |
new_status       1422 arch/parisc/math-emu/fpudispatch.c 				  (new_status & ~0x04000000 &  /* other bits */
new_status       1428 arch/parisc/math-emu/fpudispatch.c 		*status = new_status;
new_status        111 drivers/input/keyboard/davinci_keyscan.c 	u32 prev_status, new_status, changed;
new_status        121 drivers/input/keyboard/davinci_keyscan.c 	new_status = __raw_readl(davinci_ks->base + DAVINCI_KEYSCAN_CURRENTST);
new_status        123 drivers/input/keyboard/davinci_keyscan.c 	changed = prev_status ^ new_status;
new_status        133 drivers/input/keyboard/davinci_keyscan.c 				release = (new_status >> i) & 0x1;
new_status         36 drivers/leds/trigger/ledtrig-backlight.c 	int new_status;
new_status         43 drivers/leds/trigger/ledtrig-backlight.c 	new_status = *blank ? BLANK : UNBLANK;
new_status         45 drivers/leds/trigger/ledtrig-backlight.c 	if (new_status == n->old_status)
new_status         55 drivers/leds/trigger/ledtrig-backlight.c 	n->old_status = new_status;
new_status       3365 drivers/net/ethernet/via/via-velocity.c 	u32 new_status = 0;
new_status       3371 drivers/net/ethernet/via/via-velocity.c 	new_status |= ((cmd->base.autoneg) ? VELOCITY_AUTONEG_ENABLE : 0);
new_status       3372 drivers/net/ethernet/via/via-velocity.c 	new_status |= ((speed == SPEED_1000) ? VELOCITY_SPEED_1000 : 0);
new_status       3373 drivers/net/ethernet/via/via-velocity.c 	new_status |= ((speed == SPEED_100) ? VELOCITY_SPEED_100 : 0);
new_status       3374 drivers/net/ethernet/via/via-velocity.c 	new_status |= ((speed == SPEED_10) ? VELOCITY_SPEED_10 : 0);
new_status       3375 drivers/net/ethernet/via/via-velocity.c 	new_status |= ((cmd->base.duplex == DUPLEX_FULL) ?
new_status       3378 drivers/net/ethernet/via/via-velocity.c 	if ((new_status & VELOCITY_AUTONEG_ENABLE) &&
new_status       3379 drivers/net/ethernet/via/via-velocity.c 	    (new_status != (curr_status | VELOCITY_AUTONEG_ENABLE))) {
new_status       3384 drivers/net/ethernet/via/via-velocity.c 		if (new_status & VELOCITY_AUTONEG_ENABLE)
new_status       3386 drivers/net/ethernet/via/via-velocity.c 		else if ((new_status & VELOCITY_SPEED_1000) &&
new_status       3387 drivers/net/ethernet/via/via-velocity.c 			 (new_status & VELOCITY_DUPLEX_FULL)) {
new_status       3389 drivers/net/ethernet/via/via-velocity.c 		} else if (new_status & VELOCITY_SPEED_100)
new_status       3390 drivers/net/ethernet/via/via-velocity.c 			spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ?
new_status       3392 drivers/net/ethernet/via/via-velocity.c 		else if (new_status & VELOCITY_SPEED_10)
new_status       3393 drivers/net/ethernet/via/via-velocity.c 			spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ?
new_status       3400 drivers/net/ethernet/via/via-velocity.c 		velocity_set_media_mode(vptr, new_status);
new_status       2030 drivers/scsi/aic7xxx/aic79xx_osm.c 	int new_status = DID_OK;
new_status       2045 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_OK;
new_status       2048 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_ERROR;
new_status       2074 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_ABORT;
new_status       2077 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_BUS_BUSY;
new_status       2081 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_BAD_TARGET;
new_status       2084 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_NO_CONNECT;
new_status       2088 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_RESET;
new_status       2091 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_PARITY;
new_status       2095 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_TIME_OUT;
new_status       2101 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_ERROR;
new_status       2112 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_ERROR;
new_status       2115 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_REQUEUE;
new_status       2119 drivers/scsi/aic7xxx/aic79xx_osm.c 		new_status = DID_ERROR;
new_status       2129 drivers/scsi/aic7xxx/aic79xx_osm.c 	ahd_cmd_set_transaction_status(cmd, new_status);
new_status       1948 drivers/scsi/aic7xxx/aic7xxx_osm.c 		u_int new_status;
new_status       1954 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_OK;
new_status       1957 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_ABORT;
new_status       1960 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_BUS_BUSY;
new_status       1964 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_BAD_TARGET;
new_status       1967 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_NO_CONNECT;
new_status       1971 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_RESET;
new_status       1974 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_PARITY;
new_status       1977 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_TIME_OUT;
new_status       1991 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_ERROR;
new_status       1994 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_REQUEUE;
new_status       1998 drivers/scsi/aic7xxx/aic7xxx_osm.c 			new_status = DID_ERROR;
new_status       2002 drivers/scsi/aic7xxx/aic7xxx_osm.c 		ahc_cmd_set_transaction_status(cmd, new_status);
new_status       2739 drivers/target/target_core_configfs.c 	int new_status, ret;
new_status       2754 drivers/target/target_core_configfs.c 	new_status = (int)tmp;
new_status       2756 drivers/target/target_core_configfs.c 	if ((new_status != ALUA_STATUS_NONE) &&
new_status       2757 drivers/target/target_core_configfs.c 	    (new_status != ALUA_STATUS_ALTERED_BY_EXPLICIT_STPG) &&
new_status       2758 drivers/target/target_core_configfs.c 	    (new_status != ALUA_STATUS_ALTERED_BY_IMPLICIT_ALUA)) {
new_status       2760 drivers/target/target_core_configfs.c 				new_status);
new_status       2764 drivers/target/target_core_configfs.c 	tg_pt_gp->tg_pt_gp_alua_access_status = new_status;
new_status       1951 drivers/usb/gadget/udc/bcm63xx_udc.c static void bcm63xx_update_wedge(struct bcm63xx_udc *udc, bool new_status)
new_status       1956 drivers/usb/gadget/udc/bcm63xx_udc.c 		bcm63xx_set_stall(udc, &udc->bep[i], new_status);
new_status       1957 drivers/usb/gadget/udc/bcm63xx_udc.c 		if (!new_status)
new_status        119 drivers/usb/usbip/vhci_hcd.c static void dump_port_status_diff(u32 prev_status, u32 new_status, bool usb3)
new_status        128 drivers/usb/usbip/vhci_hcd.c 	pr_debug("status prev -> new: %08x -> %08x\n", prev_status, new_status);
new_status        131 drivers/usb/usbip/vhci_hcd.c 		u32 new = new_status & bit;
new_status        194 drivers/watchdog/sch311x_wdt.c 	unsigned char new_status;
new_status        210 drivers/watchdog/sch311x_wdt.c 	new_status = inb(sch311x_wdt_data.runtime_reg + WDT_CTRL);
new_status        211 drivers/watchdog/sch311x_wdt.c 	if (new_status & 0x01)
new_status        254 drivers/watchdog/w83977f_wdt.c 	int new_status;
new_status        267 drivers/watchdog/w83977f_wdt.c 	new_status = inb_p(IO_DATA_PORT);
new_status        275 drivers/watchdog/w83977f_wdt.c 	if (new_status & 1)
new_status        204 drivers/watchdog/wdt.c 	unsigned char new_status;
new_status        209 drivers/watchdog/wdt.c 	new_status = inb_p(WDT_SR);
new_status        212 drivers/watchdog/wdt.c 	if (new_status & WDC_SR_ISOI0)
new_status        214 drivers/watchdog/wdt.c 	if (new_status & WDC_SR_ISII1)
new_status        217 drivers/watchdog/wdt.c 		if (!(new_status & WDC_SR_TGOOD))
new_status        219 drivers/watchdog/wdt.c 		if (!(new_status & WDC_SR_PSUOVER))
new_status        221 drivers/watchdog/wdt.c 		if (!(new_status & WDC_SR_PSUUNDR))
new_status        224 drivers/watchdog/wdt.c 			if (!(new_status & WDC_SR_FANGOOD))
new_status        230 drivers/watchdog/wdt977.c 	int new_status;
new_status        243 drivers/watchdog/wdt977.c 	new_status = inb_p(IO_DATA_PORT);
new_status        251 drivers/watchdog/wdt977.c 	if (new_status & 1)
new_status        240 drivers/watchdog/wdt_pci.c 	unsigned char new_status;
new_status        244 drivers/watchdog/wdt_pci.c 	new_status = inb(WDT_SR);
new_status        248 drivers/watchdog/wdt_pci.c 	if (new_status & WDC_SR_ISOI0)
new_status        250 drivers/watchdog/wdt_pci.c 	if (new_status & WDC_SR_ISII1)
new_status        253 drivers/watchdog/wdt_pci.c 		if (!(new_status & WDC_SR_TGOOD))
new_status        255 drivers/watchdog/wdt_pci.c 		if (!(new_status & WDC_SR_PSUOVER))
new_status        257 drivers/watchdog/wdt_pci.c 		if (!(new_status & WDC_SR_PSUUNDR))
new_status        260 drivers/watchdog/wdt_pci.c 			if (!(new_status & WDC_SR_FANGOOD))
new_status        556 sound/usb/mixer_quirks.c 	u8 old_status, new_status;
new_status        561 sound/usb/mixer_quirks.c 		new_status = old_status | 0x02;
new_status        563 sound/usb/mixer_quirks.c 		new_status = old_status & ~0x02;
new_status        564 sound/usb/mixer_quirks.c 	if (new_status == old_status)
new_status        567 sound/usb/mixer_quirks.c 	kcontrol->private_value = new_status;
new_status        568 sound/usb/mixer_quirks.c 	err = snd_xonar_u1_switch_update(list->mixer, new_status);