Lines Matching defs:scc_param
254 typedef struct scc_param { struct
255 ushort scc_rbase; /* Rx Buffer descriptor base address */
256 ushort scc_tbase; /* Tx Buffer descriptor base address */
257 u_char scc_rfcr; /* Rx function code */
258 u_char scc_tfcr; /* Tx function code */
259 ushort scc_mrblr; /* Max receive buffer length */
260 uint scc_rstate; /* Internal */
261 uint scc_idp; /* Internal */
262 ushort scc_rbptr; /* Internal */
263 ushort scc_ibc; /* Internal */
264 uint scc_rxtmp; /* Internal */
265 uint scc_tstate; /* Internal */
266 uint scc_tdp; /* Internal */
267 ushort scc_tbptr; /* Internal */
268 ushort scc_tbc; /* Internal */
269 uint scc_txtmp; /* Internal */
270 uint scc_rcrc; /* Internal */
271 uint scc_tcrc; /* Internal */