Searched refs:tseg (Results 1 – 4 of 4) sorted by relevance
31 volatile ushort tseg; member
29 volatile ushort tseg; member
2106 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()
1563 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()