Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168.h1458 u16 resv_0x1c_h; member
Dr8168_n.c25245 u16 resv_0x1c_h; in rtl8168_esd_timer() local
25295 pci_read_config_word(pdev, PCI_BASE_ADDRESS_3 + 2, &resv_0x1c_h); in rtl8168_esd_timer()
25296 if (resv_0x1c_h != tp->pci_cfg_space.resv_0x1c_h) { in rtl8168_esd_timer()
25297 …esv_0x1c_h = 0x%04x, should be 0x%04x \n.", dev->name, resv_0x1c_h, tp->pci_cfg_space.resv_0x1c_h); in rtl8168_esd_timer()
25298 pci_write_config_word(pdev, PCI_BASE_ADDRESS_3 + 2, tp->pci_cfg_space.resv_0x1c_h); in rtl8168_esd_timer()
26973 pci_read_config_word(pdev, PCI_BASE_ADDRESS_3 + 2, &tp->pci_cfg_space.resv_0x1c_h); in rtl8168_hw_config()