Searched refs:t0 (Results 1 - 17 of 17) sorted by relevance

/drivers/ide/
H A Dpalm_bk3710.c80 u8 tenv, trp, t0; local
85 t0 = DIV_ROUND_UP(palm_bk3710_udmatimings[mode].cycletime,
93 val32 |= (t0 << (dev ? 8 : 0));
115 u8 td, tkw, t0; local
125 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
127 tkw = t0 - td - 1;
147 u8 t2, t2i, t0; local
154 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
157 t2i = t0 - t2 - 1;
176 t0
[all...]
/drivers/pci/hotplug/
H A Dacpi_pcihp.c63 hpx->t0 = &hpx->type0_data;
64 hpx->t0->revision = revision;
65 hpx->t0->cache_line_size = fields[2].integer.value;
66 hpx->t0->latency_timer = fields[3].integer.value;
67 hpx->t0->enable_serr = fields[4].integer.value;
68 hpx->t0->enable_perr = fields[5].integer.value;
244 hpp->t0 = &hpp->type0_data;
245 hpp->t0->revision = 1;
246 hpp->t0->cache_line_size = fields[0].integer.value;
247 hpp->t0
[all...]
H A Dpcihp_slot.c184 program_hpp_type0(dev, hpp.t0);
/drivers/staging/winbond/
H A Dmto.c50 void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 t0, u8 index);
H A Dmto.h135 extern void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 t0, u8 index);
/drivers/infiniband/hw/ipath/
H A Dipath_stats.c56 unsigned long t0, t1; local
59 t0 = jiffies;
80 if (time_before(t0 + HZ, t1) && val == -1) {
/drivers/scsi/bfa/
H A Dbfa_port.c31 __be32 t0, t1; local
36 t0 = dip[i];
39 dip[i] = be32_to_cpu(t0);
43 dip[i + 1] = be32_to_cpu(t0);
/drivers/media/video/cx18/
H A Dcx18-mailbox.c603 unsigned long int t0, timeout, ret; local
693 t0 = jiffies;
697 ret = jiffies - t0;
700 ret = jiffies - t0;
/drivers/media/video/zoran/
H A Dzoran_device.c197 unsigned long t0, t1; local
208 t0 = get_time();
216 change[j][0] = (t1 - t0);
217 t0 = t1;
/drivers/net/hamradio/
H A Ddmascc.c311 int base[MAX_NUM_DEVS], tcmd[MAX_NUM_DEVS], t0[MAX_NUM_DEVS], local
359 t0[i] =
374 t0[i]);
376 t0[i]);
/drivers/ata/
H A Dpata_mpc52xx.c273 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; local
278 t0 = CALC_CLKCYC(ipb_period, 1000 * ataspec_t0[pio]);
286 timing->pio1 = (t0 << 24) | (t2_8 << 16) | (t2_16 << 8) | (t2i);
/drivers/atm/
H A Dzatm.c1189 unsigned long t0,t1,t2; local
1243 t0 = zpeekl(zatm_dev,uPD98401_TSR);
1250 while (t0 > t1 || t1 > t2); /* loop if wrapping ... */
1251 zatm_dev->khz = t2-2*t1+t0;
/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h542 u8 t0; member in struct:psb_sdvo_panel_power_sequencing
/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h547 u8 t0; member in struct:sdvo_panel_power_sequencing
/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1488 u32 t0, t1, t2, t3; local
1512 ret |= READL(ramptr + 0, &t0);
1522 if ((t1 == 0x456789ab) && (t0 == 0x01234567)) {
1527 if ((t1 != 0x456789ab) || (t0 != 0x01234567)) {
1553 if (t0 == 0x01234567) {
1558 if (t0 == 0x01234567) {
1577 ret |= READL(ramptr + 0, &t0);
1581 if (t0 == 0x01234567) {
1586 if (t0 == 0x01234567) {
/drivers/firewire/
H A Dohci.c1692 u32 t0, t1, t2; local
1706 t0 = cycle_timer_ticks(c0);
1709 diff01 = t1 - t0;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_n.c20455 const struct chan_info_nphy_radio2057 **t0,
20542 *t0 = &chan_info_tbl_p_0[i];
20618 const struct chan_info_nphy_radio2057 *t0 = NULL; local
20626 wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3);
21361 const struct chan_info_nphy_radio2057 *t0 = NULL; local
21367 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3))
21403 wlc_phy_chanspec_radio2057_setup(pi, t0, t2);
21407 (const struct nphy_sfo_cfg *)&(t0->PHY_BW1a));
20454 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 496 milliseconds