Searched refs:memory_seg (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Depca.h159 ulong memory_seg; member in struct:board_info
H A Dpcxx.c1105 ulong memory_seg=0, memory_size=0; local
1292 memory_seg = 0xf000;
1297 memory_seg = 0xe000;
1302 memory_seg = 0xc000;
1307 memory_seg = 0x8000;
1326 memory_seg = 0xf000;
1386 bios = memaddr + BIOSCODE + ((0xf000 - memory_seg) << 4);
1468 *(ushort *)((ulong)memaddr + MBOX + 2) = memory_seg + FEPCODESEG;
1580 ch->txptr = memaddr+((bc->tseg-memory_seg) << 4);
1581 ch->rxptr = memaddr+((bc->rseg-memory_seg) <<
[all...]
H A Depca.c1857 amount of memory on the board is variable so the memory_seg
1868 bd->memory_seg = 0xf000;
1878 bd->memory_seg = 0xf000;
1882 bd->memory_seg = 0xe000;
1886 bd->memory_seg = 0xc000;
1890 bd->memory_seg = 0x8000;
2129 ch->txptr = memaddr + (((bc->tseg - bd->memory_seg) << 4) & 0x1fff);
2130 ch->txwin = FEPWIN | ((bc->tseg - bd->memory_seg) >> 9);
2131 ch->rxptr = memaddr + (((bc->rseg - bd->memory_seg) << 4) & 0x1fff);
2132 ch->rxwin = FEPWIN | ((bc->rseg - bd->memory_seg) >>
[all...]

Completed in 47 milliseconds