plxphys 304 drivers/net/wan/pc300too.c u32 plxphys; /* PLX registers memory base */ plxphys 332 drivers/net/wan/pc300too.c plxphys = pci_resource_start(pdev, 0) & PCI_BASE_ADDRESS_MEM_MASK; plxphys 333 drivers/net/wan/pc300too.c card->plxbase = ioremap(plxphys, PC300_PLX_SIZE); plxphys 352 drivers/net/wan/pc300too.c pci_write_config_dword(pdev, PCI_BASE_ADDRESS_0, plxphys); plxphys 282 drivers/net/wan/pci200syn.c u32 plxphys; /* PLX registers memory base */ plxphys 317 drivers/net/wan/pci200syn.c plxphys = pci_resource_start(pdev,0) & PCI_BASE_ADDRESS_MEM_MASK; plxphys 318 drivers/net/wan/pci200syn.c card->plxbase = ioremap(plxphys, PCI200SYN_PLX_SIZE);