Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/mach-sa1100/
Dcpu-sa1110.c40 u_char trp; /* precharge to activate (ns) */ member
55 .trp = 20,
65 .trp = 20,
75 .trp = 20,
112 u_int mem_khz, sd_khz, trp, twr; in sdram_calculate_timing() local
133 trp = ns_to_cycles(sdram->trp, mem_khz) - 1; in sdram_calculate_timing()
134 if (trp < 1) in sdram_calculate_timing()
135 trp = 1; in sdram_calculate_timing()
137 sd->mdcnfg |= trp << 8; in sdram_calculate_timing()
138 sd->mdcnfg |= trp << 24; in sdram_calculate_timing()
[all …]
/linux-2.4.37.9/drivers/video/aty/
Dmach64_ct.c282 u32 mc,trp,trcd,tcrd,tras; in aty_init_pll_ct() local
285 trp = (mc & 0x300) >> 8; in aty_init_pll_ct()
288 info->xclkpagefaultdelay = trcd + tcrd + trp + 2; in aty_init_pll_ct()
289 info->xclkmaxrasdelay = tras + trp + 2; in aty_init_pll_ct()
/linux-2.4.37.9/drivers/net/
Dni65.h97 u32 trp; /* transmit ring pointer (align 8) */ member
Dni65.c514 p->ib.trp = (u32) virt_to_bus(p->tmdhead) | TMDNUMMASK; in ni65_init_lance()
/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.c4311 xfs_bmbt_rec_t *trp; /* target record pointer */ in xfs_bmap_read_extents() local
4354 room = ifp->if_bytes / (uint)sizeof(*trp); in xfs_bmap_read_extents()
4355 trp = ifp->if_u1.if_extents; in xfs_bmap_read_extents()
4391 temp = trp; in xfs_bmap_read_extents()
4392 for (j = 0; j < num_recs; j++, frp++, trp++) { in xfs_bmap_read_extents()
4393 trp->l0 = INT_GET(frp->l0, ARCH_CONVERT); in xfs_bmap_read_extents()
4394 trp->l1 = INT_GET(frp->l1, ARCH_CONVERT); in xfs_bmap_read_extents()
4422 ASSERT(i == ifp->if_bytes / (uint)sizeof(*trp)); in xfs_bmap_read_extents()
/linux-2.4.37.9/drivers/video/
Dradeonfb.c421 int trp; member
1728 rinfo->ram.trp = 2; in radeonfb_pci_register()
1741 rinfo->ram.trp = 3; in radeonfb_pci_register()
1755 rinfo->ram.trp = 3; in radeonfb_pci_register()
3209 2 * rinfo->ram.trp + rinfo->ram.twr + rinfo->ram.cl + rinfo->ram.tr2w + in radeon_load_video_mode()