Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1466 u32 pci_sn_l; member
H A Dr8168_n.c25253 u32 pci_sn_l; in rtl8168_esd_timer() local
25352 pci_sn_l = rtl8168_csi_read(tp, tp->HwPcieSNOffset); in rtl8168_esd_timer()
25353 if (pci_sn_l != tp->pci_cfg_space.pci_sn_l) { in rtl8168_esd_timer()
25354 …RR "%s: pci_sn_l = 0x%08x, should be 0x%08x \n.", dev->name, pci_sn_l, tp->pci_cfg_space.pci_sn_l); in rtl8168_esd_timer()
25355 rtl8168_csi_write(tp, tp->HwPcieSNOffset, tp->pci_cfg_space.pci_sn_l); in rtl8168_esd_timer()
26982 tp->pci_cfg_space.pci_sn_l = rtl8168_csi_read(tp, tp->HwPcieSNOffset); in rtl8168_hw_config()