1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-C 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 2 2 3 #ifndef _DT_BINDINGS_NVMEM_MICROCHIP_OTPC_H 3 #ifndef _DT_BINDINGS_NVMEM_MICROCHIP_OTPC_H 4 #define _DT_BINDINGS_NVMEM_MICROCHIP_OTPC_H 4 #define _DT_BINDINGS_NVMEM_MICROCHIP_OTPC_H 5 5 6 /* 6 /* 7 * Need to have it as a multiple of 4 as NVMEM 7 * Need to have it as a multiple of 4 as NVMEM memory is registered with 8 * stride = 4. 8 * stride = 4. 9 */ 9 */ 10 #define OTP_PKT(id) ((id) 10 #define OTP_PKT(id) ((id) * 4) 11 11 12 #endif 12 #endif 13 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.