xref: /freebsd/sys/arm64/rockchip/rk_otp.h (revision 90737b632ee50f5275ea12498841883f7d739267)
1896d3e43SSøren Schmidt /*-
2*90737b63SGanbold Tsagaankhuu  * SPDX-License-Identifier: BSD-2-Clause
37e2600eaSGanbold Tsagaankhuu  *
4896d3e43SSøren Schmidt  * Copyright (c) 2022 Soren Schmidt <sos@deepcore.dk>
5896d3e43SSøren Schmidt  *
6896d3e43SSøren Schmidt  * Redistribution and use in source and binary forms, with or without
7896d3e43SSøren Schmidt  * modification, are permitted provided that the following conditions
8896d3e43SSøren Schmidt  * are met:
9896d3e43SSøren Schmidt  * 1. Redistributions of source code must retain the above copyright
10896d3e43SSøren Schmidt  *    notice, this list of conditions and the following disclaimer.
11896d3e43SSøren Schmidt  * 2. Redistributions in binary form must reproduce the above copyright
12896d3e43SSøren Schmidt  *    notice, this list of conditions and the following disclaimer in the
13896d3e43SSøren Schmidt  *    documentation and/or other materials provided with the distribution.
14896d3e43SSøren Schmidt  *
15896d3e43SSøren Schmidt  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16896d3e43SSøren Schmidt  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17896d3e43SSøren Schmidt  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18896d3e43SSøren Schmidt  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19896d3e43SSøren Schmidt  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20896d3e43SSøren Schmidt  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21896d3e43SSøren Schmidt  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22896d3e43SSøren Schmidt  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23896d3e43SSøren Schmidt  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24896d3e43SSøren Schmidt  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25896d3e43SSøren Schmidt  * SUCH DAMAGE.
26896d3e43SSøren Schmidt  */
27896d3e43SSøren Schmidt 
28896d3e43SSøren Schmidt int rk_otp_read(device_t dev, uint8_t *buffer, int offset, int size);
29