Searched refs:tg3reg_base (Results 1 – 1 of 1) sorted by relevance
3267 unsigned long tg3reg_base, tg3reg_len; in tg3_probe() local3283 tg3reg_base = pci_bar_start(pdev, PCI_BASE_ADDRESS_0); in tg3_probe()3284 if (tg3reg_base == -1UL) { in tg3_probe()3319 tp->regs = (unsigned long) ioremap(tg3reg_base, tg3reg_len); in tg3_probe()