Lines Matching defs:scc_descriptor
54 struct scc_descriptor { struct
55 char *pu_name; /* PU identifier */
56 char *scc_instance; /* SCC Name */
57 u32 profile; /* SCC VCI_D profile */
59 u32 base_address; /* base address of the SCC unit reg shell*/
62 u32 p_scc_id; /* instance number of SCC unit */
63 u32 p_mci_id; /* memory channel ID */
66 u32 p_dma_channels_rd; /* Number of Read DMA channels */
67 u32 p_dma_channels_wr; /* Number of Write DMA channels */
69 u32 p_dma_packet_desc; /* Number of packet descriptors */
70 u32 p_dma_mci_desc; /* Number of MCI_CFG Descriptors */
72 int use_fh; /* the flag tells if SCC uses an FH */
74 int p_si2ocp_id; /* instance number of SI2OCP unit */
75 int hw_dma_cfg; /* HW or SW DMA config flag */
76 int hw_dma_start; /* HW or SW DMA start/stop flag */
78 u32 *buffer_tag_list; /* list of the buffer tags available */
79 u32 *csize_list; /* list of the valid CSIZE values */