mmc.h (27eb2c4b3d3e13f376a359e293c212a2e9407af5) mmc.h (d6cc64ef73f74edfc485fefb5e6dc2ba625bd675)
1/*******************************************************************************
2 MMC Header file
3
4 Copyright (C) 2011 STMicroelectronics Ltd
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.

--- 114 unchanged lines hidden (view full) ---

123 unsigned int mmc_rx_udp_gd_octets;
124 unsigned int mmc_rx_udp_err_octets;
125 unsigned int mmc_rx_tcp_gd_octets;
126 unsigned int mmc_rx_tcp_err_octets;
127 unsigned int mmc_rx_icmp_gd_octets;
128 unsigned int mmc_rx_icmp_err_octets;
129};
130
1/*******************************************************************************
2 MMC Header file
3
4 Copyright (C) 2011 STMicroelectronics Ltd
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.

--- 114 unchanged lines hidden (view full) ---

123 unsigned int mmc_rx_udp_gd_octets;
124 unsigned int mmc_rx_udp_err_octets;
125 unsigned int mmc_rx_tcp_gd_octets;
126 unsigned int mmc_rx_tcp_err_octets;
127 unsigned int mmc_rx_icmp_gd_octets;
128 unsigned int mmc_rx_icmp_err_octets;
129};
130
131extern void dwmac_mmc_ctrl(void __iomem *ioaddr, unsigned int mode);
132extern void dwmac_mmc_intr_all_mask(void __iomem *ioaddr);
133extern void dwmac_mmc_read(void __iomem *ioaddr, struct stmmac_counters *mmc);
131void dwmac_mmc_ctrl(void __iomem *ioaddr, unsigned int mode);
132void dwmac_mmc_intr_all_mask(void __iomem *ioaddr);
133void dwmac_mmc_read(void __iomem *ioaddr, struct stmmac_counters *mmc);
134
135#endif /* __MMC_H__ */
134
135#endif /* __MMC_H__ */