Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 25 of 231) sorted by relevance

12345678910

/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmicrel-ksz90x1.txt25 corresponding pad skew register:
48 - rxc-skew-ps : Skew control of RXC pad
49 - rxdv-skew-ps : Skew control of RX CTL pad
50 - txc-skew-ps : Skew control of TXC pad
51 - txen-skew-ps : Skew control of TX CTL pad
52 - rxd0-skew-ps : Skew control of RX data 0 pad
53 - rxd1-skew-ps : Skew control of RX data 1 pad
54 - rxd2-skew-ps : Skew control of RX data 2 pad
55 - rxd3-skew-ps : Skew control of RX data 3 pad
77 - rxdv-skew-ps : Skew control of RX CTL pad
[all …]
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c1009 pad = port->lane->pad; in usb3_port_init()
1148 pad = lane->pad; in hsic_enable()
1270 pad = lane->pad; in usb2_enable()
1351 pad = lane->pad; in usb2_disable()
1449 pad = lane->pad; in xusbpadctl_phy_enable()
1645 lane->pad = pad; in process_lane()
1647 pad->lanes[pad->nlanes++] = lane; in process_lane()
1690 if (pad == NULL) { in process_pad()
1698 &pad->clk); in process_pad()
1708 &pad->reset); in process_pad()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c40 unsigned char pad[64]; in crypto_auth_hmacsha256_init() local
52 memset(pad, 0x36, 64); in crypto_auth_hmacsha256_init()
54 pad[i] ^= key[i]; in crypto_auth_hmacsha256_init()
56 crypto_hash_sha256_update(&state->ictx, pad, 64); in crypto_auth_hmacsha256_init()
59 memset(pad, 0x5c, 64); in crypto_auth_hmacsha256_init()
61 pad[i] ^= key[i]; in crypto_auth_hmacsha256_init()
63 crypto_hash_sha256_update(&state->octx, pad, 64); in crypto_auth_hmacsha256_init()
65 sodium_memzero((void *) pad, sizeof pad); in crypto_auth_hmacsha256_init()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c40 unsigned char pad[128]; in crypto_auth_hmacsha512_init() local
52 memset(pad, 0x36, 128); in crypto_auth_hmacsha512_init()
54 pad[i] ^= key[i]; in crypto_auth_hmacsha512_init()
56 crypto_hash_sha512_update(&state->ictx, pad, 128); in crypto_auth_hmacsha512_init()
59 memset(pad, 0x5c, 128); in crypto_auth_hmacsha512_init()
61 pad[i] ^= key[i]; in crypto_auth_hmacsha512_init()
63 crypto_hash_sha512_update(&state->octx, pad, 128); in crypto_auth_hmacsha512_init()
65 sodium_memzero((void *) pad, sizeof pad); in crypto_auth_hmacsha512_init()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dnvidia,tegra20-sdhci.txt62 - nvidia,pad-autocal-pull-up-offset-3v3,
65 - nvidia,pad-autocal-pull-up-offset-1v8,
68 - nvidia,pad-autocal-pull-up-offset-3v3-timeout,
72 - nvidia,pad-autocal-pull-up-offset-1v8-timeout,
76 - nvidia,pad-autocal-pull-up-offset-sdr104,
79 - nvidia,pad-autocal-pull-up-offset-hs400,
119 nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>;
120 nvidia,pad-autocal-pull-down-offset-3v3 = <0x7d>;
121 nvidia,pad-autocal-pull-up-offset-1v8 = <0x7b>;
138 nvidia,pad-autocal-pull-up-offset-3v3 = <0x00>;
[all …]
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpdmux_cmd.h75 uint32_t pad; member
103 uint16_t pad; member
132 uint8_t pad[3]; member
148 uint32_t pad; member
158 uint64_t pad; member
164 uint16_t pad[3]; member
182 uint32_t pad; member
200 uint64_t pad[6]; member
205 uint8_t pad[3]; member
214 uint8_t pad[3]; member
H A Dfsl_dpni_cmd.h150 uint8_t pad; member
156 uint8_t pad; member
177 uint32_t pad; member
191 uint32_t pad; member
303 uint32_t pad; member
382 uint16_t pad; member
400 uint8_t pad; member
432 uint8_t pad; member
688 uint8_t pad; member
706 uint8_t pad; member
[all …]
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.h66 uint8_t pad[3]; member
72 uint32_t pad; member
80 uint8_t pad[3]; member
91 uint8_t pad[3]; member
101 uint8_t pad; member
145 uint32_t pad[2]; member
183 uint8_t pad; member
197 uint8_t pad[2]; member
225 uint8_t pad; member
243 uint8_t pad[2]; member
[all …]
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_dpci_cmd.h57 uint8_t pad[15]; member
75 uint16_t pad; member
81 uint32_t pad; member
104 uint8_t pad; member
110 uint8_t pad[5]; member
117 uint8_t pad; member
126 uint32_t pad; member
148 uint16_t pad; member
H A Dfsl_dpbp_cmd.h63 uint16_t pad; member
74 uint16_t pad[2]; member
85 uint16_t pad[2]; member
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.c141 elem->pad = 0; in malloc_elem_init()
313 if (elem->pad) { in split_elem()
315 elem = RTE_PTR_ADD(elem, elem->pad); in split_elem()
316 elem->size = old_elem_size - elem->pad; in split_elem()
459 elem->pad = old_elem_size; in malloc_elem_alloc()
464 new_elem->pad = elem->pad; in malloc_elem_alloc()
466 new_elem->size = elem->size - elem->pad; in malloc_elem_alloc()
499 if (elem1->pad) { in join_elem()
501 inner->size = elem1->size - elem1->pad; in join_elem()
541 erase_len = MALLOC_ELEM_OVERHEAD + elem->pad; in malloc_elem_join_adjacent_free()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-xdr.c177 uint_t pad; in xdrmem_enc_bytes() local
192 pad = size - cnt; in xdrmem_enc_bytes()
193 if (pad > 0) { in xdrmem_enc_bytes()
194 memset(xdrs->x_addr, 0, pad); in xdrmem_enc_bytes()
195 xdrs->x_addr += pad; in xdrmem_enc_bytes()
206 uint_t pad; in xdrmem_dec_bytes() local
220 pad = size - cnt; in xdrmem_dec_bytes()
221 if (pad > 0) { in xdrmem_dec_bytes()
223 if (memcmp(&zero, xdrs->x_addr, pad) != 0) in xdrmem_dec_bytes()
226 xdrs->x_addr += pad; in xdrmem_dec_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h22 unsigned long pad[4]; member
46 st->pad[0] = LOAD32_LE(&key[16]); in poly1305_init()
47 st->pad[1] = LOAD32_LE(&key[20]); in poly1305_init()
48 st->pad[2] = LOAD32_LE(&key[24]); in poly1305_init()
49 st->pad[3] = LOAD32_LE(&key[28]); in poly1305_init()
219 f = (unsigned long long) h0 + st->pad[0]; in poly1305_finish()
221 f = (unsigned long long) h1 + st->pad[1] + (f >> 32); in poly1305_finish()
223 f = (unsigned long long) h2 + st->pad[2] + (f >> 32); in poly1305_finish()
225 f = (unsigned long long) h3 + st->pad[3] + (f >> 32); in poly1305_finish()
H A Dpoly1305_donna64.h28 unsigned long long pad[2]; member
54 st->pad[0] = LOAD64_LE(&key[16]); in poly1305_init()
55 st->pad[1] = LOAD64_LE(&key[24]); in poly1305_init()
199 t0 = st->pad[0]; in poly1305_finish()
200 t1 = st->pad[1]; in poly1305_finish()
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra124-dpaux-padctl.txt1 Device tree binding for NVIDIA Tegra DPAUX pad controller
4 The Tegra Display Port Auxiliary (DPAUX) pad controller manages two pins
8 This document defines the device-specific binding for the DPAUX pad
22 Furthermore, given that the pad functions are only applicable to a
23 single set of pads, the child nodes only need to describe the pad group
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra124-xusb-padctl.txt1 Device tree binding for NVIDIA Tegra XUSB pad controller
4 The Tegra XUSB pad controller manages a set of I/O lanes (with differential
63 - vclamp-usb-supply: Bias rail for USB pad. Must supply 1.8 V.
69 - vclamp-usb-supply: Bias rail for USB pad. Must supply 1.8 V.
75 of the pads exposed by the XUSB pad controller. Each pad may need additional
76 resources that can be referenced in its pad node.
86 a description of the properties of each pad.
88 UTMI pad:
96 HSIC pad:
104 PCIe pad:
[all …]
H A Dnvidia,tegra20-usb-phy.txt13 - The register set of the PHY containing the UTMI pad control registers.
22 - utmi-pads: The clock needed to access the UTMI pad control registers.
24 - ulpi-link: The clock Tegra provides to the ULPI PHY (usually pad DAP_MCLK2
25 with pad group aka "nvidia,pins" cdev2 and pin mux option config aka
32 - utmi-pads: The reset of the PHY containing the chip-wide UTMI pad control
70 - nvidia,has-utmi-pad-registers : boolean indicates whether this controller
71 contains the UTMI pad control registers common to all USB controllers.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra186-pmc.txt43 On Tegra SoCs a pad is a set of pins which are configured as a group.
45 used to set pad power state and signaling voltage. A pad can be either
47 voltage configuration varies depending on the pad in question. 3.3 V and
69 - pins: A list of strings, each of which contains the name of a pad
73 - low-power-enable: Configure the pad into power down mode
74 - low-power-disable: Configure the pad into active mode
78 include/dt-bindings/pinctrl/pinctrl-tegra-io-pad.h.
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-tx.c112 static uint8_t pad[64]; in cvm_oct_xmit() local
114 if (!m_append(m, sizeof pad - m->m_pkthdr.len, pad)) in cvm_oct_xmit()
126 static uint8_t pad[60]; in cvm_oct_xmit() local
128 if (!m_append(m, sizeof pad - m->m_pkthdr.len, pad)) in cvm_oct_xmit()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/mc/
H A Dfsl_dpseci_cmd.h68 uint8_t pad[6]; member
88 uint32_t pad; member
107 uint8_t pad; member
115 uint8_t pad[5]; member
134 uint32_t pad; member
193 uint16_t pad; member
/f-stack/freebsd/net80211/
H A Dieee80211_superg.c370 int pad; in ieee80211_ff_encap() local
429 if (pad) { in ieee80211_ff_encap()
431 m2->m_data -= pad; in ieee80211_ff_encap()
432 m2->m_len += pad; in ieee80211_ff_encap()
433 m2->m_pkthdr.len += pad; in ieee80211_ff_encap()
435 m->m_len += pad; in ieee80211_ff_encap()
501 int pad; in ieee80211_amsdu_encap() local
562 if (pad) { in ieee80211_amsdu_encap()
564 m2->m_data -= pad; in ieee80211_amsdu_encap()
565 m2->m_len += pad; in ieee80211_amsdu_encap()
[all …]
/f-stack/freebsd/mips/conf/
H A DTL-WR1043NDv2.hints63 hint.arswitch.0.pad.0.mode=3
64 #hint.arswitch.0.pad.0.rxclk_delay_sel=0
65 hint.arswitch.0.pad.0.sgmii_delay_en=1
70 hint.arswitch.0.pad.6.mode=6
71 hint.arswitch.0.pad.6.txclk_delay_en=1
72 hint.arswitch.0.pad.6.rxclk_delay_en=1
74 hint.arswitch.0.pad.6.txclk_delay_sel=1
76 hint.arswitch.0.pad.6.rxclk_delay_sel=2
H A DDIR-655A1.hints71 hint.arswitch.0.pad.0.mode=3
72 #hint.arswitch.0.pad.0.rxclk_delay_sel=0
73 hint.arswitch.0.pad.0.sgmii_delay_en=1
79 hint.arswitch.0.pad.6.mode=6
80 hint.arswitch.0.pad.6.txclk_delay_en=1
81 hint.arswitch.0.pad.6.rxclk_delay_en=1
83 hint.arswitch.0.pad.6.txclk_delay_sel=1
85 hint.arswitch.0.pad.6.rxclk_delay_sel=2
H A DAP135.hints46 hint.arswitch.0.pad.0.mode=3
47 #hint.arswitch.0.pad.0.rxclk_delay_sel=0
48 hint.arswitch.0.pad.0.sgmii_delay_en=1
54 hint.arswitch.0.pad.6.mode=6
55 hint.arswitch.0.pad.6.txclk_delay_en=1
56 hint.arswitch.0.pad.6.rxclk_delay_en=1
58 hint.arswitch.0.pad.6.txclk_delay_sel=1
60 hint.arswitch.0.pad.6.rxclk_delay_sel=2
/f-stack/dpdk/drivers/common/iavf/
H A Dvirtchnl.h363 u32 pad; member
427 u16 pad; member
458 u8 pad[4]; member
504 u8 pad; member
640 u32 pad; member
648 u32 pad; member
1059 u32 pad; member
1131 u16 pad; member
1207 u16 pad; member
1224 u8 pad[4]; member
[all …]

12345678910