Home
last modified time | relevance | path

Searched +full:latte +full:- +full:otp (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/nvmem/
H A Dnintendo-otp.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/nvmem/nintendo-otp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Nintendo Wii and Wii U OTP
10 This binding represents the OTP memory as found on a Nintendo Wii or Wii U,
11 which contains common and per-console keys, signatures and related data
14 See https://wiiubrew.org/wiki/Hardware/OTP
17 - Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
20 - $ref: nvmem.yaml#
[all …]
/linux/drivers/nvmem/
H A Dnintendo-otp.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Nintendo Wii and Wii U OTP driver
5 * This is a driver exposing the OTP of a Nintendo Wii or Wii U console.
7 * This memory contains common and per-console keys, signatures and
10 * Based on reversed documentation from https://wiiubrew.org/wiki/Hardware/OTP
19 #include <linux/nvmem-provider.h>
39 .name = "wii-otp",
44 .name = "wiiu-otp",
56 while (words--) { in nintendo_otp_reg_read()
59 iowrite32be(OTP_READ | bank | addr, priv->regs + HW_OTPCMD); in nintendo_otp_reg_read()
[all …]