Home
last modified time | relevance | path

Searched refs:tseg (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/char/
DdigiFep1.h31 volatile ushort tseg; member
Dfep.h29 volatile ushort tseg; member
Depca.c2106 ch->txptr = memaddr + (((bc->tseg) << 4) & 0x1fffff); in post_fep_init()
2108 ch->txwin = FEPWIN | ((bc->tseg) >> 11); in post_fep_init()
2116 ch->txptr = memaddr + (((bc->tseg) << 4) & 0x7fff); in post_fep_init()
2118 ch->txwin = FEPWIN | ((bc->tseg) >> 11); in post_fep_init()
2124 ch->txptr = memaddr + (((bc->tseg - bd->memory_seg) << 4) & 0x1fff); in post_fep_init()
2125 ch->txwin = FEPWIN | ((bc->tseg - bd->memory_seg) >> 9); in post_fep_init()
2132 ch->txptr = memaddr + ((bc->tseg - bd->memory_seg) << 4); in post_fep_init()
Dpcxx.c1563 ch->txptr = memaddr+((bc->tseg-memory_seg) << 4); in pcxe_init()
1567 ch->txptr = memaddr+(((bc->tseg-memory_seg) << 4) & 0x1fff); in pcxe_init()
1568 ch->txwin = FEPWIN | ((bc->tseg-memory_seg) >> 9); in pcxe_init()