Searched defs:scc_param (Results 1 – 4 of 4) sorted by relevance
164 struct scc_param { struct165 int pclk_hz; /* frequency of BRG input (don't change) */166 int brg_tc; /* BRG terminal count; BRG disabled if < 0 */167 int nrzi; /* 0 (nrz), 1 (nrzi) */168 int clocks; /* see dmascc_cfg documentation */169 int txdelay; /* [1/TMR_0_HZ] */170 int txtimeout; /* [1/HZ] */171 int txtail; /* [1/TMR_0_HZ] */172 int waittime; /* [1/TMR_0_HZ] */173 int slottime; /* [1/TMR_0_HZ] */[all …]
350 typedef struct scc_param { struct351 ushort scc_rbase; /* Rx Buffer descriptor base address */352 ushort scc_tbase; /* Tx Buffer descriptor base address */353 u_char scc_rfcr; /* Rx function code */354 u_char scc_tfcr; /* Tx function code */355 ushort scc_mrblr; /* Max receive buffer length */356 uint scc_rstate; /* Internal */357 uint scc_idp; /* Internal */358 ushort scc_rbptr; /* Internal */359 ushort scc_ibc; /* Internal */[all …]
287 typedef struct scc_param { struct288 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 */[all …]
308 typedef struct scc_param { struct309 ushort scc_rbase; /* Rx Buffer descriptor base address */310 ushort scc_tbase; /* Tx Buffer descriptor base address */311 u_char scc_rfcr; /* Rx function code */312 u_char scc_tfcr; /* Tx function code */313 ushort scc_mrblr; /* Max receive buffer length */314 uint scc_rstate; /* Internal */315 uint scc_idp; /* Internal */316 ushort scc_rbptr; /* Internal */317 ushort scc_ibc; /* Internal */[all …]