OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /*
2 * Platform data definition for the Vitesse VSC7385 ethernet switch driver
3 *
4 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10  
11 struct vsc7385_platform_data {
12 void (*reset)(void);
13 char *ucode_name;
14 struct {
15 u32 tx_ipg:5;
16 u32 bit2:1;
17 u32 clk_sel:3;
18 } mac_cfg;
19 };