Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1462 u16 resv_0x24_h; member
H A Dr8168_n.c25250 u16 resv_0x24_h; in rtl8168_esd_timer() local
25323 pci_read_config_word(pdev, PCI_BASE_ADDRESS_5 + 2, &resv_0x24_h); in rtl8168_esd_timer()
25324 if (resv_0x24_h != tp->pci_cfg_space.resv_0x24_h) { in rtl8168_esd_timer()
25325 …esv_0x24_h = 0x%04x, should be 0x%04x \n.", dev->name, resv_0x24_h, tp->pci_cfg_space.resv_0x24_h); in rtl8168_esd_timer()
25326 pci_write_config_word(pdev, PCI_BASE_ADDRESS_5 + 2, tp->pci_cfg_space.resv_0x24_h); in rtl8168_esd_timer()
26978 pci_read_config_word(pdev, PCI_BASE_ADDRESS_5 + 2, &tp->pci_cfg_space.resv_0x24_h); in rtl8168_hw_config()