Searched +full:latte +full:- +full:otp (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---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 OTP10 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 data14 See https://wiiubrew.org/wiki/Hardware/OTP17 - Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>20 - $ref: nvmem.yaml#[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Nintendo Wii and Wii U OTP driver5 * 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 and10 * Based on reversed documentation from https://wiiubrew.org/wiki/Hardware/OTP19 #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 …]