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