Searched refs:phys_mem (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ |
D | ne3210.c | 95 unsigned long ioaddr, phys_mem; in ne3210_eisa_probe() local 143 phys_mem = shmem_map[inb(ioaddr + NE3210_CFG2) & 0x07] * 0x1000; in ne3210_eisa_probe() 149 if (phys_mem > 1024*1024) { /* phys addr > 1MB */ in ne3210_eisa_probe() 150 if (phys_mem < virt_to_phys(high_memory)) { in ne3210_eisa_probe() 160 if (!request_mem_region (phys_mem, NE3210_STOP_PG*0x100, DRV_NAME)) { in ne3210_eisa_probe() 162 phys_mem); in ne3210_eisa_probe() 167 NE3210_STOP_PG/4, phys_mem); in ne3210_eisa_probe() 169 ei_status.mem = ioremap(phys_mem, NE3210_STOP_PG*0x100); in ne3210_eisa_probe() 189 ei_status.priv = phys_mem; in ne3210_eisa_probe() 212 release_mem_region (phys_mem, NE3210_STOP_PG*0x100); in ne3210_eisa_probe()
|
/drivers/pcmcia/ |
D | au1000_generic.c | 325 map->static_start = skt->phys_mem + map->card_start; in au1x00_pcmcia_set_mem_map() 409 skt->phys_mem = AU1X_SOCK0_PSEUDO_PHYS_MEM; in au1x00_pcmcia_socket_probe() 417 skt->phys_mem = AU1X_SOCK1_PSEUDO_PHYS_MEM; in au1x00_pcmcia_socket_probe()
|
D | au1000_generic.h | 121 unsigned int phys_mem; member
|
/drivers/net/wan/ |
D | farsync.c | 446 unsigned int phys_mem; /* Physical memory window address */ member 2489 card->phys_mem = pci_resource_start(pdev, 2); in fst_add_one() 2491 if ((card->mem = ioremap(card->phys_mem, FST_MEMSIZE)) == NULL) { in fst_add_one() 2561 dev->mem_start = card->phys_mem in fst_add_one() 2563 dev->mem_end = card->phys_mem in fst_add_one() 2583 card->pci_conf, card->phys_mem, card->phys_ctlmem); in fst_add_one()
|