Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1460 u16 resv_0x20_h; member
H A Dr8168_n.c25248 u16 resv_0x20_h; in rtl8168_esd_timer() local
25309 pci_read_config_word(pdev, PCI_BASE_ADDRESS_4 + 2, &resv_0x20_h); in rtl8168_esd_timer()
25310 if (resv_0x20_h != tp->pci_cfg_space.resv_0x20_h) { in rtl8168_esd_timer()
25311 …esv_0x20_h = 0x%04x, should be 0x%04x \n.", dev->name, resv_0x20_h, tp->pci_cfg_space.resv_0x20_h); in rtl8168_esd_timer()
25312 pci_write_config_word(pdev, PCI_BASE_ADDRESS_4 + 2, tp->pci_cfg_space.resv_0x20_h); in rtl8168_esd_timer()
26976 pci_read_config_word(pdev, PCI_BASE_ADDRESS_4 + 2, &tp->pci_cfg_space.resv_0x20_h); in rtl8168_hw_config()