tsr                20 arch/c6x/include/asm/ptrace.h #define user_mode(regs)	((((regs)->tsr) & 0x40) != 0)
tsr               121 arch/c6x/include/uapi/asm/ptrace.h 	REG_PAIR(tsr, orig_a4);
tsr                84 arch/c6x/kernel/asm-offsets.c 	OFFSET(REGS_TSR,	pt_regs, tsr);
tsr               100 arch/c6x/kernel/process.c 	regs->tsr |= 0x40; /* set user mode */
tsr                41 arch/m68k/include/asm/bvme6000hw.h 	pad_A[3], tsr,
tsr              1936 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint64_t tsr:36;
tsr              1938 arch/mips/include/asm/octeon/cvmx-pci-defs.h 		uint64_t tsr:36;
tsr               621 arch/powerpc/include/asm/kvm_host.h 	ulong tsr; /* we need to perform set/clr_bits() which requires ulong */
tsr               225 arch/powerpc/include/uapi/asm/kvm.h 			__u32 tsr;	/* KVM_SREGS_E_UPDATE_TSR */
tsr               585 arch/powerpc/kvm/booke.c 	if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS))
tsr               604 arch/powerpc/kvm/booke.c 	u32 tsr, new_tsr;
tsr               608 arch/powerpc/kvm/booke.c 		new_tsr = tsr = vcpu->arch.tsr;
tsr               612 arch/powerpc/kvm/booke.c 		if (tsr & TSR_ENW) {
tsr               613 arch/powerpc/kvm/booke.c 			if (tsr & TSR_WIS)
tsr               616 arch/powerpc/kvm/booke.c 				new_tsr = tsr | TSR_WIS;
tsr               618 arch/powerpc/kvm/booke.c 			new_tsr = tsr | TSR_ENW;
tsr               620 arch/powerpc/kvm/booke.c 	} while (cmpxchg(&vcpu->arch.tsr, tsr, new_tsr) != tsr);
tsr               651 arch/powerpc/kvm/booke.c 	if ((vcpu->arch.tcr & TCR_DIE) && (vcpu->arch.tsr & TSR_DIS))
tsr               656 arch/powerpc/kvm/booke.c 	if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS))
tsr              1370 arch/powerpc/kvm/booke.c 	u32 old_tsr = vcpu->arch.tsr;
tsr              1372 arch/powerpc/kvm/booke.c 	vcpu->arch.tsr = new_tsr;
tsr              1374 arch/powerpc/kvm/booke.c 	if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS))
tsr              1503 arch/powerpc/kvm/booke.c 	sregs->u.e.tsr = vcpu->arch.tsr;
tsr              1530 arch/powerpc/kvm/booke.c 		kvmppc_set_tsr(vcpu, sregs->u.e.tsr);
tsr              1693 arch/powerpc/kvm/booke.c 		*val = get_reg_val(id, vcpu->arch.tsr);
tsr              1758 arch/powerpc/kvm/booke.c 		u32 tsr = set_reg_val(id, *val);
tsr              1759 arch/powerpc/kvm/booke.c 		kvmppc_set_tsr(vcpu, tsr);
tsr              1855 arch/powerpc/kvm/booke.c 	set_bits(tsr_bits, &vcpu->arch.tsr);
tsr              1863 arch/powerpc/kvm/booke.c 	clear_bits(tsr_bits, &vcpu->arch.tsr);
tsr               443 arch/powerpc/kvm/booke_emulate.c 		*spr_val = vcpu->arch.tsr;
tsr               116 drivers/ata/pata_mpc52xx.c 	u8 tsr;
tsr               126 drivers/ata/pata_mpc52xx.c 	  .tsr  = 3,  .trfs  = 5,  .trp  = 11, .tack = 2, .tss  = 4,
tsr               130 drivers/ata/pata_mpc52xx.c 	  .tsr  = 2,  .trfs  = 5,  .trp  = 9,  .tack = 2, .tss  = 4,
tsr               134 drivers/ata/pata_mpc52xx.c 	  .tsr  = 2,  .trfs  = 4,  .trp  = 7,  .tack = 2, .tss  = 4,
tsr               138 drivers/ata/pata_mpc52xx.c 	  .tsr  = 2,  .trfs  = 4,  .trp  = 7,  .tack = 2, .tss  = 4,
tsr               142 drivers/ata/pata_mpc52xx.c 	  .tsr  = 2,  .trfs  = 4,  .trp  = 7,  .tack = 2, .tss  = 4,
tsr               146 drivers/ata/pata_mpc52xx.c 	  .tsr  = 2,  .trfs  = 4,  .trp  = 6,  .tack = 2, .tss  = 4,
tsr               153 drivers/ata/pata_mpc52xx.c 	  .tsr  = 7,  .trfs  = 10, .trp  = 22, .tack = 3, .tss  = 7,
tsr               157 drivers/ata/pata_mpc52xx.c 	  .tsr  = 4,  .trfs  = 10, .trp  = 17, .tack = 3, .tss  = 7,
tsr               161 drivers/ata/pata_mpc52xx.c 	  .tsr  = 3,  .trfs  = 8,  .trp  = 14, .tack = 3, .tss  = 7,
tsr               165 drivers/ata/pata_mpc52xx.c 	  .tsr  = 3,  .trfs  = 8,  .trp  = 14, .tack = 3, .tss  = 7,
tsr               169 drivers/ata/pata_mpc52xx.c 	  .tsr  = 2,  .trfs  = 7,  .trp  = 13, .tack = 2, .tss  = 6,
tsr               173 drivers/ata/pata_mpc52xx.c 	  .tsr  = 3,  .trfs  = 7,  .trp  = 12, .tack = 3, .tss  = 7,
tsr               321 drivers/ata/pata_mpc52xx.c 	t->udma3 = ((u32)s->tmli << 24) | ((u32)s->taz << 16) | ((u32)s->tenv << 8) | s->tsr;
tsr              1485 drivers/atm/nicstar.c 				ns_scqe tsr;
tsr              1490 drivers/atm/nicstar.c 				tsr.word_1 = ns_tsr_mkword_1(NS_TSR_INTENABLE);
tsr              1493 drivers/atm/nicstar.c 				tsr.word_2 = ns_tsr_mkword_2(scdi, scqi);
tsr              1494 drivers/atm/nicstar.c 				tsr.word_3 = 0x00000000;
tsr              1495 drivers/atm/nicstar.c 				tsr.word_4 = 0x00000000;
tsr              1496 drivers/atm/nicstar.c 				*scq->next = tsr;
tsr              1721 drivers/atm/nicstar.c 	ns_scqe tsr;
tsr              1793 drivers/atm/nicstar.c 			tsr.word_1 = ns_tsr_mkword_1(NS_TSR_INTENABLE);
tsr              1799 drivers/atm/nicstar.c 			tsr.word_2 = ns_tsr_mkword_2(scdi, scqi);
tsr              1800 drivers/atm/nicstar.c 			tsr.word_3 = 0x00000000;
tsr              1801 drivers/atm/nicstar.c 			tsr.word_4 = 0x00000000;
tsr              1803 drivers/atm/nicstar.c 			*scq->next = tsr;
tsr              1808 drivers/atm/nicstar.c 			     card->index, le32_to_cpu(tsr.word_1),
tsr              1809 drivers/atm/nicstar.c 			     le32_to_cpu(tsr.word_2), le32_to_cpu(tsr.word_3),
tsr              1810 drivers/atm/nicstar.c 			     le32_to_cpu(tsr.word_4), scq->next);
tsr               518 drivers/media/i2c/cx25840/cx25840-ir.c 	int tsr, rsr, rto, ror, tse, rse, rte, roe, kror;
tsr               537 drivers/media/i2c/cx25840/cx25840-ir.c 	tsr = stats & STATS_TSR; /* Tx FIFO Service Request */
tsr               548 drivers/media/i2c/cx25840/cx25840-ir.c 		 tsr ? "tsr" : "   ", rsr ? "rsr" : "   ",
tsr               560 drivers/media/i2c/cx25840/cx25840-ir.c 	if (tse && tsr) {
tsr               534 drivers/media/pci/cx23885/cx23888-ir.c 	int tsr, rsr, rto, ror, tse, rse, rte, roe, kror;
tsr               536 drivers/media/pci/cx23885/cx23888-ir.c 	tsr = stats & STATS_TSR; /* Tx FIFO Service Request */
tsr               548 drivers/media/pci/cx23885/cx23888-ir.c 		 tsr ? "tsr" : "   ", rsr ? "rsr" : "   ",
tsr               560 drivers/media/pci/cx23885/cx23888-ir.c 	if (tse && tsr) {
tsr                79 drivers/net/can/rcar/rcar_can.c 	u16 tsr;	/* Time Stamp Register */
tsr                32 drivers/net/ethernet/ibm/emac/tah.h 	u32 tsr;
tsr               187 drivers/net/fddi/skfp/srf.c 	int			tsr ;
tsr               241 drivers/net/fddi/skfp/srf.c 	tsr = smt_get_time() - smc->srf.TSR ;
tsr               246 drivers/net/fddi/skfp/srf.c 		if (cond_asserted && tsr < T_Limit) {
tsr               252 drivers/net/fddi/skfp/srf.c 		if (cond_deasserted && tsr < T_Limit) {
tsr               257 drivers/net/fddi/skfp/srf.c 		if (event_occurred && tsr < T_Limit) {
tsr               262 drivers/net/fddi/skfp/srf.c 		if (cond_asserted && tsr >= T_Limit) {
tsr               269 drivers/net/fddi/skfp/srf.c 		if (cond_deasserted && tsr >= T_Limit) {
tsr               275 drivers/net/fddi/skfp/srf.c 		if (event_occurred && tsr >= T_Limit) {
tsr               281 drivers/net/fddi/skfp/srf.c 		if (smc->srf.any_report && (u_long) tsr >=
tsr               298 drivers/net/fddi/skfp/srf.c 		if (tsr >= T_Limit) {
tsr                58 drivers/staging/vt6656/int.c static int vnt_int_report_rate(struct vnt_private *priv, u8 pkt_no, u8 tsr)
tsr                63 drivers/staging/vt6656/int.c 	u8 tx_retry = (tsr & 0xf0) >> 4;
tsr                77 drivers/staging/vt6656/int.c 	if (context->fb_option && !(tsr & (TSR_TMO | TSR_RETRYTMO))) {
tsr               102 drivers/staging/vt6656/int.c 	if (!(tsr & TSR_TMO)) {
tsr                32 drivers/thermal/qoriq_thermal.c 	u32 tsr;		/* Status Register */
tsr               150 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct temp_sensor_registers *tsr;
tsr               153 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	tsr = bgp->conf->sensors[id].registers;
tsr               154 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	reg = tsr->temp_sensor_ctrl;
tsr               162 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		reg = tsr->ctrl_dtemp_1;
tsr               171 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	temp &= tsr->bgap_dtemp_mask;
tsr               197 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct temp_sensor_registers *tsr;
tsr               203 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		tsr = bgp->conf->sensors[i].registers;
tsr               204 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		ctrl = ti_bandgap_readl(bgp, tsr->bgap_status);
tsr               207 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		t_hot = ctrl & tsr->status_hot_mask;
tsr               210 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		t_cold = ctrl & tsr->status_cold_mask;
tsr               215 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		ctrl = ti_bandgap_readl(bgp, tsr->bgap_mask_ctrl);
tsr               222 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			ctrl &= ~tsr->mask_hot_mask;
tsr               223 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			ctrl |= tsr->mask_cold_mask;
tsr               225 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			ctrl &= ~tsr->mask_cold_mask;
tsr               226 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			ctrl |= tsr->mask_hot_mask;
tsr               229 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		ti_bandgap_writel(bgp, ctrl, tsr->bgap_mask_ctrl);
tsr               330 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct temp_sensor_registers *tsr;
tsr               333 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	tsr = bgp->conf->sensors[id].registers;
tsr               334 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	time = ti_bandgap_readl(bgp, tsr->bgap_counter);
tsr               335 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	time = (time & tsr->counter_mask) >>
tsr               336 drivers/thermal/ti-soc-thermal/ti-bandgap.c 					__ffs(tsr->counter_mask);
tsr               350 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct temp_sensor_registers *tsr;
tsr               353 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	tsr = bgp->conf->sensors[id].registers;
tsr               355 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	reg_val = ti_bandgap_readl(bgp, tsr->bgap_mask_ctrl);
tsr               356 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	reg_val = (reg_val & tsr->mask_counter_delay_mask) >>
tsr               357 drivers/thermal/ti-soc-thermal/ti-bandgap.c 				__ffs(tsr->mask_counter_delay_mask);
tsr               596 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct temp_sensor_registers *tsr;
tsr               606 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	tsr = bgp->conf->sensors[id].registers;
tsr               609 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (ti_bandgap_readl(bgp, tsr->temp_sensor_ctrl) &
tsr               610 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		    tsr->bgap_eocz_mask)
tsr               620 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (!(ti_bandgap_readl(bgp, tsr->temp_sensor_ctrl) &
tsr               621 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		      tsr->bgap_eocz_mask))
tsr               669 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	struct temp_sensor_registers *tsr;
tsr               685 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	tsr = bgp->conf->sensors[id].registers;
tsr               689 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	reg1 = tsr->ctrl_dtemp_1;
tsr               690 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	reg2 = tsr->ctrl_dtemp_2;
tsr               694 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	temp1 &= tsr->bgap_dtemp_mask;
tsr               697 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	temp2 &= tsr->bgap_dtemp_mask;
tsr               917 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		struct temp_sensor_registers *tsr;
tsr               920 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		tsr = bgp->conf->sensors[i].registers;
tsr               926 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		val = ti_bandgap_readl(bgp, tsr->bgap_efuse);
tsr              1096 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		struct temp_sensor_registers *tsr;
tsr              1100 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		tsr = bgp->conf->sensors[i].registers;
tsr              1104 drivers/thermal/ti-soc-thermal/ti-bandgap.c 							tsr->bgap_mode_ctrl);
tsr              1107 drivers/thermal/ti-soc-thermal/ti-bandgap.c 							tsr->bgap_counter);
tsr              1110 drivers/thermal/ti-soc-thermal/ti-bandgap.c 							tsr->bgap_threshold);
tsr              1112 drivers/thermal/ti-soc-thermal/ti-bandgap.c 						   tsr->bgap_mask_ctrl);
tsr              1117 drivers/thermal/ti-soc-thermal/ti-bandgap.c 						   tsr->tshut_threshold);
tsr              1128 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		struct temp_sensor_registers *tsr;
tsr              1133 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		tsr = bgp->conf->sensors[i].registers;
tsr              1136 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			val = ti_bandgap_readl(bgp, tsr->bgap_counter);
tsr              1140 drivers/thermal/ti-soc-thermal/ti-bandgap.c 					  tsr->tshut_threshold);
tsr              1148 drivers/thermal/ti-soc-thermal/ti-bandgap.c 					  tsr->bgap_counter);
tsr              1151 drivers/thermal/ti-soc-thermal/ti-bandgap.c 					  tsr->bgap_mode_ctrl);
tsr              1154 drivers/thermal/ti-soc-thermal/ti-bandgap.c 					  tsr->bgap_threshold);
tsr              1156 drivers/thermal/ti-soc-thermal/ti-bandgap.c 					  tsr->bgap_mask_ctrl);
tsr               225 tools/arch/powerpc/include/uapi/asm/kvm.h 			__u32 tsr;	/* KVM_SREGS_E_UPDATE_TSR */