Home
last modified time | relevance | path

Searched +full:otp +full:- +full:1 (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Drockchip,otp.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/rockchip,otp.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Drockchip-otp.txt1 Rockchip internal OTP (One Time Programmable) memory device tree bindings
4 - compatible: Should be one of the following.
5 - "rockchip,px30-otp" - for PX30 SoCs.
6 - "rockchip,rk3308-otp" - for RK3308 SoCs.
7 - reg: Should contain the registers location and size
8 - clocks: Must contain an entry for each entry in clock-names.
9 - clock-names: Should be "otp", "apb_pclk" and "phy".
10 - resets: Must contain an entry for each entry in reset-names.
12 - reset-names: Should be "phy".
17 otp: otp@ff290000 {
[all …]
H A Dlpc1850-otp.txt1 * NXP LPC18xx OTP memory
3 Internal OTP (One Time Programmable) memory for NXP LPC18xx/43xx devices.
6 - compatible: Should be "nxp,lpc1850-otp"
7 - reg: Must contain an entry with the physical base address and length
8 for each entry in reg-names.
9 - address-cells: must be set to 1.
10 - size-cells: must be set to 1.
15 otp: otp@40045000 {
16 compatible = "nxp,lpc1850-otp";
18 #address-cells = <1>;
[all …]
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 …]
H A Dst,stm32-romem.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/st,stm32-rome
[all...]
H A Dmicrochip,lan9662-otpc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/microchip,lan9662-otpc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip LAN9662 OTP Controller (OTPC)
10 - Horatiu Vultur <horatiu.vultur@microchip.com>
13 OTP controller drives a NVMEM memory where system specific data
18 - $ref: nvmem.yaml#
23 - items:
24 - const: microchip,lan9668-otpc
[all …]
H A Dsunplus,sp7021-ocotp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/nvmem/sunplus,sp7021-ocot
[all...]
H A Dvf610-ocotp.txt1 On-Chip OTP Memory for Freescale Vybrid
5 - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx
6 #address-cells : Should be 1
7 #size-cells : Should be 1
8 reg : Address and length of OTP controller and fuse map registers
14 compatible = "fsl,vf610-ocotp", "syscon";
15 #address-cells = <1>;
16 #size-cells = <1>;
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-read.c
H A Diwl-agn-hw.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014 Intel Corporation
6 * Please use this file (iwl-agn-hw.h) only for hardware-related definitions.
18 #define IWLAGN_RTC_INST_SIZE (IWLAGN_RTC_INST_UPPER_BOUND - \
20 #define IWLAGN_RTC_DATA_SIZE (IWLAGN_RTC_DATA_UPPER_BOUND - \
28 (IWL60_RTC_INST_UPPER_BOUND - IWL60_RTC_INST_LOWER_BOUND)
30 (IWL60_RTC_DATA_UPPER_BOUND - IWL60_RTC_DATA_LOWER_BOUND)
42 #define IWLAGN_TX_POWER_TARGET_POWER_MIN (0) /* 0 dBm: 1 milliwatt */
51 #define OTP_MAX_LL_ITEMS_1000 (3) /* OTP blocks for 1000 */
52 #define OTP_MAX_LL_ITEMS_6x00 (4) /* OTP blocks for 6x00 */
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_otp.c2 * EAP peer method: EAP-OTP (RFC 3748)
3 * Copyright (c) 2004-2006, Jouni Malinen <j@w1.fi>
17 /* No need for private data. However, must return non-NULL to indicate in eap_otp_init()
19 return (void *) 1; in eap_otp_init()
35 int otp; in eap_otp_process() local
39 ret->ignore = true; in eap_otp_process()
42 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message", in eap_otp_process()
47 otp = 1; in eap_otp_process()
50 otp = 0; in eap_otp_process()
54 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured"); in eap_otp_process()
[all …]
H A Deap_gtc.c2 * EAP peer method: EAP-GTC (RFC 3748)
3 * Copyright (c) 2004-2006, Jouni Malinen <j@w1.fi>
27 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF && in eap_gtc_init()
28 sm->m->method == EAP_TYPE_FAST) { in eap_gtc_init()
29 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix " in eap_gtc_init()
31 data->prefix = 1; in eap_gtc_init()
52 int otp; in eap_gtc_process() local
57 ret->ignore = true; in eap_gtc_process()
62 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Request message", pos, len); in eap_gtc_process()
63 if (data->prefix && in eap_gtc_process()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Deeprom.c1 // SPDX-License-Identifier: ISC
28 return -ETIMEDOUT; in mt7615_efuse_read()
53 if (is_mt7663(&dev->mt76)) in mt7615_efuse_init()
60 dev->mt76.otp.data = devm_kzalloc(dev->mt76.dev, len, GFP_KERNEL); in mt7615_efuse_init()
61 dev->mt76.otp.size = len; in mt7615_efuse_init()
62 if (!dev->mt76.otp.data) in mt7615_efuse_init()
63 return -ENOMEM; in mt7615_efuse_init()
65 buf = dev->mt76.otp.data; in mt7615_efuse_init()
87 ret = mt76_eeprom_init(&dev->mt76, MT7615_EEPROM_FULL_SIZE); in mt7615_eeprom_load()
96 u16 val = get_unaligned_le16(dev->eeprom.data); in mt7615_check_eeprom()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mique
[all...]
/freebsd/sys/dev/nmdm/
H A Dnmdm.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
10 * 1. Redistributions of source code must retain the above copyright
35 * Pseudo-nulmodem driver
107 struct tty *otp; in nmdm_close() local
110 onp = np->np_other; in nmdm_close()
111 otp = onp->np_tty; in nmdm_close()
114 if (tty_opened(otp)) in nmdm_close()
122 onp = np->np_other; in nmdm_close()
125 otp = onp->np_tty; in nmdm_close()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Deeprom.c1 // SPDX-License-Identifier: ISC
21 return -ETIMEDOUT; in mt7603_efuse_read()
51 dev->mt76.otp.data = devm_kzalloc(dev->mt76.dev, len, GFP_KERNEL); in mt7603_efuse_init()
52 dev->mt76.otp.size = len; in mt7603_efuse_init()
53 if (!dev->mt76.otp.data) in mt7603_efuse_init()
54 return -ENOMEM; in mt7603_efuse_init()
56 buf = dev->mt76.otp.data; in mt7603_efuse_init()
100 MT_EE_TX_POWER_0_START_2G + 1, in mt7603_apply_cal_free_data()
102 MT_EE_TX_POWER_1_START_2G + 1, in mt7603_apply_cal_free_data()
104 struct device_node *np = dev->mt76.dev->of_node; in mt7603_apply_cal_free_data()
[all …]
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
14 * 1. Redistributions of source code must retain the above copyright
63 * ChipCommon-controlled SPROM/OTP is supported, along with the
66 CHIPC_QUIRK_SUPPORTS_SPROM = (1<<1),
72 CHIPC_QUIRK_4706_NFLASH = (1<<2),
78 CHIPC_QUIRK_MUX_SPROM = (1<<3),
86 CHIPC_QUIRK_4331_EXTPA_MUX_SPROM = (1<<4) |
99 CHIPC_QUIRK_4331_GPIO2_5_MUX_SPROM = (1<<5) |
[all …]
H A Dchipcreg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
5 * Copyright (c) 2010-2015 Broadcom Corporation
10 * distributed with the Asus RT-N16 firmware source code release.
30 #define CHIPC_HWREV_HAS_CORECTRL(hwrev) ((hwrev) >= 1)
52 #define CHIPC_CORECTRL 0x08 /* rev >= 1 */
55 #define CHIPC_OTPST 0x10 /**< otp status */
56 #define CHIPC_OTPCTRL 0x14 /**< otp control */
58 #define CHIPC_OTPLAYOUT 0x1C /**< otp layout (IPX OTP) */
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.89 .\" 1. Redistributions of source code must retain the above copyright
50 .Op Fl Fl gss-bindings
51 .Op Fl I | Fl Fl no-insecure-oob
53 .Op Fl B | Fl Fl builtin-ls
54 .Op Fl Fl good-chars= Ns Ar string
68 .Bl -tag -width Ds
76 .Bl -tag -width plain
78 Allow logging in with plaintext password. The password can be a(n) OTP
80 .It Ar otp
83 but only OTP is allowed.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dpalmas-pmic.txt3 The tps659038 for the AM57x class have OTP spins that
5 is not a need to add the OTP spins to the palmas driver. The
11 - compatible : Should be from the list
12 ti,twl6035-pmic
13 ti,twl6036-pmic
14 ti,twl6037-pmic
15 ti,tps65913-pmic
16 ti,tps65914-pmic
17 ti,tps65917-pmic
18 ti,tps659038-pmic
[all …]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
21 <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
22 <arg>-g <replaceable>path to global ctrl_interface socket</replaceable></arg>
23 <arg>-i <replaceable>ifname</replaceable></arg>
24 <arg>-hvB</arg>
25 <arg>-a <replaceable>action file</replaceable></arg>
26 <arg>-P <replaceable>pid file</replaceable></arg>
27 <arg>-G <replaceable>ping interval</replaceable></arg>
35 <para>wpa_cli is a text-based frontend program for interacting
47 implement, e.g., one-time-passwords or generic token card
[all …]
/freebsd/sys/arm64/rockchip/
H A Drk_otp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
9 * 1. Redistributions of source code must retain the above copyright
48 #define SBPI_ENABLE 1
59 #define OTPC_USER 1
64 #define OTPC_USER_FSM_ENABLE 1
75 {"rockchip,rk3568-otp", 1},
89 while (!(bus_read_4(sc->mem, OTPC_SBPI_INT_STATUS) & status)) { in rk_otp_wait()
91 if (--retry == 0) in rk_otp_wait()
96 bus_write_4(sc->mem, OTPC_SBPI_INT_STATUS, status); in rk_otp_wait()
[all …]
/freebsd/usr.sbin/wpa/wpa_cli/
H A Dwpa_cli.81 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
10 .\" 1. Redistributions of source code must retain the above copyright
48 is a text-based frontend program for interacting with
77 one-time passwords or generic token card
79 challenge-response that uses an external device for generating the
103 non-root user access by using the
124 .Dq Li CTRL-REQ- Ns Ao Ar type Ac Ns Li - Ns Ao Ar id Ac : Ns Aq Ar text
130 .Li OTP
131 (One-Time Password),
[all …]
/freebsd/sys/dev/iwn/
H A Dif_iwn_chip_cfg.h1 /*-
34 #define IWN_FLG_NEED_PHY_CALIB_DC (1<<0)
35 #define IWN_FLG_NEED_PHY_CALIB_LO (1<<1)
36 #define IWN_FLG_NEED_PHY_CALIB_TX_IQ (1<<2)
37 #define IWN_FLG_NEED_PHY_CALIB_TX_IQ_PERIODIC (1<<3)
38 #define IWN_FLG_NEED_PHY_CALIB_BASE_BAND (1<<4)
46 #define IWN_FLG_NEED_PHY_CALIB_TEMP_OFFSET (1<<5)
47 #define IWN_FLG_NEED_PHY_CALIB_CRYSTAL (1<<6)
48 #define IWN_FLG_NEED_PHY_CALIB_TEMP_OFFSETv2 (1<<7)
60 * Refer to linux specific file like iwl-xxxx.c to determine correct value
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd71847-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmi
[all...]

123456789