Home
last modified time | relevance | path

Searched defs:scc_param (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/hamradio/
Ddmascc.c164 struct scc_param { struct
165 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 …]
/Linux-v4.19/arch/powerpc/include/asm/
Dcpm1.h288 typedef struct scc_param { struct
289 ushort scc_rbase; /* Rx Buffer descriptor base address */
290 ushort scc_tbase; /* Tx Buffer descriptor base address */
291 u_char scc_rfcr; /* Rx function code */
292 u_char scc_tfcr; /* Tx function code */
293 ushort scc_mrblr; /* Max receive buffer length */
294 uint scc_rstate; /* Internal */
295 uint scc_idp; /* Internal */
296 ushort scc_rbptr; /* Internal */
297 ushort scc_ibc; /* Internal */
[all …]
Dcpm2.h309 typedef struct scc_param { struct
310 ushort scc_rbase; /* Rx Buffer descriptor base address */
311 ushort scc_tbase; /* Tx Buffer descriptor base address */
312 u_char scc_rfcr; /* Rx function code */
313 u_char scc_tfcr; /* Tx function code */
314 ushort scc_mrblr; /* Max receive buffer length */
315 uint scc_rstate; /* Internal */
316 uint scc_idp; /* Internal */
317 ushort scc_rbptr; /* Internal */
318 ushort scc_ibc; /* Internal */
[all …]
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is-command.h95 u32 scc_param[2]; member