Searched refs:tseg (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Ddev.c53 int sampl_pt, int tseg, int *tseg1, int *tseg2)
55 *tseg2 = tseg + 1 - (sampl_pt * (tseg + 1)) / 1000;
60 *tseg1 = tseg - *tseg2;
63 *tseg2 = tseg - *tseg1;
65 return 1000 * (tseg + 1 - *tseg2) / (tseg + 1);
75 int tsegall, tseg = 0, tseg1 = 0, tseg2 = 0; local
94 /* tseg even = round down, odd = round up */
95 for (tseg
52 can_update_spt(const struct can_bittiming_const *btc, int sampl_pt, int tseg, int *tseg1, int *tseg2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Damd.c537 unsigned long long tseg; local
544 if (!rdmsrl_safe(MSR_K8_TSEG_ADDR, &tseg)) {
545 printk(KERN_DEBUG "tseg: %010llx\n", tseg);
546 if ((tseg>>PMD_SHIFT) <
548 ((tseg>>PMD_SHIFT) <
550 (tseg>>PMD_SHIFT) >= (1ULL<<(32 - PMD_SHIFT))))
551 set_memory_4k((unsigned long)__va(tseg), 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmodule.c223 void *tseg = (void *)text->sh_addr; local
226 tseg, tseg + text->sh_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DdigiFep1.h31 u16 tseg; member in struct:board_chan
H A Depca.c1263 u16 tseg, rseg; local
1325 tseg = readw(&bc->tseg);
1333 ch->txptr = memaddr + ((tseg << 4) & 0x1fffff);
1335 ch->txwin = FEPWIN | (tseg >> 11);
1343 ch->txptr = memaddr + ((tseg << 4) & 0x7fff);
1345 ch->txwin = FEPWIN | (tseg >> 11);
1351 ch->txptr = memaddr + (((tseg - bd->memory_seg) << 4)
1353 ch->txwin = FEPWIN | ((tseg - bd->memory_seg) >> 9);
1361 ch->txptr = memaddr + ((tseg
[all...]

Completed in 93 milliseconds