Home
last modified time | relevance | path

Searched refs:PAD (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
5 multiplexing the PAD input/output signals. For each PAD there are up to
7 different PAD settings (like pull up, keeper, etc) the IOMUXC controls
8 also the PAD settings parameters.
40 Other bits are used for PAD setting.
H A Datmel,at91-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
5 multiplexing the PAD input/output signals. For each PAD there are up to
7 different PAD settings (like pull up, keeper, etc) the controller controls
8 also the PAD settings parameters.
H A Drockchip,pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
5 multiplexing the PAD input/output signals. For each PAD there are several
H A Dbrcm,bcm11351-pinctrl.txt11 - reg: Base address of the PAD Controller register block and the size
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c832 #define PAD(len) ((((len) / 4) + !!((len) % 4)) * 4) in ctf_fixed_maxseg() macro
840 optlen += PAD(TCPOLEN_SIGNATURE); in ctf_fixed_maxseg()
846 optlen = PAD(TCPOLEN_MAXSEG); in ctf_fixed_maxseg()
848 optlen += PAD(TCPOLEN_WINDOW); in ctf_fixed_maxseg()
851 optlen += PAD(TCPOLEN_SIGNATURE); in ctf_fixed_maxseg()
854 optlen += PAD(TCPOLEN_SACK_PERMITTED); in ctf_fixed_maxseg()
856 #undef PAD in ctf_fixed_maxseg()
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dcadence-nand-controller.txt21 board delay = RE#PAD delay + PCB trace to device + PCB trace from device
22 + DQ PAD delay
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dnfifo_cmd.h15 { PAD, NFIFOENTRY_STYPE_PAD },
142 if (src == PAD) in rta_nfifo_load()
H A Dsec_run_time_asm.h239 PAD, enumerator
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c163 static const uint8_t PAD[128] = { variable
181 state->buf[r + i] = PAD[i]; in SHA512_Pad()
185 state->buf[r + i] = PAD[i]; in SHA512_Pad()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c147 static const uint8_t PAD[64] = { 0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
162 state->buf[r + i] = PAD[i]; in SHA256_Pad()
166 state->buf[r + i] = PAD[i]; in SHA256_Pad()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c194 static unsigned char PAD[64] = { variable
213 memcpy(&ctx->buf[r], PAD, 56 - r); in SHA256_Pad()
216 memcpy(&ctx->buf[r], PAD, 64 - r); in SHA256_Pad()
H A Dsha512c.c219 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
242 memcpy(&ctx->buf[r], PAD, 112 - r); in SHA512_Pad()
245 memcpy(&ctx->buf[r], PAD, 128 - r); in SHA512_Pad()
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c191 static unsigned char PAD[64] = { variable
210 memcpy(&ctx->buf[r], PAD, 56 - r); in SHA256_Pad()
213 memcpy(&ctx->buf[r], PAD, 64 - r); in SHA256_Pad()
H A Dsha512c.c217 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
240 memcpy(&ctx->buf[r], PAD, 112 - r); in SHA512_Pad()
243 memcpy(&ctx->buf[r], PAD, 128 - r); in SHA512_Pad()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmarvell,xenon-sdhci.txt30 PHY PAD Voltage Control register.
95 Type of Armada 3700 SoC PHY PAD Voltage Controller register.
98 If "sd" is selected, SoC PHY PAD is set as 3.3V at the beginning and is
100 If "fixed-1-8v" is selected, SoC PHY PAD is fixed 1.8V, such as for eMMC.
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c272 #define PAD(n, t, u, d) { \ macro
279 PAD("usb2", PADCTL_PAD_USB2, usb2_powerup, usb2_powerdown),
280 PAD("ulpi", PADCTL_PAD_ULPI, NULL, NULL),
281 PAD("hsic", PADCTL_PAD_HSIC, NULL, NULL),
282 PAD("pcie", PADCTL_PAD_PCIE, pcie_powerup, pcie_powerdown),
283 PAD("sata", PADCTL_PAD_SATA, sata_powerup, sata_powerdown),
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c439 #define PAD(n, t, cn, rn, e, d) { \ macro
448 PAD("usb2", PADCTL_PAD_USB2, "trk", NULL, usb2_enable, usb2_disable),
449 PAD("hsic", PADCTL_PAD_HSIC, "trk", NULL, hsic_enable, hsic_disable),
450 PAD("pcie", PADCTL_PAD_PCIE, "pll", "phy", pcie_enable, pcie_disable),
451 PAD("sata", PADCTL_PAD_SATA, "pll", "phy", sata_enable, sata_disable),
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6qdl-tx6.dtsi399 /* PAD DISP0_DAT0 is used for the Flexcan transceiver control */
H A Dimx6ul-tx6ul.dtsi625 /* PAD DISP0_DAT0 is used for the Flexcan transceiver control on STK5-v5 */
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst872 ``PAD``.
969 If this header is of type ``PAD`` then the pad length is further subtracted from
/f-stack/freebsd/netinet/
H A Dtcp_subr.c3060 #undef PAD in tcp_maxseg()