Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dpci_intf.c247 #define PCI_CMD_DISABLE_INTERRUPT BIT(10) macro
295 if ((usPciCommand & PCI_CMD_DISABLE_INTERRUPT)) { in rtw_pci_parse_configuration()
298 usPciCommand &= (~PCI_CMD_DISABLE_INTERRUPT); in rtw_pci_parse_configuration()
314 if ((usPciCommand & PCI_CMD_DISABLE_INTERRUPT)) { in rtw_pci_parse_configuration()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dpci_intf.c521 #define PCI_CMD_DISABLE_INTERRUPT BIT(10) macro
571 if ((usPciCommand & PCI_CMD_DISABLE_INTERRUPT)) { in rtw_pci_parse_configuration()
574 usPciCommand &= (~PCI_CMD_DISABLE_INTERRUPT); in rtw_pci_parse_configuration()
590 if ((usPciCommand & PCI_CMD_DISABLE_INTERRUPT)) { in rtw_pci_parse_configuration()