Home
last modified time | relevance | path

Searched refs:seq_state (Results 1 – 8 of 8) sorted by relevance

/linux/arch/alpha/kernel/
H A Dcore_cia.c941 const char *seq_state; in cia_decode_mem_error() local
976 seq_state = "Idle"; in cia_decode_mem_error()
979 seq_state = "DMA READ or DMA WRITE"; in cia_decode_mem_error()
982 seq_state = "READ MISS (or READ MISS MODIFY) with victim"; in cia_decode_mem_error()
985 seq_state = "READ MISS (or READ MISS MODIFY) with no victim"; in cia_decode_mem_error()
988 seq_state = "Refresh"; in cia_decode_mem_error()
991 seq_state = "Idle, waiting for DMA pending read"; in cia_decode_mem_error()
994 seq_state = "Idle, ras precharge"; in cia_decode_mem_error()
997 seq_state = "Unknown"; in cia_decode_mem_error()
1027 printk(KERN_CRIT " Memory sequencer state: %s\n", seq_state); in cia_decode_mem_error()
/linux/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()
/linux/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-core.c459 etm4x_relaxed_write32(csa, config->seq_state, TRCSEQSTR); in etm4_enable_hw()
/linux/drivers/net/ieee802154/
H A Dmcr20a.c885 u8 seq_state = lp->irq_data[DAR_IRQ_STS1] & DAR_PHY_CTRL1_XCVSEQ_MASK; in mcr20a_irq_clean_complete() local
894 switch (seq_state) { in mcr20a_irq_clean_complete()
/linux/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst559 :File: ``seq_state`` (rw)
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm4x189 What: /sys/bus/coresight/devices/etm<N>/seq_state