Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dfsi_master_aspeed.h58 TP_PROTO(uint32_t mresp0, uint32_t mstap0, uint32_t mesrb0),
59 TP_ARGS(mresp0, mstap0, mesrb0),
61 __field(uint32_t, mresp0)
66 __entry->mresp0 = mresp0;
71 __entry->mresp0, __entry->mstap0, __entry->mesrb0
/openbmc/u-boot/drivers/misc/
H A Daspeed-fsi.c168 #define trace_aspeed_fsi_opb_error(mresp0, mstap0, mesrb0) \ argument
170 mresp0, mstap0, mesrb0)
256 __be32 mresp0, mstap0, mesrb0; in check_errors() local
258 opb_read(aspeed, ctrl_base + FSI_MRESP0, 4, &mresp0); in check_errors()
263 be32_to_cpu(mresp0), in check_errors()
366 __be32 mmode, mresp0, mstap0, mesrb0; in aspeed_fsi_status() local
371 opb_read(aspeed, ctrl_base + FSI_MRESP0, 4, &mresp0); in aspeed_fsi_status()
376 printf("mresp %08x\n", be32_to_cpu(mresp0)); in aspeed_fsi_status()
/openbmc/linux/drivers/fsi/
H A Dfsi-master-aspeed.c226 __be32 mresp0, mstap0, mesrb0; in check_errors() local
228 opb_readl(aspeed, ctrl_base + FSI_MRESP0, &mresp0); in check_errors()
233 be32_to_cpu(mresp0), in check_errors()