Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dpci_intf.c132 u8 CapPointer = 0; in PlatformClearPciPMEStatus() local
141 result = pci_read_config_byte(pdev, 0x34, &CapPointer); in PlatformClearPciPMEStatus()
145 RTW_INFO("PlatformClearPciPMEStatus(): PCI configration 0x34 = 0x%2x\n", CapPointer); in PlatformClearPciPMEStatus()
148 if (CapPointer == 0x00) { in PlatformClearPciPMEStatus()
154 result = pci_read_config_byte(pdev, CapPointer, &CapHdr.CapabilityID); in PlatformClearPciPMEStatus()
156 RTW_INFO("%s() pci_read_config_byte %x Failed!\n", __FUNCTION__, CapPointer); in PlatformClearPciPMEStatus()
161 result = pci_read_config_byte(pdev, CapPointer + 1, &CapHdr.Next); in PlatformClearPciPMEStatus()
163 RTW_INFO("%s() pci_read_config_byte %x Failed!\n", __FUNCTION__, CapPointer); in PlatformClearPciPMEStatus()
171 …RTW_INFO("PlatformClearPciPMEStatus(): in pci configration1, CapPointer%x = %x\n", CapPointer, Cap… in PlatformClearPciPMEStatus()
178 CapPointer = CapHdr.Next; in PlatformClearPciPMEStatus()
[all …]