Searched defs:scc_channel (Results 1 – 2 of 2) sorted by relevance
46 typedef struct scc_channel { struct47 int scc_status; /* channel status */48 int scc_param; /* channel parameter */49 struct scc_reg *scc_port; /* port address */50 char *scc_init; /* initialize data */51 int scc_vec; /* interrupt vector */52 Scc_dma x_dma;53 Scc_dma r_dma;
53 } scc_channel[2]; member