Lines Matching defs:scc_param
287 typedef struct scc_param { struct
288 ushort scc_rbase; /* Rx Buffer descriptor base address */
289 ushort scc_tbase; /* Tx Buffer descriptor base address */
290 u_char scc_rfcr; /* Rx function code */
291 u_char scc_tfcr; /* Tx function code */
292 ushort scc_mrblr; /* Max receive buffer length */
293 uint scc_rstate; /* Internal */
294 uint scc_idp; /* Internal */
295 ushort scc_rbptr; /* Internal */
296 ushort scc_ibc; /* Internal */
297 uint scc_rxtmp; /* Internal */
298 uint scc_tstate; /* Internal */
299 uint scc_tdp; /* Internal */
300 ushort scc_tbptr; /* Internal */
301 ushort scc_tbc; /* Internal */
302 uint scc_txtmp; /* Internal */
303 uint scc_rcrc; /* Internal */
304 uint scc_tcrc; /* Internal */