Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1454 u16 io_base_l; member
H A Dr8168_n.c25241 u16 io_base_l; in rtl8168_esd_timer() local
25267 pci_read_config_word(pdev, PCI_BASE_ADDRESS_0, &io_base_l); in rtl8168_esd_timer()
25268 if (io_base_l != tp->pci_cfg_space.io_base_l) { in rtl8168_esd_timer()
25269 …"%s: io_base_l = 0x%04x, should be 0x%04x \n.", dev->name, io_base_l, tp->pci_cfg_space.io_base_l); in rtl8168_esd_timer()
25270 pci_write_config_word(pdev, PCI_BASE_ADDRESS_0, tp->pci_cfg_space.io_base_l); in rtl8168_esd_timer()
26968 pci_read_config_word(pdev, PCI_BASE_ADDRESS_0, &tp->pci_cfg_space.io_base_l); in rtl8168_hw_config()