Home
last modified time | relevance | path

Searched full:tx1 (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl41 ($TX0,$TX1,$TX2,$TX3) = map("B$_",(28..31));
82 LDNW *${INP}++,$TX1 ; pre-fetch input
109 || SWAP2 $TX1,$TX2
110 || LDNW *${INP}++,$TX1
131 || SWAP2 $TX1,$TX2
132 || LDNW *${INP}++,$TX1
157 || SWAP2 $TX1,$TX2
168 || XOR $X8,$X13,$TX1
175 || XOR $TX0,$TX1,$TX1
185 || ROTL $TX1,1,$TX2 ; Xupdate output
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,icssg-prueth.yaml39 - const: tx1-0
40 - const: tx1-1
41 - const: tx1-2
42 - const: tx1-3
202 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
H A Dti,k3-am654-cpsw-nuss.yaml98 - const: tx1
271 dma-names = "tx0", "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dnxp,sja1000.yaml64 or combination of TX0 and TX1:
69 <0x08> : TX1 invert
70 <0x10> : TX1 pull-down
71 <0x20> : TX1 pull-up
72 <0x30> : TX1 push-pull
H A Dsja1000.txt36 <0x08> : TX1 invert
37 <0x10> : TX1 pull-down
38 <0x20> : TX1 pull-up
39 <0x30> : TX1 push-pull
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-iot2050-common-pg1.dtsi72 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
H A Dk3-am654-idk.dtso64 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
130 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
H A Dk3-am654-icssg2.dtso62 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
H A Dk3-am642-phyboard-electra-rdk.dts89 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
H A Dk3-am642-sr-som.dtsi71 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
H A Dk3-am65-iot2050-common.dtsi184 "tx1-0", "tx1-1", "tx1-2", "tx1-3",
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dfsl,scu.yaml69 - description: TX1 MU channel
78 - description: TX1 MU channel
98 - const: tx1
107 - const: tx1
158 mbox-names = "tx0", "tx1", "tx2", "tx3",
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Damphion,vpu.yaml73 - const: tx1
150 mbox-names = "tx0", "tx1", "rx";
161 mbox-names = "tx0", "tx1", "rx";
172 mbox-names = "tx0", "tx1", "rx";
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8-ss-vpu.dtsi46 mbox-names = "tx0", "tx1", "rx";
57 mbox-names = "tx0", "tx1", "rx";
68 mbox-names = "tx0", "tx1", "rx";
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-admaif.yaml74 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel
90 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel
117 dma-names = "rx1", "tx1",
H A Dnvidia,tegra-audio-graph-card.yaml92 label = "jetson-tx1-ape";
141 dma-names = "rx1", "tx1",
H A Dfsl,ssi.yaml83 - description: DMA controller phandle and request line for TX1
94 - const: tx1
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Donnn,nb7vpq904m.yaml54 - 2 is TX1 lane
68 - Port C to TX1 lane
78 - Port B to TX1 lane
H A Dam33xx-usb.txt136 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
182 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h313-tanix-tx1.dts16 model = "Tanix TX1";
17 compatible = "oranth,tanix-tx1", "allwinner,sun50i-h616";
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,scu.txt24 - mbox-names: should include "tx0", "tx1", "tx2", "tx3",
36 Channel 1 must be "tx1" or "rx1".
198 mbox-names = "tx0", "tx1", "tx2", "tx3",
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dtqm8xx.dts76 bosch,disconnect-tx1-output;
88 bosch,disconnect-tx1-output;
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-pinctrl.dtsi153 hdmim0_tx1_cec: hdmim0-tx1-cec {
160 hdmim0_tx1_scl: hdmim0-tx1-scl {
167 hdmim0_tx1_sda: hdmim0-tx1-sda {
H A Drk3588-extra-pinctrl.dtsi153 hdmim0_tx1_cec: hdmim0-tx1-cec {
160 hdmim0_tx1_scl: hdmim0-tx1-scl {
167 hdmim0_tx1_sda: hdmim0-tx1-sda {
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_calib.c289 r88e_iq_calib_compare_results(struct rtwn_softc *sc, uint16_t tx1[2], in r88e_iq_calib_compare_results()
296 if (tx1[i] == 0xff || tx2[i] == 0xff || in r88e_iq_calib_compare_results()
300 tx_ok = (abs(tx1[i] - tx2[i]) <= RTWN_IQ_CAL_MAX_TOLERANCE); in r88e_iq_calib_compare_results()

1234