Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Ddmascc.c151 struct scc_param { struct
152 int pclk_hz; /* frequency of BRG input (don't change) */
153 int brg_tc; /* BRG terminal count; BRG disabled if < 0 */
154 int nrzi; /* 0 (nrz), 1 (nrzi) */
155 int clocks; /* see dmascc_cfg documentation */
156 int txdelay; /* [1/TMR_0_HZ] */
157 int txtimeout; /* [1/HZ] */
158 int txtail; /* [1/TMR_0_HZ] */
159 int waittime; /* [1/TMR_0_HZ] */
160 int slottime; /* [1/TMR_0_HZ] */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcpm1.h289 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 */
[all …]
H A 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 …]
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h317 typedef struct scc_param { struct
318 ushort scc_rbase; /* Rx Buffer descriptor base address */
319 ushort scc_tbase; /* Tx Buffer descriptor base address */
320 u_char scc_rfcr; /* Rx function code */
321 u_char scc_tfcr; /* Tx function code */
322 ushort scc_mrblr; /* Max receive buffer length */
323 uint scc_rstate; /* Internal */
324 uint scc_idp; /* Internal */
325 ushort scc_rbptr; /* Internal */
326 ushort scc_ibc; /* Internal */
[all …]
H A Dcpm_85xx.h254 typedef struct scc_param { struct
255 ushort scc_rbase; /* Rx Buffer descriptor base address */
256 ushort scc_tbase; /* Tx Buffer descriptor base address */
257 u_char scc_rfcr; /* Rx function code */
258 u_char scc_tfcr; /* Tx function code */
259 ushort scc_mrblr; /* Max receive buffer length */
260 uint scc_rstate; /* Internal */
261 uint scc_idp; /* Internal */
262 ushort scc_rbptr; /* Internal */
263 ushort scc_ibc; /* Internal */
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-is-command.h92 u32 scc_param[2]; member