Home
last modified time | relevance | path

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

/linux/drivers/bus/
H A Dstm32_rifsc.c554 struct rifsc_rimu_debug_data m_dbg_entry; in stm32_rifsc_conf_dump_show() local
556 stm32_rifsc_fill_rimu_dbg_entry(rifsc, &m_dbg_entry, i); in stm32_rifsc_conf_dump_show()
558 seq_printf(s, "| %-11s |", m_dbg_entry.m_name); in stm32_rifsc_conf_dump_show()
559 seq_printf(s, "| %-6s |", m_dbg_entry.cidsel ? "CIDSEL" : ""); in stm32_rifsc_conf_dump_show()
560 seq_printf(s, "| %-4d |", m_dbg_entry.m_cid); in stm32_rifsc_conf_dump_show()
561 seq_printf(s, "| %-8s |", m_dbg_entry.m_sec ? "SEC" : "NSEC"); in stm32_rifsc_conf_dump_show()
562 seq_printf(s, "| %-12s |\n", m_dbg_entry.m_priv ? "PRIV" : "NPRIV"); in stm32_rifsc_conf_dump_show()