cregit-Linux how code gets into the kernel

Release 4.13 drivers/staging/ccree/cc_regs.h

/*
 * Copyright (C) 2012-2017 ARM Limited or its affiliates.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 */

/*!
 * @file
 * @brief This file contains macro definitions for accessing ARM TrustZone
 *        CryptoCell register space.
 */

#ifndef _CC_REGS_H_

#define _CC_REGS_H_

#include <linux/bitfield.h>


#define AXIM_MON_BASE_OFFSET CC_REG_OFFSET(CRY_KERNEL, AXIM_MON_COMP)

#define AXIM_MON_COMP_VALUE GENMASK(DX_AXIM_MON_COMP_VALUE_BIT_SIZE + \
                DX_AXIM_MON_COMP_VALUE_BIT_SHIFT, \
                DX_AXIM_MON_COMP_VALUE_BIT_SHIFT)


#define AXIM_MON_BASE_OFFSET CC_REG_OFFSET(CRY_KERNEL, AXIM_MON_COMP)

#define AXIM_MON_COMP_VALUE GENMASK(DX_AXIM_MON_COMP_VALUE_BIT_SIZE + \
                DX_AXIM_MON_COMP_VALUE_BIT_SHIFT, \
                DX_AXIM_MON_COMP_VALUE_BIT_SHIFT)

/* Register Offset macro */

#define CC_REG_OFFSET(unit_name, reg_name)               \
	(DX_BASE_ ## unit_name + DX_ ## reg_name ## _REG_OFFSET)

#endif /*_CC_REGS_H_*/

Overall Contributors

PersonTokensPropCommitsCommitProp
Gilad Ben-Yossef4097.56%480.00%
Timothée Isnard12.44%120.00%
Total41100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.