Searched defs:scc_param (Results 1 – 2 of 2) 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 …]
95 u32 scc_param[2]; member