1 /* SPDX-License-Identifier: BSD-3-Clause */
3 * Altera SoCFPGA IOCSR configuration
6 #ifndef __SOCFPGA_IOCSR_CONFIG_H__
7 #define __SOCFPGA_IOCSR_CONFIG_H__
9 #define CFG_HPS_IOCSR_SCANCHAIN0_LENGTH 764
10 #define CFG_HPS_IOCSR_SCANCHAIN1_LENGTH 1719
11 #define CFG_HPS_IOCSR_SCANCHAIN2_LENGTH 955
12 #define CFG_HPS_IOCSR_SCANCHAIN3_LENGTH 16766
14 const unsigned long iocsr_scan_chain0_table[] = {
41 const unsigned long iocsr_scan_chain1_table[] = {
98 const unsigned long iocsr_scan_chain2_table[] = {
131 const unsigned long iocsr_scan_chain3_table[] = {
659 #endif /* __SOCFPGA_IOCSR_CONFIG_H__ */