Home
last modified time | relevance | path

Searched refs:tstat (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_task.c14 struct task_status_struct *tstat = &task->task_status; in sas_ssp_task_response() local
16 tstat->resp = SAS_TASK_COMPLETE; in sas_ssp_task_response()
19 tstat->stat = iu->status; in sas_ssp_task_response()
21 tstat->stat = iu->resp_data[3]; in sas_ssp_task_response()
23 tstat->stat = SAM_STAT_CHECK_CONDITION; in sas_ssp_task_response()
24 tstat->buf_valid_size = in sas_ssp_task_response()
27 memcpy(tstat->buf, iu->sense_data, tstat->buf_valid_size); in sas_ssp_task_response()
35 tstat->stat = SAM_STAT_CHECK_CONDITION; in sas_ssp_task_response()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006-target-ppc-Update-float_invalid_op_addsub-for-new-fl.patch79 env->fp_status.float_exception_flags |= tstat.float_exception_flags; \
81 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) { \
85 + float_invalid_op_addsub(env, tstat.float_exception_flags, \
91 env->fp_status.float_exception_flags |= tstat.float_exception_flags;
93 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) {
97 + float_invalid_op_addsub(env, tstat.float_exception_flags, 1, GETPC());
102 env->fp_status.float_exception_flags |= tstat.float_exception_flags;
104 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) {
108 + float_invalid_op_addsub(env, tstat.float_exception_flags, 1, GETPC());
H A D0008-target-ppc-Update-float_invalid_op_div-for-new-flags.patch75 env->fp_status.float_exception_flags |= tstat.float_exception_flags; \
77 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) { \
81 + float_invalid_op_div(env, tstat.float_exception_flags, \
84 if (unlikely(tstat.float_exception_flags & float_flag_divbyzero)) { \
87 env->fp_status.float_exception_flags |= tstat.float_exception_flags;
89 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) {
93 + float_invalid_op_div(env, tstat.float_exception_flags, 1, GETPC());
95 if (unlikely(tstat.float_exception_flags & float_flag_divbyzero)) {
H A D0007-target-ppc-Update-float_invalid_op_mul-for-new-flags.patch62 env->fp_status.float_exception_flags |= tstat.float_exception_flags; \
64 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) { \
68 + float_invalid_op_mul(env, tstat.float_exception_flags, \
74 env->fp_status.float_exception_flags |= tstat.float_exception_flags;
76 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) {
80 + float_invalid_op_mul(env, tstat.float_exception_flags, 1, GETPC());
H A D0021-target-ppc-implement-xs-n-maddqp-o-xs-n-msubqp-o.patch56 + float_status tstat = env->fp_status; \
57 + set_float_exception_flags(0, &tstat); \
59 + tstat.float_rounding_mode = float_round_to_odd; \
61 + t.f128 = float128_muladd(s1->f128, s3->f128, s2->f128, maddflgs, &tstat); \
62 + env->fp_status.float_exception_flags |= tstat.float_exception_flags; \
64 + if (unlikely(tstat.float_exception_flags & float_flag_invalid)) { \
65 + float_invalid_op_madd(env, tstat.float_exception_flags, \
H A D0009-target-ppc-Update-fmadd-for-new-flags.patch90 env->fp_status.float_exception_flags |= tstat.float_exception_flags; \
92 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) { \
95 + float_invalid_op_madd(env, tstat.float_exception_flags, \
H A D0014-target-ppc-move-xscvqpdp-to-decodetree.patch43 float_status tstat;
45 tstat = env->fp_status;
48 tstat.float_rounding_mode = float_round_to_odd;
H A D0020-target-ppc-move-xs-n-madd-am-ds-p-xs-n-msub-am-ds-p-.patch46 set_float_rounding_mode(float_round_to_zero, &tstat); \
49 maddflgs, &tstat); \
50 t.fld |= (get_float_exception_flags(&tstat) & \
55 maddflgs, &tstat); \
57 env->fp_status.float_exception_flags |= tstat.float_exception_flags; \
/OK3568_Linux_fs/kernel/drivers/scsi/mvsas/
H A Dmv_sas.c1577 struct task_status_struct *tstat = &task->task_status; in mvs_sata_done() local
1578 struct ata_task_resp *resp = (struct ata_task_resp *)tstat->buf; in mvs_sata_done()
1586 tstat->buf_valid_size = sizeof(*resp); in mvs_sata_done()
1704 struct task_status_struct *tstat; in mvs_slot_complete() local
1714 tstat = &task->task_status; in mvs_slot_complete()
1726 memset(tstat, 0, sizeof(*tstat)); in mvs_slot_complete()
1727 tstat->resp = SAS_TASK_COMPLETE; in mvs_slot_complete()
1730 tstat->stat = SAS_ABORTED_TASK; in mvs_slot_complete()
1744 tstat->stat = SAS_PHY_DOWN; in mvs_slot_complete()
1758 tstat->stat = mvs_slot_err(mvi, task, slot_idx); in mvs_slot_complete()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c148 struct ep93xx_tstat tstat[TX_QUEUE_ENTRIES]; member
376 struct ep93xx_tstat *tstat; in ep93xx_tx_complete() local
380 tstat = ep->descs->tstat + entry; in ep93xx_tx_complete()
382 tstat0 = tstat->tstat0; in ep93xx_tx_complete()
386 tstat->tstat0 = 0; in ep93xx_tx_complete()
574 addr = ep->descs_dma_addr + offsetof(struct ep93xx_descs, tstat); in ep93xx_start_hw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/seeq/
H A Dsgiseeq.h31 volatile unsigned int tstat; member
H A Dsgiseeq.c160 sregs->tstat = SEEQ_TCMD_RB0; in __sgiseeq_set_mac_address()
304 sregs->tstat = TSTAT_INIT_EDLC; in init_seeq()
308 sregs->tstat = TSTAT_INIT_SEEQ; in init_seeq()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-imx-gpt.c261 uint32_t tstat; in mxc_timer_interrupt() local
263 tstat = readl_relaxed(imxtm->base + imxtm->gpt->reg_tstat); in mxc_timer_interrupt()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c264 out_be32(&regs->tstat, TSTAT_CLEAR_THALT); in tsec_send()
425 out_be32(&regs->tstat, TSTAT_CLEAR_THALT); in redundant_init()
523 out_be32(&regs->tstat, TSTAT_CLEAR_THALT); in startup_tsec()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dops-tx3927.c216 tx3927_pcicptr->tstat = TX3927_PCIC_TIM_ALL; in tx3927_pcierr_interrupt()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/txx9/
H A Dtx3927.h99 volatile unsigned long tstat; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch165 - for tstat in yappi.get_thread_stats():
166 - if tstat.name == '_MainThread':
167 - main_ctx_id = tstat.id
169 - ctx_ids.append(tstat.id)
1123 - for tstat in yappi.get_thread_stats():
1124 - self.assertTrue(tstat.tid not in thread_ids)
1125 - thread_ids.add(tstat.tid)
2081 + for tstat in yappi.get_thread_stats():
2082 + if tstat.name == '_MainThread':
2083 + main_ctx_id = tstat.id
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dtsec.h313 u32 tstat; /* Transmit Status */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.h664 u32 tstat; /* 0x.104 - Transmit Status Register */ member
1052 unsigned int tstat; member
H A Dgianfar.c575 grp->tstat |= (TSTAT_CLEAR_THALT >> i); in gfar_parse_group()
1230 gfar_write(&regs->tstat, priv->gfargrp[i].tstat); in gfar_start()
2018 gfar_write(&regs->tstat, TSTAT_CLEAR_THALT >> tx_queue->qindex); in gfar_start_xmit()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_86xx.h306 uint tstat; /* 0x24104 - Transmit Status Register */ member
H A Dimmap_85xx.h353 u32 tstat; /* TX Status */ member
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py95 tstat = True variable in SystemValues
1064 if not self.tstat:
6590 sysvals.tstat = False