Searched defs:spi_pram (Results 1 – 2 of 2) sorted by relevance
12 struct spi_pram { struct13 __be16 rbase; /* Rx Buffer descriptor base address */14 __be16 tbase; /* Tx Buffer descriptor base address */15 u8 rfcr; /* Rx function code */16 u8 tfcr; /* Tx function code */17 __be16 mrblr; /* Max receive buffer length */18 __be32 rstate; /* Internal */19 __be32 rdp; /* Internal */20 __be16 rbptr; /* Internal */21 __be16 rbc; /* Internal */[all …]
245 struct spi_pram { struct246 unsigned short rbase; /* Rx BD Base Address */247 unsigned short tbase; /* Tx BD Base Address */248 unsigned char rfcr; /* Rx function code */249 unsigned char tfcr; /* Tx function code */250 unsigned short mrblr; /* Rx buffer length */251 unsigned long rstate; /* Rx internal state */252 unsigned long rptr; /* Rx internal data pointer */253 unsigned short rbptr; /* rb BD Pointer */254 unsigned short rcount; /* Rx internal byte count */[all …]