Home
last modified time | relevance | path

Searched refs:t (Results 1351 – 1375 of 8705) sorted by relevance

1...<<51525354555657585960>>...349

/openbmc/linux/drivers/watchdog/
H A Docteon-wdt-main.c429 static void octeon_wdt_calc_parameters(int t) in octeon_wdt_calc_parameters() argument
440 while ((t % timeout_sec) != 0) in octeon_wdt_calc_parameters()
443 periods = t / timeout_sec; in octeon_wdt_calc_parameters()
451 heartbeat = t; in octeon_wdt_calc_parameters()
456 unsigned int t) in octeon_wdt_set_timeout() argument
463 if (t <= 0) in octeon_wdt_set_timeout()
466 octeon_wdt_calc_parameters(t); in octeon_wdt_set_timeout()
H A Dwatchdog_pretimeout.c155 struct governor_priv *priv, *t; in watchdog_unregister_governor() local
159 list_for_each_entry_safe(priv, t, &governor_list, entry) { in watchdog_unregister_governor()
199 struct watchdog_pretimeout *p, *t; in watchdog_unregister_pretimeout() local
207 list_for_each_entry_safe(p, t, &pretimeout_list, entry) { in watchdog_unregister_pretimeout()
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-main.c341 signed short t = iforce->type->abs[i]; in iforce_init_device() local
343 switch (t) { in iforce_init_device()
347 input_set_abs_params(input_dev, t, -1920, 1920, 16, 128); in iforce_init_device()
348 set_bit(t, input_dev->ffbit); in iforce_init_device()
354 input_set_abs_params(input_dev, t, 0, 255, 0, 0); in iforce_init_device()
358 input_set_abs_params(input_dev, t, -128, 127, 0, 0); in iforce_init_device()
365 input_set_abs_params(input_dev, t, -1, 1, 0, 0); in iforce_init_device()
/openbmc/linux/sound/soc/au1x/
H A Dpsc-ac97.c213 int chans, t, stype = substream->stream; in au1xpsc_ac97_hw_params() local
255 t = 100; in au1xpsc_ac97_hw_params()
256 while ((__raw_readl(AC97_STAT(pscdata)) & PSC_AC97STAT_DR) && --t) in au1xpsc_ac97_hw_params()
259 if (!t) in au1xpsc_ac97_hw_params()
271 t = 100; in au1xpsc_ac97_hw_params()
272 while ((!(__raw_readl(AC97_STAT(pscdata)) & PSC_AC97STAT_DR)) && --t) in au1xpsc_ac97_hw_params()
275 if (!t) in au1xpsc_ac97_hw_params()
/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build27 '-t', 'pathgentest.mako.hpp',
63 '-t', 'propertygentest.mako.hpp',
99 '-t', 'propertywatchgentest.mako.hpp',
135 '-t', 'callbackgentest.mako.hpp',
171 '-t', 'callbackgroupgentest.mako.hpp',
206 '-t', 'conditiongentest.mako.hpp',
271 '-t', 'interfaceaddtest.mako.hpp',
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c154 tagtable_t *t; in parse_bootparam() local
168 for (t = &__tagtable_begin; t < &__tagtable_end; t++) { in parse_bootparam()
169 if (tag->id == t->tag) { in parse_bootparam()
170 t->parse(tag); in parse_bootparam()
174 if (t == &__tagtable_end) in parse_bootparam()
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_vpmpyh.S20 p0 = cmp.eq(r0, #184945412); if (p0.new) jump:t test2
26 p0 = cmp.eq(r1, #262150); if (p0.new) jump:t pass
H A Dtest_round.S18 p0 = cmp.eq(r2, #13); if (p0.new) jump:t test2
27 p0 = cmp.eq(r2, #12); if (p0.new) jump:t pass
H A Dtest_cmp.S18 p0 = cmp.lt(r0, r1); if (p0.new) jump:t unsigned
29 p0 = cmp.gtu(r0, r1); if (p0.new) jump:t pass
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/
H A Dtremor-arm-thumb2.patch28 asm volatile("subs %1, %0, #32768\n\t"
29 + "itt pl\n\t"
30 "movpl %0, #0x7f00\n\t"
32 "adds %1, %0, #32768\n\t"
33 + "it mi\n\t"
/openbmc/openbmc-test-automation/docs/
H A Dredfish_request_via_mTLS.md15 redfish request doesn't specify a certificate, no certificate by default.
44 - Original robot code of redfish request doesn’t need to modify. It will send
61 username) Some cases don’t need to be tested because the purpose of them are
76 Most cases related to sessions don't require mTLS because Redfish requests
77 don't need to create a session first. Therefore, there is no need to test
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py45 t = "BYTE"
47 t = "WORD"
49 t = "DWORD"
51 t = "QWORD"
55 return t + " PTR 32[rdx]"
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_ltlk.c141 unsigned char *t, i; in synth_interrogate() local
150 t = buf + 2; in synth_interrogate()
151 for (i = 0; *t != '\r'; t++) { in synth_interrogate()
152 rom_v[i] = *t; in synth_interrogate()
/openbmc/sdbusplus/test/utility/
H A Dtuple_to_array.cpp8 auto t = std::make_tuple('a', 'b', 'c'); in TEST() local
10 ASSERT_EQ(a, sdbusplus::utility::tuple_to_array(std::move(t))); in TEST()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py847 t = lex.LexToken()
848 t.value = value
849 t.type = type
850 t.lexer = self
851 t.lexpos = 0
852 t.lineno = 0
854 self._tokens.append(t)
863 t = self._tokens[self._current]
865 return t
882 tokens = [(t.value, t.type) for t in tokens]
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h903 #define tgt_dbg(t, fmt, ...) \ argument
904 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__))
906 #define tgt_info(t, fmt, ...) \ argument
907 dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)
909 #define tgt_err(t, fmt, ...) \ argument
910 dev_err((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)
912 #define tgt_log(t, level, fmt, ...) \ argument
914 if ((t)->vhost->log_level >= level) \
915 tgt_err(t, fmt, ##__VA_ARGS__); \
/openbmc/linux/drivers/ata/
H A Dlibata-transport.c48 struct scsi_transport_template t; member
767 i->t.eh_strategy_handler = ata_scsi_error; in ata_attach_transport()
768 i->t.user_scan = ata_scsi_user_scan; in ata_attach_transport()
770 i->t.host_attrs.ac.attrs = &i->port_attrs[0]; in ata_attach_transport()
771 i->t.host_attrs.ac.class = &ata_port_class.class; in ata_attach_transport()
772 i->t.host_attrs.ac.match = ata_tport_match; in ata_attach_transport()
773 transport_container_register(&i->t.host_attrs); in ata_attach_transport()
812 return &i->t; in ata_attach_transport()
819 void ata_release_transport(struct scsi_transport_template *t) in ata_release_transport() argument
821 struct ata_internal *i = to_ata_internal(t); in ata_release_transport()
[all …]
/openbmc/linux/drivers/input/joystick/
H A Dsidewinder.c225 int i, t; in sw_init_digital() local
232 t = gameport_time(gameport, SW_TIMEOUT * 1000); in sw_init_digital()
233 while ((gameport_read(gameport) & 1) && t) t--; /* Wait for axis to fall back to 0 */ in sw_init_digital()
246 static int sw_parity(__u64 t) in sw_parity() argument
248 int x = t ^ (t >> 32); in sw_parity()
262 static int sw_check(__u64 t) in sw_check() argument
266 if ((t & 0x8080808080808080ULL) ^ 0x80) /* Sync */ in sw_check()
269 while (t) { /* Sum */ in sw_check()
270 sum += t & 0xf; in sw_check()
271 t >>= 4; in sw_check()
/openbmc/qemu/target/sparc/
H A Dvis_helper.c575 int t = s1.VIS_SW64(i) << (s2.VIS_W64(i) % 16); in helper_fslas16() local
576 t = MIN(t, INT16_MAX); in helper_fslas16()
577 t = MAX(t, INT16_MIN); in helper_fslas16()
578 r.VIS_SW64(i) = t; in helper_fslas16()
593 int64_t t = (int64_t)(int32_t)s1.VIS_L64(i) << (s2.VIS_L64(i) % 32); in helper_fslas32() local
594 t = MIN(t, INT32_MAX); in helper_fslas32()
595 t = MAX(t, INT32_MIN); in helper_fslas32()
596 r.VIS_L64(i) = t; in helper_fslas32()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dtimer.c140 void mxic_timer(struct timer_list *t) in mxic_timer() argument
142 struct tulip_private *tp = from_timer(tp, t, timer); in mxic_timer()
157 void comet_timer(struct timer_list *t) in comet_timer() argument
159 struct tulip_private *tp = from_timer(tp, t, timer); in comet_timer()
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py42 for t in f.matches_of_type(TypeInfoVar):
43 assert isinstance(t, TypeInfoVar)
44 values = [f.filename, t.name] + \
45 [t.get_raw_initializer_value(f)
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/
H A Dtune-cortexa8.inc15 # mcpu is used so don't use armv7a as we don't want march
31 # mcpu is used so don't use armv7a as we don't want march
/openbmc/linux/net/lapb/
H A Dlapb_timer.c75 static void lapb_t2timer_expiry(struct timer_list *t) in lapb_t2timer_expiry() argument
77 struct lapb_cb *lapb = from_timer(lapb, t, t2timer); in lapb_t2timer_expiry()
95 static void lapb_t1timer_expiry(struct timer_list *t) in lapb_t1timer_expiry() argument
97 struct lapb_cb *lapb = from_timer(lapb, t, t1timer); in lapb_t1timer_expiry()
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_mipi_csi2_reg.h143 #define SUN8I_A83T_MIPI_CSI2_VCDT0_CH_DT(ch, t) (((t) & GENMASK(5, 0)) << \ argument
148 #define SUN8I_A83T_MIPI_CSI2_VCDT1_CH_DT(ch, t) (((t) & GENMASK(5, 0)) << \ argument
/openbmc/linux/drivers/clocksource/
H A Dtimer-digicolor.c48 #define CONTROL(t) ((t)*8) argument
49 #define COUNT(t) ((t)*8 + 4) argument

1...<<51525354555657585960>>...349