Home
last modified time | relevance | path

Searched refs:otp (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Deeprom.c60 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/dev/nmdm/
H A Dnmdm.c107 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/nvmem/
H A Drockchip-otp.txt5 - "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 Dlpc1850-otp.txt6 - compatible: Should be "nxp,lpc1850-otp"
15 otp: otp@40045000 {
16 compatible = "nxp,lpc1850-otp";
H A Dbrcm,ocotp.txt13 otp: otp@301c800 {
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Deeprom.c51 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()
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/contrib/wpa/src/eap_peer/
H A Deap_otp.c35 int otp; in eap_otp_process() local
47 otp = 1; in eap_otp_process()
50 otp = 0; in eap_otp_process()
74 if (otp) { in eap_otp_process()
H A Deap_gtc.c52 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()
H A Deap_config.h531 u8 *otp; member
/freebsd/contrib/nvi/ex/
H A Dex_tag.c631 tag_copy(SCR *sp, TAG *otp, TAG **tpp) in tag_copy() argument
637 if (otp->fname != NULL) in tag_copy()
638 len += otp->fnlen + 1; in tag_copy()
639 if (otp->search != NULL) in tag_copy()
640 len += otp->slen + 1; in tag_copy()
641 if (otp->msg != NULL) in tag_copy()
642 len += otp->mlen + 1; in tag_copy()
644 memcpy(tp, otp, len); in tag_copy()
646 if (otp->fname != NULL) in tag_copy()
648 if (otp->search != NULL) in tag_copy()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-llc.c409 const struct oui_tok *otp; in oui_to_struct_tok() local
411 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) { in oui_to_struct_tok()
412 if (otp->oui == orgcode) { in oui_to_struct_tok()
413 tok = otp->tok; in oui_to_struct_tok()
/freebsd/crypto/heimdal/
H A DFREEBSD-Xlist7 appl/otp
14 lib/otp
/freebsd/usr.bin/showmount/
H A Dshowmount.c263 register struct mountlist **otp; in xdr_mntdump() local
323 otp = &tp->ml_left; in xdr_mntdump()
326 otp = &tp->ml_right; in xdr_mntdump()
330 *otp = mp; in xdr_mntdump()
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl3820 my ($out,$inp,$otp,$len)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
3828 sub $otp,$inp
3829 sub $otp,$out
3835 movdqu ($inp,$otp),%xmm0
3836 pxor ($otp),%xmm0
3837 movdqu %xmm0,($out,$otp)
3838 movdqa %xmm0,($otp)
3839 lea 16($otp),$otp
3851 mov ($inp,$otp),%al
3852 xor ($otp),%al
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dnand-macronix.txt17 - randomizer enable: should be "mxic,enable-randomizer-otp"
25 mxic,enable-randomizer-otp;
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddebugfs.c121 if (dev->otp.data) in mt76_register_debugfs_fops()
122 debugfs_create_blob("otp", 0400, dir, &dev->otp); in mt76_register_debugfs_fops()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Deeprom.c155 dev->mt76.otp.data = devm_kzalloc(dev->mt76.dev, MT7662_EEPROM_SIZE, in mt76x2_eeprom_load()
157 dev->mt76.otp.size = MT7662_EEPROM_SIZE; in mt76x2_eeprom_load()
158 if (!dev->mt76.otp.data) in mt76x2_eeprom_load()
161 efuse = dev->mt76.otp.data; in mt76x2_eeprom_load()
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml83 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
85 <emphasis>otp</emphasis> commands can be used regardless of whether
89 with <emphasis>otp</emphasis> are used only once and then forgotten,
105 > otp 2 9876
308 <term>otp &lt;network id&gt; &lt;password&gt;</term>
/freebsd/crypto/heimdal/appl/
H A DMakefile.am6 dir_otp = otp
/freebsd/crypto/heimdal/lib/
H A DMakefile.am9 dir_otp = otp
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dwii.dts233 otp@d8001ec {
234 compatible = "nintendo,hollywood-otp";
/freebsd/sys/contrib/device-tree/src/arm/sunplus/
H A Dsunplus-sp7021.dtsi52 otp: otp@af00 { label
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.txt28 - mediatek,eeprom-merge-otp: Merge EEPROM data with OTP data. Can be used on
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c110 void *xor128_encrypt_n_pad(void *out, const void *inp, void *otp, size_t len);
111 void *xor128_decrypt_n_pad(void *out, const void *inp, void *otp, size_t len);
/freebsd/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c207 void *xor128_encrypt_n_pad(void *out, const void *inp, void *otp, size_t len);
208 void *xor128_decrypt_n_pad(void *out, const void *inp, void *otp, size_t len);

12345