Home
last modified time | relevance | path

Searched refs:seq_state (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_cia.c944 const char *seq_state; in cia_decode_mem_error()
979 seq_state = "Idle"; in cia_decode_mem_error()
982 seq_state = "DMA READ or DMA WRITE"; in cia_decode_mem_error()
985 seq_state = "READ MISS (or READ MISS MODIFY) with victim"; in cia_decode_mem_error()
988 seq_state = "READ MISS (or READ MISS MODIFY) with no victim"; in cia_decode_mem_error()
991 seq_state = "Refresh"; in cia_decode_mem_error()
994 seq_state = "Idle, waiting for DMA pending read"; in cia_decode_mem_error()
997 seq_state = "Idle, ras precharge"; in cia_decode_mem_error()
1000 seq_state = "Unknown"; in cia_decode_mem_error()
1030 printk(KERN_CRIT " Memory sequencer state: %s\n", seq_state);
941 const char *seq_state; cia_decode_mem_error() local
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dcore_cia.c944 const char *seq_state; in cia_decode_mem_error()
979 seq_state = "Idle"; in cia_decode_mem_error()
982 seq_state = "DMA READ or DMA WRITE"; in cia_decode_mem_error()
985 seq_state = "READ MISS (or READ MISS MODIFY) with victim"; in cia_decode_mem_error()
988 seq_state = "READ MISS (or READ MISS MODIFY) with no victim"; in cia_decode_mem_error()
991 seq_state = "Refresh"; in cia_decode_mem_error()
994 seq_state = "Idle, waiting for DMA pending read"; in cia_decode_mem_error()
997 seq_state = "Idle, ras precharge"; in cia_decode_mem_error()
1000 seq_state = "Unknown"; in cia_decode_mem_error()
1030 printk(KERN_CRIT " Memory sequencer state: %s\n", seq_state);
941 const char *seq_state; cia_decode_mem_error() local
[all...]
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsmp-cps.c216 u32 stat, seq_state; in boot_core() local
255 seq_state = stat & CPC_Cx_STAT_CONF_SEQSTATE; in boot_core()
256 seq_state >>= __ffs(CPC_Cx_STAT_CONF_SEQSTATE); in boot_core()
259 if (seq_state == CPC_Cx_STAT_CONF_SEQSTATE_U6) in boot_core()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsmp-cps.c209 u32 stat, seq_state; in boot_core() local
248 seq_state = stat & CPC_Cx_STAT_CONF_SEQSTATE; in boot_core()
249 seq_state >>= __ffs(CPC_Cx_STAT_CONF_SEQSTATE); in boot_core()
252 if (seq_state == CPC_Cx_STAT_CONF_SEQSTATE_U6) in boot_core()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-fsi.c422 u64 seq_state; in fsi_spi_transfer_init() local
438 seq_state = status & SPI_FSI_STATUS_SEQ_STATE; in fsi_spi_transfer_init()
453 } while (seq_state && (seq_state != SPI_FSI_STATUS_SEQ_STATE_IDLE)); in fsi_spi_transfer_init()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-fsi.c368 u64 seq_state; in fsi_spi_transfer_init() local
384 seq_state = status & SPI_FSI_STATUS_SEQ_STATE; in fsi_spi_transfer_init()
403 } while (seq_state && (seq_state != SPI_FSI_STATUS_SEQ_STATE_IDLE)); in fsi_spi_transfer_init()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h229 * @seq_state: Set, or read the sequencer state.
273 u32 seq_state; member
352 u32 seq_state; member
H A Dcoresight-etm4x-sysfs.c226 config->seq_state = 0x0; in reset_store()
1411 val = config->seq_state; in seq_state_show()
1428 config->seq_state = val; in seq_state_store()
1431 static DEVICE_ATTR_RW(seq_state);
H A Dcoresight-etm4x-core.c152 writel_relaxed(config->seq_state, drvdata->base + TRCSEQSTR); in etm4_enable_hw()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c69 CHECKREG(TRCSEQSTR, seq_state); in etm4_cfg_map_reg_offset()
H A Dcoresight-etm4x-sysfs.c227 config->seq_state = 0x0; in reset_store()
1420 val = config->seq_state; in seq_state_show()
1437 config->seq_state = val; in seq_state_store()
1440 static DEVICE_ATTR_RW(seq_state);
H A Dcoresight-etm4x.h817 * @seq_state: Set, or read the sequencer state.
861 u32 seq_state; member
940 u32 seq_state; member
H A Dcoresight-etm4x-core.c459 etm4x_relaxed_write32(csa, config->seq_state, TRCSEQSTR); in etm4_enable_hw()
/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A Dmcr20a.c886 u8 seq_state = lp->irq_data[DAR_IRQ_STS1] & DAR_PHY_CTRL1_XCVSEQ_MASK; in mcr20a_irq_clean_complete() local
895 switch (seq_state) { in mcr20a_irq_clean_complete()
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dmcr20a.c886 u8 seq_state = lp->irq_data[DAR_IRQ_STS1] & DAR_PHY_CTRL1_XCVSEQ_MASK; in mcr20a_irq_clean_complete() local
895 switch (seq_state) { in mcr20a_irq_clean_complete()

Completed in 24 milliseconds