Searched refs:mem_config (Results 1 – 1 of 1) sorted by relevance
501 char mem_config; in t507_probe1() local508 mem_config = inb(ioaddr + MEM_CONFIG); in t507_probe1()509 if (mem_config & 0x20) in t507_probe1()512 mem_start = 0xf00000L + (mem_config & 0x08 ? 0x080000L in t507_probe1()513 : (((Address)mem_config & 0x3) << 17)); in t507_probe1()517 size = ((((Address)mem_config & 0x3) + 1) << 14); in t507_probe1()518 mem_start = 0x0c0000L + (((Address)mem_config & 0x18) << 12); in t507_probe1()