Searched refs:memory_seg (Results 1 – 4 of 4) sorted by relevance
1086 ulong memory_seg=0, memory_size=0; in pcxe_init() local1275 memory_seg = 0xf000; in pcxe_init()1280 memory_seg = 0xe000; in pcxe_init()1285 memory_seg = 0xc000; in pcxe_init()1290 memory_seg = 0x8000; in pcxe_init()1309 memory_seg = 0xf000; in pcxe_init()1369 bios = memaddr + BIOSCODE + ((0xf000 - memory_seg) << 4); in pcxe_init()1451 *(ushort *)((ulong)memaddr + MBOX + 2) = memory_seg + FEPCODESEG; in pcxe_init()1563 ch->txptr = memaddr+((bc->tseg-memory_seg) << 4); in pcxe_init()1564 ch->rxptr = memaddr+((bc->rseg-memory_seg) << 4); in pcxe_init()[all …]
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()[all …]
159 ulong memory_seg; member
420 7. Added code in pc_init to set the memory_seg for424 from an uninitialized variable (memory_seg).