Searched defs:cpsw_platform_data (Results 1 – 1 of 1) sorted by relevance
27 struct cpsw_platform_data { struct28 struct cpsw_slave_data *slave_data;29 u32 ss_reg_ofs; /* Subsystem control register offset */30 u32 channels; /* number of cpdma channels (symmetric) */31 u32 slaves; /* number of slave cpgmac ports */32 u32 active_slave; /* time stamping, ethtool and SIOCGMIIPHY slave */33 u32 cpts_clock_mult; /* convert input clock ticks to nanoseconds */34 u32 cpts_clock_shift; /* convert input clock ticks to nanoseconds */35 u32 ale_entries; /* ale table size */36 u32 bd_ram_size; /*buffer descriptor ram size */[all …]