Newer
Older
arm-trusted-firmware / include / drivers / marvell / mci.h
@Konstantin Porotchkin Konstantin Porotchkin on 18 Jul 2018 372 bytes marvell: drivers: Add MoChi drivers
/*
 * Copyright (C) 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 * https://spdx.org/licenses
 */

/* MCI bus driver for Marvell ARMADA 8K and 8K+ SoCs */

#ifndef _MCI_H_
#define _MCI_H_

int mci_initialize(int mci_index);
void mci_turn_link_down(void);
void mci_turn_link_on(void);
int mci_get_link_status(void);

#endif /* _MCI_H_ */