mt7530.h (25d15dee34a1a40d5fd71636a205e3211f09fd1d) mt7530.h (cb675afcddbbeb2bfa6596e3bc236bc026cd425f)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2017 Sean Wang <sean.wang@mediatek.com>
4 */
5
6#ifndef __MT7530_H
7#define __MT7530_H
8

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

809
810static inline void INIT_MT7530_DUMMY_POLL(struct mt7530_dummy_poll *p,
811 struct mt7530_priv *priv, u32 reg)
812{
813 p->priv = priv;
814 p->reg = reg;
815}
816
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2017 Sean Wang <sean.wang@mediatek.com>
4 */
5
6#ifndef __MT7530_H
7#define __MT7530_H
8

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

809
810static inline void INIT_MT7530_DUMMY_POLL(struct mt7530_dummy_poll *p,
811 struct mt7530_priv *priv, u32 reg)
812{
813 p->priv = priv;
814 p->reg = reg;
815}
816
817int mt7530_probe_common(struct mt7530_priv *priv);
818void mt7530_remove_common(struct mt7530_priv *priv);
819
820extern const struct dsa_switch_ops mt7530_switch_ops;
821extern const struct mt753x_info mt753x_table[];
822
817#endif /* __MT7530_H */
823#endif /* __MT7530_H */