Searched refs:mresp0 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/trace/events/ |
D | fsi_master_aspeed.h | 58 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
|
/Linux-v6.6/drivers/fsi/ |
D | fsi-master-aspeed.c | 226 __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()
|