Searched refs:TG3PCI_REG_BASE_ADDR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 279 #define TG3PCI_REG_BASE_ADDR 0x00000078 macro
|
H A D | tg3.c | 494 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off); in tg3_write_indirect_reg32() 511 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off); in tg3_read_indirect_reg32() 533 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off + 0x5600); in tg3_write_indirect_mbox() 553 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off + 0x5600); in tg3_read_indirect_mbox() 16883 /* Clear TG3PCI_REG_BASE_ADDR to prevent hangs. */ in tg3_get_invariants() 16884 tw32(TG3PCI_REG_BASE_ADDR, 0); in tg3_get_invariants()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 279 #define TG3PCI_REG_BASE_ADDR 0x00000078 macro
|
H A D | tg3.c | 495 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off); in tg3_write_indirect_reg32() 512 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off); in tg3_read_indirect_reg32() 534 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off + 0x5600); in tg3_write_indirect_mbox() 554 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off + 0x5600); in tg3_read_indirect_mbox() 16807 /* Clear TG3PCI_REG_BASE_ADDR to prevent hangs. */ in tg3_get_invariants() 16808 tw32(TG3PCI_REG_BASE_ADDR, 0); in tg3_get_invariants()
|
Completed in 67 milliseconds