![]() |
|
|||
0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 0002 /* 0003 * Copyright (C) 2016 Marvell Technology Group Ltd. 0004 */ 0005 0006 /* Common definitions used by Armada 7K/8K DTs */ 0007 #define PASTER(x, y) x ## y 0008 #define EVALUATOR(x, y) PASTER(x, y) 0009 #define CP11X_LABEL(name) EVALUATOR(CP11X_NAME, EVALUATOR(_, name)) 0010 #define CP11X_NODE_NAME(name) EVALUATOR(CP11X_NAME, EVALUATOR(-, name)) 0011 #define ADDRESSIFY(addr) EVALUATOR(0x, addr)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |