Lines Matching defs:spierrstats_t
57 struct spierrstats_t { struct
58 uint32 dna; /* The requested data is not available. */
59 uint32 rdunderflow; /* FIFO underflow happened due to current (F2, F3) rd command */
60 uint32 wroverflow; /* FIFO underflow happened due to current (F1, F2, F3) wr command */
62 uint32 f2interrupt; /* OR of all F2 related intr status bits. */
63 uint32 f3interrupt; /* OR of all F3 related intr status bits. */
65 uint32 f2rxnotready; /* F2 FIFO is not ready to receive data (FIFO empty) */
66 uint32 f3rxnotready; /* F3 FIFO is not ready to receive data (FIFO empty) */
68 uint32 hostcmddataerr; /* Error in command or host data, detected by CRC/checksum
71 uint32 f2pktavailable; /* Packet is available in F2 TX FIFO */
72 uint32 f3pktavailable; /* Packet is available in F2 TX FIFO */
74 uint32 dstatus[NUM_PREV_TRANSACTIONS]; /* dstatus bits of last 16 gSPI transactions */
75 uint32 spicmd[NUM_PREV_TRANSACTIONS];