Searched refs:t3 (Results 126 - 137 of 137) sorted by relevance

123456

/linux-master/drivers/tty/
H A Dn_gsm.c333 unsigned int t3; /* Power wake-up timer in seconds. */ member in struct:gsm_mux
3246 gsm->t3 = T3;
3290 c->t3 = gsm->t3;
3315 if (c->t3 > MAX_T3)
3372 if (c->t3)
3373 gsm->t3 = c->t3;
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c979 struct fixed31_32 t3; local
1014 t3 = dc_fixpt_mul(t2, t);
1015 temp1 = dc_fixpt_mul(two, t3);
1031 dc_fixpt_add(t, dc_fixpt_sub(t3, temp1))));
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2296 s64 t1, t2, t3, t4; local
2345 t3 = timespec64_to_ns(&ptp_sts_after.pre_ts);
2350 t34 = t3 + (t4 - t3) / 2;
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c1072 u8 t3 = MIPS_R_T9; local
1081 emit(ctx, xor, t3, hi(rs), hi(rt)); /* t3 = rlh ^ rth */
1082 emit(ctx, srl, rd, t3, 31); /* rd = t3 >> 31 */
1084 emit_movn_r(ctx, t1, MIPS_R_ZERO, t3); /* t1 = 0 if t3 != 0 */
/linux-master/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c1387 u32 t0, t1, t2, t3; local
1414 ret |= READL(ramptr + 12, &t3);
1420 if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) {
/linux-master/drivers/video/fbdev/
H A Dpxafb.c1236 unsigned t1, t2, t3, t4; local
1240 t3 = mode->op_hold_time;
1247 LCCR1_HorSnchWdth(__smart_timing(t3, lclk));
/linux-master/lib/crypto/mpi/
H A Dec.c764 #define t3 (ctx->t.scratch[2]) macro
827 #undef t3 macro
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S144 veor t3l, t3l, t3h @ t3 = (K) (P6 + P7) << 32
/linux-master/tools/lib/bpf/
H A Dusdt.c1461 { "t3", offsetof(struct user_regs_struct, t3) },
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h3588 u8 t3[6]; member in struct:wmi_responder_ftm_res
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py5000 t3 {color:black;font:20px Times;white-space:nowrap;}\n\
5265 ' var pname = "<t3 style=\\"font-size:"+fs2+"px\\">"+phases[i].id.replace(new RegExp("_", "g"), " ")+"</t3>";\n'\
5313 ' var html = \'<div style="padding-top:\'+pad+\'px"><t3> <b>\'+name+\':</b>\';\n'\
5320 ' html += "</t3></div>";\n'\
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c20232 const struct chan_info_nphy_2055 **t3)
20377 *t3 = &chan_info_nphy_2055[i];
20395 const struct chan_info_nphy_2055 *t3 = NULL; local
20400 wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3);
21165 const struct chan_info_nphy_2055 *t3 = NULL; local
21168 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3))
21228 wlc_phy_chanspec_radio2055_setup(pi, t3);
21231 &(t3->PHY_BW1a));
20228 wlc_phy_chan2freq_nphy(struct brcms_phy *pi, uint channel, int *f, const struct chan_info_nphy_radio2057 **t0, const struct chan_info_nphy_radio205x **t1, const struct chan_info_nphy_radio2057_rev5 **t2, const struct chan_info_nphy_2055 **t3) argument

Completed in 414 milliseconds

123456