Searched refs:mem_config (Results 1 – 2 of 2) sorted by relevance
403 char mem_config = inb(ioaddr + MEM_CONFIG); in el16_probe1() local404 if (mem_config & 0x20) { in el16_probe1()406 base = 0xf00000 + (mem_config & 0x08 ? 0x080000 in el16_probe1()407 : ((mem_config & 3) << 17)); in el16_probe1()409 size = ((mem_config & 3) + 1) << 14; in el16_probe1()410 base = 0x0c0000 + ( (mem_config & 0x18) << 12); in el16_probe1()
201 u32 mem_config; member1125 pci->mem_config=RD32(m, PM2R_MEM_CONFIG); in pm2pci_detect()1126 switch (pci->mem_config & PM2F_MEM_CONFIG_RAM_MASK) { in pm2pci_detect()1155 pm2_WR(p, PM2R_MEM_CONFIG, pci->mem_config); in pm2pci_init()