Lines Matching defs:spi_pram
14 struct spi_pram { struct
15 __be16 rbase; /* Rx Buffer descriptor base address */
16 __be16 tbase; /* Tx Buffer descriptor base address */
17 u8 rfcr; /* Rx function code */
18 u8 tfcr; /* Tx function code */
19 __be16 mrblr; /* Max receive buffer length */
20 __be32 rstate; /* Internal */
21 __be32 rdp; /* Internal */
22 __be16 rbptr; /* Internal */
23 __be16 rbc; /* Internal */
24 __be32 rxtmp; /* Internal */
25 __be32 tstate; /* Internal */
26 __be32 tdp; /* Internal */
27 __be16 tbptr; /* Internal */
28 __be16 tbc; /* Internal */
29 __be32 txtmp; /* Internal */
30 __be32 res; /* Tx temp. */
31 __be16 rpbase; /* Relocation pointer (CPM1 only) */
32 __be16 res1; /* Reserved */