Home
last modified time | relevance | path

Searched defs:sync_port (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/cris/arch-v10/drivers/
Dsync_serial.c94 struct sync_port { struct
96 const volatile unsigned *const status;
97 volatile unsigned *const ctrl_data;
98 volatile unsigned *const output_dma_first;
99 volatile unsigned char *const output_dma_cmd;
100 volatile unsigned char *const output_dma_clr_irq;
101 volatile unsigned *const input_dma_first;
102 volatile unsigned char *const input_dma_cmd;
103 volatile unsigned *const input_dma_descr;
105 volatile unsigned char *const input_dma_clr_irq;
[all …]
/linux-3.3/arch/cris/arch-v32/drivers/
Dsync_serial.c87 typedef struct sync_port struct
89 reg_scope_instances regi_sser;
90 reg_scope_instances regi_dmain;
91 reg_scope_instances regi_dmaout;
93 char started; /* 1 if port has been started */
94 char port_nbr; /* Port 0 or 1 */
95 char busy; /* 1 if port is busy */
97 char enabled; /* 1 if port is enabled */
98 char use_dma; /* 1 if port uses dma */
99 char tr_running;
[all …]
/linux-3.3/arch/s390/kernel/
Dtime.c744 struct etr_aib *sync_port, *aib; in etr_sync_clock() local
806 struct etr_aib *sync_port; in etr_sync_clock_stop() local
988 int sync_port; in etr_work_fn() local