embeddedsw/XilinxProcessorIPLib/drivers/scaler/src/xscaler_g.c
Suneel Garapati 0ae197d5e4 all: make source code non-executable
Changes -
find -name "*.h" -exec chmod a-x '{}' ';'
find -name "*.c" -exec chmod a-x '{}' ';'
find -name "*.S" -exec chmod a-x '{}' ';'
find -name "*.ld" -exec chmod a-x '{}' ';'
find -name Makefile -exec chmod a-x '{}' ';'

Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
2014-12-17 15:13:03 +05:30

36 lines
780 B
C

/*******************************************************************
*
* CAUTION: This file is automatically generated by HSM.
* Version:
* DO NOT EDIT.
*
* v (64-bit)
SW Build (by ) on
Copyright 1986-2014 Xilinx, Inc. All Rights Reserved.
*
* Description: Driver configuration
*
*******************************************************************/
#include "xparameters.h"
#include "xscaler.h"
/*
* The configuration table for devices
*/
XScaler_Config XScaler_ConfigTable[] =
{
{
XPAR_V_SCALER_1_DEVICE_ID,
XPAR_V_SCALER_1_BASEADDR,
XPAR_V_SCALER_1_NUM_V_TAPS,
XPAR_V_SCALER_1_NUM_H_TAPS,
XPAR_V_SCALER_1_MAX_PHASES,
XPAR_V_SCALER_1_MAX_COEF_SETS,
XPAR_V_SCALER_1_CHROMA_FORMAT,
XPAR_V_SCALER_1_SEPARATE_YC_COEFS,
XPAR_V_SCALER_1_SEPARATE_HV_COEFS
}
};