blob: 0e5d5e3c81195027c7869b7ffbcb3f62ef3eb2cd [file] [log] [blame]
Horatiu Vultur236dabc2019-01-31 15:30:34 +01001/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2/*
3 * Copyright (c) 2018 Microsemi Corporation
4 */
5
6struct mscc_miim_dev {
7 void __iomem *regs;
8 void __iomem *phy_regs;
9};
10
11int mscc_miim_read(struct mii_dev *bus, int addr, int devad, int reg);
12int mscc_miim_write(struct mii_dev *bus, int addr, int devad, int reg, u16 val);