blob: 0f16c8b005e702e9343da6b85701b65894f65072 [file] [log] [blame]
/*
* include/linux/amlogic/media/registers/regs/efuse_regs.h
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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.
*
*/
#ifndef EFUSE_REGS_HEADER_
#define EFUSE_REGS_HEADER_
#define EFUSE_CLR (0x0)
#define EFUSE_START (0x1)
#define EFUSE_WDATA0 (0x4)
#define EFUSE_WDATA1 (0x5)
#define EFUSE_WDATA2 (0x6)
#define EFUSE_WDATA3 (0x7)
#define EFUSE_RDATA0 (0x8)
#define EFUSE_RDATA1 (0x9)
#define EFUSE_RDATA2 (0xa)
#define EFUSE_RDATA3 (0xb)
#define EFUSE_LIC0 (0xc)
#define EFUSE_LIC1 (0xd)
#define EFUSE_LIC2 (0xe)
#define EFUSE_LIC3 (0xf)
#endif