Home
last modified time | relevance | path

Searched full:rxa (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,asrc.txt25 - dma-names : Contains "rxa", "rxb", "rxc", "txa", "txb" and "txc".
76 dma-names = "rxa", "rxb", "rxc",
H A Dfsl,imx-asrc.yaml45 - const: rxa
172 dma-names = "rxa", "rxb", "rxc",
H A Dapple,mca.yaml52 as associated to the TXA, RXA, TXB, RXB units.
/freebsd/contrib/tcpdump/
H A Dprint-rx.c2659 const struct rx_ackPacket *rxa; in rx_ack_print() local
2671 rxa = (const struct rx_ackPacket *) bp; in rx_ack_print()
2680 GET_BE_U_2(rxa->bufferSpace), in rx_ack_print()
2681 GET_BE_U_2(rxa->maxSkew)); in rx_ack_print()
2683 firstPacket = GET_BE_U_4(rxa->firstPacket); in rx_ack_print()
2685 firstPacket, GET_BE_U_4(rxa->serial), in rx_ack_print()
2686 tok2str(rx_ack_reasons, "#%u", GET_U_1(rxa->reason))); in rx_ack_print()
2703 * using bp, but instead use rxa->acks[]. But nAcks gets added in rx_ack_print()
2707 nAcks = GET_U_1(rxa->nAcks); in rx_ack_print()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8-ss-audio.dtsi159 dma-names = "rxa", "rxb", "rxc", "txa", "txb", "txc";
489 dma-names = "rxa", "rxb", "rxc", "txa", "txb", "txc";
/freebsd/contrib/ntp/html/
H A Dauthentic.html160 5 MD5 B;fxlKgr/&4ZTbL6=RxA # MD5 key
H A Dkeygen.html296 5 MD5 B;fxlKgr/&4ZTbL6=RxA # MD5 key
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822b.c311 /* TXA+RXA or TXB+RXB */ in rtw8822b_set_channel_rfe_efem()
314 /* TXB+RXA or TXA+RXB */ in rtw8822b_set_channel_rfe_efem()
341 /* TXA+RXA or TXB+RXB */ in rtw8822b_set_channel_rfe_ifem()
344 /* TXB+RXA or TXA+RXB */ in rtw8822b_set_channel_rfe_ifem()
/freebsd/contrib/ntp/util/
H A Dntp-keygen.mdoc.in921 5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
H A Dntp-keygen.1ntp-keygenmdoc921 5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
H A Dntp-keygen.1ntp-keygenman1025 5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
H A Dntp-keygen.man.in1025 5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
H A Dntp-keygen-opts.def1188 5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
H A Dinvoke-ntp-keygen.texi922 5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
H A Dntp-keygen.html1219 5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ul.dtsi365 dma-names = "rxa", "rxb", "rxc",
H A Dimx6qdl.dtsi475 dma-names = "rxa", "rxb", "rxc",
H A Dimx6sx.dtsi418 dma-names = "rxa", "rxb", "rxc",
/freebsd/sys/dev/e1000/
H A De1000_ich8lan.c1145 u32 rxa; in e1000_platform_pm_pch_lpt() local
1159 rxa = E1000_READ_REG(hw, E1000_PBA) & E1000_PBA_RXA_MASK; in e1000_platform_pm_pch_lpt()
1169 lat_ns = ((s64)rxa * 1024 - in e1000_platform_pm_pch_lpt()
1201 obff_hwm = (s32)(rxa - lat_ns); in e1000_platform_pm_pch_lpt()