Home
last modified time | relevance | path

Searched refs:TD (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb-lvstest10 for Link Layer Validation device. It is needed for TD.7.06.
18 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21.
26 and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21.
33 device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35.
40 Validation device. It is needed for TD.7.35 and TD.7.36.
47 Validation device. It is needed for TD.7.36.
53 with Link Layer Validation device. It is needed for TD.7.34.
/openbmc/qemu/target/riscv/
H A Dvector_internals.h142 #define OPIVV1(NAME, TD, T2, TX2, HD, HS2, OP) \ argument
146 *((TD *)vd + HD(i)) = OP(s2); \
181 #define OPIVV2(NAME, TD, T1, T2, TX1, TX2, HD, HS1, HS2, OP) \ argument
186 *((TD *)vd + HD(i)) = OP(s2, s1); \
209 #define OPIVX2(NAME, TD, T1, T2, TX1, TX2, HD, HS2, OP) \ argument
213 *((TD *)vd + HD(i)) = OP(s2, (TX1)(T1)s1); \
H A Dvector_helper.c1339 #define GEN_VEXT_SHIFT_VX(NAME, TD, TS2, HD, HS2, OP, MASK) \ argument
1346 uint32_t esz = sizeof(TD); \
1363 *((TD *)vd + HD(i)) = OP(s2, s1 & MASK); \
1890 #define OPIVV3(NAME, TD, T1, T2, TX1, TX2, HD, HS1, HS2, OP) \ argument
1895 TD d = *((TD *)vd + HD(i)); \
1896 *((TD *)vd + HD(i)) = OP(s2, s1, d); \
1936 #define OPIVX3(NAME, TD, T1, T2, TX1, TX2, HD, HS2, OP) \ argument
1940 TD d = *((TD *)vd + HD(i)); \
1941 *((TD *)vd + HD(i)) = OP(s2, (TX1)(T1)s1, d); \
2141 #define OPIVV2_RM(NAME, TD, T1, T2, TX1, TX2, HD, HS1, HS2, OP) \ argument
[all …]
/openbmc/linux/drivers/ata/pata_parport/
H A DKconfig54 tristate "FIT TD-2000 protocol"
57 This option enables support for the TD-2000 parallel port IDE
62 tristate "FIT TD-3000 protocol"
65 This option enables support for the TD-3000 parallel port IDE
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.107.bb43 TD = "${S}/tentative-dist"
185 SOURCE_LIB_DIR="${TD}/${libdir}" \
186 SOURCE_BIN_DIR="${TD}/${bindir}" \
195 for shared_lib in ${TD}/${libdir}/*.so.*; do
201 for shared_lib in ${TD}/${libdir}/*.so; do
211 for binary in ${TD}/${bindir}/*; do
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-dib0700-cardlist.rst87 * - Hauppauge Nova-TD Stick (52009)
89 * - Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity
91 * - Hauppauge Nova-TD-500 (84xxx)
H A Dbttv-cardlist.rst658 - Tongwei Video Technology TD-3116
/openbmc/linux/Documentation/mhi/
H A Dmhi.rst59 transfer rings are organized as a circular queue of Transfer Descriptors (TD).
91 Transfer Descriptors (TD). TDs are managed through transfer rings, which are
95 [Read Pointer (RP)] ----------->[Ring Element] } TD
208 * Host prepares TD with buffer information.
211 * Device wakes up to process the TD.
212 * Device generates a completion event for the processed TD by updating ED.
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh48 TD="`basename "$T"`"
135 ( cd "`dirname $T`"; tar -chzf $T/binres.tgz "$TD/bin" "$TD/res" )
/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c25 typedef __typeof(Vd->E1(0)) TD; \
29 Vd->E1(i) = DO_OP((TD)Vj->E2(2 * i + 1), (TD)Vk->E2(2 * i)); \
112 typedef __typeof(Vd->E1(0)) TD; \
116 Vd->E1(i) = DO_OP((TD)Vj->E2(2 * i) ,(TD)Vk->E2(2 * i)); \
127 typedef __typeof(Vd->E1(0)) TD; \
131 Vd->E1(i) = DO_OP((TD)Vj->E2(2 * i + 1), (TD)Vk->E2(2 * i + 1)); \
412 typedef __typeof(Vd->E(0)) TD; \
416 Vd->E(i) = DO_OP(Vj->E(i), (TD)imm); \
544 typedef __typeof(Vd->E1(0)) TD; \
548 Vd->E1(i) += DO_OP((TD)Vj->E2(2 * i), (TD)Vk->E2(2 * i)); \
[all …]
/openbmc/linux/Documentation/arch/x86/
H A Dtdx.rst84 TD.
87 guest TD either sees their native value or a value of 0. For these bit
104 A TD guest is in control of whether its memory accesses are treated as
144 #VE. It will, instead, cause a "TD Exit" where the hypervisor is required
229 Virtual Firmware design specification, section titled "TD Measurement".
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dparide.rst72 fit2 FIT TD-2000 (US)
73 fit3 FIT TD-3000 (US)
/openbmc/docs/designs/
H A Dbmc-reboot-cause-update.md42 flowchart TD
/openbmc/qemu/hw/usb/
H A Dtrace-events50 usb_ohci_td_read_error(uint32_t addr) "TD read error at 0x%x"
53 …tlen, int64_t len, const char *s, int flag_r, uint32_t cbp, uint32_t be) " TD @ 0x%.8x %" PRId64 "…
/openbmc/qemu/target/ppc/
H A Dinsn32.decode361 TD 011111 ..... ..... ..... 0001000100 - @X
H A Dhelper.h5 DEF_HELPER_FLAGS_4(TD, TCG_CALL_NO_WG, void, env, tl, tl, i32)
/openbmc/linux/Documentation/driver-api/usb/
H A Dusb.rst189 of ISO support, TD list processing). XHCI was designed with USB 3.0. It
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch977 …lcPKw3Wl+T6KoJWDAdWR4u8lvf2fM3aTWi6pvtDMmAfudkz1u4CrOxiJObHtDvW+RqT5p+3l/r+TD+yfbBoy/ohHmX2/RnZfsX…
1105 …lcPKw3Wl+T6KoJWDAdWR4u8lvf2fM3aTWi6pvtDMmAfudkz1u4CrOxiJObHtDvW+RqT5p+3l/r+TD+yfbBoy/ohHmX2/RnZfsX…