Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dfsi_master_aspeed.h58 TP_PROTO(uint32_t mresp0, uint32_t mstap0, uint32_t mesrb0),
59 TP_ARGS(mresp0, mstap0, mesrb0),
62 __field(uint32_t, mstap0)
67 __entry->mstap0 = mstap0;
71 __entry->mresp0, __entry->mstap0, __entry->mesrb0
/linux-6.1.9/drivers/fsi/
Dfsi-master-aspeed.c226 __be32 mresp0, mstap0, mesrb0; in check_errors() local
229 opb_readl(aspeed, ctrl_base + FSI_MSTAP0, &mstap0); in check_errors()
234 be32_to_cpu(mstap0), in check_errors()