xref: /kernel/linux/linux-5.10/drivers/bcma/driver_gmac_cmn.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/bcma/
18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * Broadcom specific AMBA
38c2ecf20Sopenharmony_ci * GBIT MAC COMMON Core
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Licensed under the GNU/GPL. See COPYING for details.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#include "bcma_private.h"
98c2ecf20Sopenharmony_ci#include <linux/bcma/bcma.h>
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_civoid bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
128c2ecf20Sopenharmony_ci{
138c2ecf20Sopenharmony_ci	mutex_init(&gc->phy_mutex);
148c2ecf20Sopenharmony_ci}
15

Indexes created Thu Nov 07 10:32:03 CST 2024