Lines Matching refs:memory_seg
1862 bd->memory_seg = 0xf000; in pc_init()
1872 bd->memory_seg = 0xf000; in pc_init()
1876 bd->memory_seg = 0xe000; in pc_init()
1880 bd->memory_seg = 0xc000; in pc_init()
1884 bd->memory_seg = 0x8000; in pc_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()
2126 ch->rxptr = memaddr + (((bc->rseg - bd->memory_seg) << 4) & 0x1fff); in post_fep_init()
2127 ch->rxwin = FEPWIN | ((bc->rseg - bd->memory_seg) >>9 ); in post_fep_init()
2132 ch->txptr = memaddr + ((bc->tseg - bd->memory_seg) << 4); in post_fep_init()
2133 ch->rxptr = memaddr + ((bc->rseg - bd->memory_seg) << 4); in post_fep_init()