Home
last modified time | relevance | path

Searched refs:tp1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dvmx-ops.c.inc57 #define GEN_VXRFORM_DUAL(name0, name1, opc2, opc3, tp0, tp1) \
58 GEN_HANDLER_E(name0##_##name1, 0x4, opc2, opc3, 0x00000000, tp0, tp1), \
59 GEN_HANDLER_E(name0##_##name1, 0x4, opc2, (opc3 | 0x10), 0x00000000, tp0, tp1),
/openbmc/u-boot/include/faraday/
H A Dftsdmc021.h18 unsigned int tp1; /* 0x00 - SDRAM Timing Parameter 1 */ member
/openbmc/u-boot/arch/nds32/lib/
H A Dasm-offsets.c45 OFFSET(FTSDMC021_TP1, ftsdmc021, tp1); in main()
/openbmc/linux/net/sched/
H A Dcls_api.c189 static bool tcf_proto_cmp(const struct tcf_proto *tp1, in tcf_proto_cmp() argument
192 return tp1->chain->index == tp2->chain->index && in tcf_proto_cmp()
193 tp1->prio == tp2->prio && in tcf_proto_cmp()
194 tp1->protocol == tp2->protocol; in tcf_proto_cmp()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c911 u8 tp1; in sii8620_xtal_set_rate() member
931 sii8620_write(ctx, REG_HDCP2X_TP1, rates[i].tp1); in sii8620_xtal_set_rate()
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst1650 - Updates by Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>