]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/common/vsc3316_3308.h
Merge 'u-boot-microblaze/zynq' into (u-boot-arm/master'
[karo-tx-uboot.git] / board / freescale / common / vsc3316_3308.h
1 /*
2  * Copyright 2012 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __VSC_CROSSBAR_H_
8 #define __VSC_CROSSBAR_H        1_
9
10 #include <common.h>
11 #include <i2c.h>
12 #include <errno.h>
13
14 int vsc_if_enable(unsigned int vsc_addr);
15 int vsc3316_config(unsigned int vsc_addr, int8_t con_arr[][2],
16                 unsigned int num_con);
17 int vsc3308_config(unsigned int vsc_addr, const int8_t con_arr[][2],
18                 unsigned int num_con);
19 void vsc_wp_config(unsigned int vsc_addr);
20
21 #endif  /* __VSC_CROSSBAR_H_ */