Searched refs:plx_phy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | wanxl.c | 563 u32 plx_phy; /* PLX PCI base address */ in wanxl_pci_init_one() local 637 plx_phy = pci_resource_start(pdev, 0); in wanxl_pci_init_one() 639 card->plx = ioremap(plx_phy, 0x70); in wanxl_pci_init_one() 752 pci_name(pdev), plx_phy, ramsize / 1024, mem_phy, pdev->irq); in wanxl_pci_init_one()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | wanxl.c | 555 u32 plx_phy; /* PLX PCI base address */ in wanxl_pci_init_one() local 637 plx_phy = pci_resource_start(pdev, 0); in wanxl_pci_init_one() 639 card->plx = ioremap(plx_phy, 0x70); in wanxl_pci_init_one() 753 pci_name(pdev), plx_phy, ramsize / 1024, mem_phy, pdev->irq); in wanxl_pci_init_one()
|
Completed in 2 milliseconds