/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-eeprom-read.c |
|
H A D | iwl-agn-hw.h | 51 #define OTP_MAX_LL_ITEMS_1000 (3) /* OTP blocks for 1000 */ 52 #define OTP_MAX_LL_ITEMS_6x00 (4) /* OTP blocks for 6x00 */ 53 #define OTP_MAX_LL_ITEMS_6x50 (7) /* OTP blocks for 6x50 */ 54 #define OTP_MAX_LL_ITEMS_2x00 (4) /* OTP blocks for 2x00 */
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | rockchip,otp.yaml | 4 $id: http://devicetree.org/schemas/nvmem/rockchip,otp.yaml# 7 title: Rockchip internal OTP (One Time Programmable) memory 15 - rockchip,px30-otp 16 - rockchip,rk3308-otp 17 - rockchip,rk3588-otp 29 - const: otp 59 - rockchip,px30-otp 60 - rockchip,rk3308-otp 76 - rockchip,rk3588-otp 85 - const: otp [all...] |
H A D | nintendo-otp.yaml | 4 $id: http://devicetree.org/schemas/nvmem/nintendo-otp.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, 14 See https://wiiubrew.org/wiki/Hardware/OTP 25 - nintendo,hollywood-otp 26 - nintendo,latte-otp 39 otp@d8001ec { 40 compatible = "nintendo,latte-otp";
|
H A D | rockchip-otp.txt | 1 Rockchip internal OTP (One Time Programmable) memory device tree bindings 5 - "rockchip,px30-otp" - for PX30 SoCs. 6 - "rockchip,rk3308-otp" - for RK3308 SoCs. 9 - clock-names: Should be "otp", "apb_pclk" and "phy". 17 otp: otp@ff290000 { 18 compatible = "rockchip,px30-otp"; 24 clock-names = "otp", "apb_pclk", "phy";
|
H A D | lpc1850-otp.txt | 1 * NXP LPC18xx OTP memory 3 Internal OTP (One Time Programmable) memory for NXP LPC18xx/43xx devices. 6 - compatible: Should be "nxp,lpc1850-otp" 15 otp: otp@40045000 { 16 compatible = "nxp,lpc1850-otp";
|
H A D | st,stm32-romem.yaml | 11 flash, OTP, read-only HW regs... This contains various information such as: 25 - st,stm32f4-otp 40 st,non-secure-otp: 58 compatible = "st,stm32f4-otp"; 69 st,non-secure-otp;
|
H A D | brcm,ocotp.txt | 1 Broadcom OTP memory controller 8 - reg: Base address of the OTP controller. 13 otp: otp@301c800 {
|
H A D | microchip,lan9662-otpc.yaml | 7 title: Microchip LAN9662 OTP Controller (OTPC) 13 OTP controller drives a NVMEM memory where system specific data 40 otpc: otp@e0021000 {
|
H A D | sunplus,sp7021-ocotp.yaml | 8 title: On-Chip OTP Memory for Sunplus SP7021 58 otp: otp@9c00af00 {
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_otp.c | 2 * EAP peer method: EAP-OTP (RFC 3748) 35 int otp; in eap_otp_process() local 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() 71 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response", in eap_otp_process() 74 if (otp) { in eap_otp_process() 75 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password"); in eap_otp_process() 88 EAP_VENDOR_IETF, EAP_TYPE_OTP, "OTP"); in eap_peer_otp_register()
|
H A D | eap_gtc.c | 52 int otp; in eap_gtc_process() local 79 otp = 1; in eap_gtc_process() 82 otp = 0; in eap_gtc_process() 118 if (otp) { in eap_gtc_process()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | eeprom.c | 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() 65 buf = dev->mt76.otp.data; in mt7615_efuse_init() 286 u8 *otp = dev->mt76.otp.data; in mt7615_apply_cal_free_data() local 289 if (!otp) in mt7615_apply_cal_free_data() 293 if (!otp[ical[i]]) in mt7615_apply_cal_free_data() 297 eeprom[ical[i]] = otp[ical[i]]; in mt7615_apply_cal_free_data() 300 eeprom[ical_nocheck[i]] = otp[ical_nocheck[i]]; in mt7615_apply_cal_free_data() 309 u8 *otp = dev->mt76.otp.data; in mt7622_apply_cal_free_data() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd.yaml | 47 "^otp(-[0-9]+)?$": 57 An OTP memory region. Some flashes provide a one-time-programmable 64 - user-otp 65 - factory-otp 95 otp-1 { 96 compatible = "factory-otp"; 105 otp-2 { 106 compatible = "user-otp";
|
/freebsd/sys/dev/nmdm/ |
H A D | nmdm.c | 107 struct tty *otp; in nmdm_close() local 111 otp = onp->np_tty; in nmdm_close() 114 if (tty_opened(otp)) in nmdm_close() 125 otp = onp->np_tty; in nmdm_close() 126 tty_rel_gone(otp); in nmdm_close() 252 struct tty *tp, *otp; in nmdm_task_tty() local 263 otp = np->np_other->np_tty; in nmdm_task_tty() 264 KASSERT(otp != NULL, ("NULL otp in nmdmstart")); in nmdm_task_tty() 265 KASSERT(otp != tp, ("NULL otp == tp nmdmstart")); in nmdm_task_tty() 269 ttydisc_modem(otp, 0); in nmdm_task_tty() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/fuse/ |
H A D | renesas,rcar-otp.yaml | 4 $id: http://devicetree.org/schemas/fuse/renesas,rcar-otp.yaml# 19 - renesas,r8a779g0-otp # R-CarV4H 20 - renesas,r8a779h0-otp # R-CarV4M 35 otp: otp@e61be000 { 36 compatible = "renesas,r8a779g0-otp";
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | eeprom.c | 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() 56 buf = dev->mt76.otp.data; in mt7603_efuse_init() 109 if (!np || !of_property_read_bool(np, "mediatek,eeprom-merge-otp")) in mt7603_apply_cal_free_data() 165 if (dev->mt76.otp.data) { in mt7603_eeprom_init() 167 mt7603_apply_cal_free_data(dev, dev->mt76.otp.data); in mt7603_eeprom_init() 169 memcpy(dev->mt76.eeprom.data, dev->mt76.otp.data, in mt7603_eeprom_init()
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipcvar.h | 63 * ChipCommon-controlled SPROM/OTP is supported, along with the 122 /** Supports HND or IPX OTP registers (CHIPC_OTPST, CHIPC_OTPCTRL, 126 /** Supports HND OTP registers. */ 130 /** Supports IPX OTP registers. */ 134 /** OTP size is defined via CHIPC_OTPLAYOUT register in later 135 * ChipCommon revisions using the 'IPX' OTP controller. */
|
H A D | chipcreg.h | 55 #define CHIPC_OTPST 0x10 /**< otp status */ 56 #define CHIPC_OTPCTRL 0x14 /**< otp control */ 58 #define CHIPC_OTPLAYOUT 0x1C /**< otp layout (IPX OTP) */ 193 #define CHIPC_SPROM_OTP 0x800 /* SPROM/OTP address space */ 231 #define CHIPC_CAP_OTP_SIZE_MASK 0x00380000 /* OTP Size (0 = none) */ 232 #define CHIPC_CAP_OTP_SIZE_SHIFT 19 /* OTP Size shift */ 233 #define CHIPC_CAP_OTP_SIZE_BASE 5 /* OTP Size base */ 257 /** ChipStatus CIS/OTP/SPROM values used to advertise OTP/SPROM availability in 260 CHIPC_CST_DEFCIS_SEL = 0, /**< OTP is powered up, use default CIS, no SPROM */ 261 CHIPC_CST_SPROM_SEL = 1, /**< OTP is powered up, SPROM is present */ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_cli.sgml | 75 prefix. <type> is IDENTITY, PASSWORD, or OTP 78 case of OTP request, it includes the challenge from the 83 <emphasis>otp</emphasis> commands. <id> needs to be copied from 85 <emphasis>otp</emphasis> commands can be used regardless of whether 86 the request was for PASSWORD or OTP. The main difference between these 89 with <emphasis>otp</emphasis> are used only once and then forgotten, 104 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar 105 > otp 2 9876 308 <term>otp <network id> <password></term>
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.8 | 78 Allow logging in with plaintext password. The password can be a(n) OTP 80 .It Ar otp 83 but only OTP is allowed. 297 operations may be performed. If the user has an OTP key, the response 298 from a successful USER command will include an OTP challenge. The 300 standard password or an OTP one-time password. The server will 303 .Xr otp 1 304 for more information on OTP authentication. 479 .Xr otp 1 ,
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | palmas-pmic.txt | 3 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 35 For ti,palmas-pmic - smps12, smps123, smps3 depending on OTP, 50 ti,smps-range - OTP has the wrong range set for the hardware so override
|
/freebsd/contrib/libfido2/udev/ |
H A D | fidodevs | 59 product YUBICO 0x0114 YubiKey NEO OTP+FIDO 61 product YUBICO 0x0116 YubiKey NEO OTP+FIDO+CCID 66 product YUBICO 0x0403 YubiKey 4 OTP+FIDO 68 product YUBICO 0x0407 YubiKey 4 OTP+FIDO+CCID
|
/freebsd/usr.sbin/wpa/wpa_cli/ |
H A D | wpa_cli.8 | 130 .Li OTP 137 .Li OTP 152 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar 153 > otp 2 9876 302 .It Ic otp Ar network_id password
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | mediatek,mt76.txt | 28 - mediatek,eeprom-merge-otp: Merge EEPROM data with OTP data. Can be used on 30 data should be pulled from the OTP ROM
|