Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c35 /* RESET */ { RESET, IDLE },
36 /* IDLE */ { DRSELECT, IDLE },
43 /* DRUPDATE */ { DRSELECT, IDLE },
50 /* IRUPDATE */ { DRSELECT, IDLE }
83 js->drstop_state = IDLE; in altera_jinit()
84 js->irstop_state = IDLE; in altera_jinit()
282 js->jtag_state = IDLE; in altera_jreset_idle()
303 if ((state == IDLE) || (state == DRSHIFT) || in altera_goto_jstate()
599 case IDLE: in altera_irscan()
601 start_state = IDLE; in altera_irscan()
[all …]
H A Daltera-jtag.h19 IDLE = 1, enumerator
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Didle.fuc30 * IDLE data segment
36 * IDLE code segment
55 // count IDLE invocations for debugging purposes
/linux/drivers/scsi/
H A Daha1542.h13 #define IDLE BIT(4) /* SCSI Host Adapter Idle */ macro
18 #define STATMASK (STST | DIAGF | INIT | IDLE | CDF | DF | INVDCMD)
H A Daha1542.c225 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
941 STATMASK, IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) { in aha1542_reset()
/linux/drivers/input/misc/
H A Dad714x.c68 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
220 case IDLE: in ad714x_button_state_machine()
236 sw->state = IDLE; in ad714x_button_state_machine()
352 case IDLE: in ad714x_slider_state_machine()
387 sw->state = IDLE; in ad714x_slider_state_machine()
524 case IDLE: in ad714x_wheel_state_machine()
560 sw->state = IDLE; in ad714x_wheel_state_machine()
808 case IDLE: in ad714x_touchpad_state_machine()
857 sw->state = IDLE; in ad714x_touchpad_state_machine()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.c609 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
612 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
631 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
636 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
/linux/drivers/block/zram/
H A DKconfig126 entry (page), which can be used for a more fine grained IDLE
146 compression algorithm. Note, that IDLE page recompression
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c28 IDLE, enumerator
107 return IDLE; in brcmf_nvram_handle_idle()
164 return IDLE; in brcmf_nvram_handle_value()
188 return IDLE; in brcmf_nvram_handle_comment()
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-qaic9 IDLE (0) DBC is free and can be activated
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-i2c.c53 IDLE = 0, // no I2C command pending enumerator
122 case IDLE: in i2c_is_idle()
/linux/drivers/accel/ivpu/
H A Divpu_hw_btrs.c574 REG_TEST_FLD(VPU_HW_BTRS_MTL_VPU_STATUS, IDLE, val); in ivpu_hw_btrs_is_idle()
579 REG_TEST_FLD(VPU_HW_BTRS_LNL_VPU_STATUS, IDLE, val); in ivpu_hw_btrs_is_idle()
586 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_STATUS, IDLE, 0x1, IDLE_TIMEOUT_US); in ivpu_hw_btrs_wait_for_idle()
588 return REGB_POLL_FLD(VPU_HW_BTRS_LNL_VPU_STATUS, IDLE, 0x1, IDLE_TIMEOUT_US); in ivpu_hw_btrs_wait_for_idle()
/linux/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h41 u8 IDLE :1; member
63 u8 IDLE :1; member
H A Dbcm3510.c256 if (ap.APSTAT1_a2.RESET || ap.APSTAT1_a2.IDLE || ap.APSTAT1_a2.STOP || hab.HABSTAT_a8.HABR) {
/linux/drivers/infiniband/core/
H A Dcm_trace.h25 ib_cm_state(IDLE) \
/linux/drivers/dma/
H A Dhisi_dma.c102 IDLE = 0, enumerator
453 FIELD_GET(HISI_DMA_Q_FSM_STS_MASK, tmp) == IDLE, in hisi_dma_reset_or_disable_hw_chan()
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst97 25. IDLE
144 25 - IDLE
/linux/drivers/spi/
H A Dspi-amlogic-spifc-a4.c55 #define IDLE (0xc << 14) macro
75 #define CMD_IDLE(cs_sel, cyc) (IDLE | ((cs_sel) << 10) | ((cyc) & IDLE_CYCLE_MASK))
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst248 SYSCALL BREAK CPUCFG NOP IDLE ERTN(ERET) DBCL(DBGCALL) RDTIMEL.W RDTIMEH.W RDTIME.D
/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst21 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature.
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst322 IDLE pages tracking
503 #IDLE pages recompression is activated by `idle` mode
/linux/block/
H A Dblk-mq-debugfs.c211 CMD_FLAG_NAME(IDLE),
/linux/arch/arm/mm/
H A Dproc-xscale.S182 mcr p14, 0, r0, c7, c0, 0 @ Go to IDLE
/linux/drivers/md/
H A Ddm-cache-target.c1588 IDLE, enumerator
1599 return IDLE; in spare_migration_bandwidth()
1887 r = policy_get_background_work(cache->policy, b == IDLE, &op); in check_migrations()

12