Home
last modified time | relevance | path

Searched refs:pci_sn_h (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168.h1467 u32 pci_sn_h; member
Dr8168_n.c25254 u32 pci_sn_h; in rtl8168_esd_timer() local
25359 pci_sn_h = rtl8168_csi_read(tp, tp->HwPcieSNOffset + 4); in rtl8168_esd_timer()
25360 if (pci_sn_h != tp->pci_cfg_space.pci_sn_h) { in rtl8168_esd_timer()
25361 …RR "%s: pci_sn_h = 0x%08x, should be 0x%08x \n.", dev->name, pci_sn_h, tp->pci_cfg_space.pci_sn_h); in rtl8168_esd_timer()
25362 rtl8168_csi_write(tp, tp->HwPcieSNOffset + 4, tp->pci_cfg_space.pci_sn_h); in rtl8168_esd_timer()
26983 tp->pci_cfg_space.pci_sn_h = rtl8168_csi_read(tp, tp->HwPcieSNOffset + 4); in rtl8168_hw_config()