Lines Matching +full:fsl +full:- +full:mc
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright 2013-2016 Freescale Semiconductor Inc.
7 #include <linux/fsl/mc.h>
9 #include "fsl-mc-private.h"
12 * dpmcp_open() - Open a control session for the specified object.
13 * @mc_io: Pointer to MC portal's I/O object
22 * associated with the specific object ID and the specific MC
41 cmd_params->dpmcp_id = cpu_to_le32(dpmcp_id); in dpmcp_open()
43 /* send command to mc*/ in dpmcp_open()
55 * dpmcp_close() - Close the control session of the object
56 * @mc_io: Pointer to MC portal's I/O object
75 /* send command to mc*/ in dpmcp_close()
80 * dpmcp_reset() - Reset the DPMCP, returns the object to initial state.
81 * @mc_io: Pointer to MC portal's I/O object
97 /* send command to mc*/ in dpmcp_reset()