Lines Matching +full:fsl +full:- +full:mc
1 // SPDX-License-Identifier: GPL-2.0+
3 * Freescale Layerscape MC I/O wrapper
5 * Copyright 2015-2016 Freescale Semiconductor, Inc.
10 #include <fsl-mc/fsl_mc_sys.h>
11 #include <fsl-mc/fsl_mc_cmd.h>
12 #include <fsl-mc/fsl_dpmac.h>
28 /* send command to mc*/ in dpmac_open()
49 /* send command to mc*/ in dpmac_close()
68 /* send command to mc*/ in dpmac_create()
94 /* send command to mc*/ in dpmac_destroy()
111 /* send command to mc*/ in dpmac_get_attributes()
136 /* send command to mc*/ in dpmac_mdio_read()
142 DPMAC_RSP_MDIO_READ(cmd, cfg->data); in dpmac_mdio_read()
160 /* send command to mc*/ in dpmac_mdio_write()
177 /* send command to mc*/ in dpmac_get_link_cfg()
200 /* send command to mc*/ in dpmac_set_link_state()
219 /* send command to mc*/ in dpmac_get_counter()
241 /* send command to mc */ in dpmac_get_api_version()