Searched refs:ATH12K_PCI_FLAG_INIT_DONE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dpci.h84 ATH12K_PCI_FLAG_INIT_DONE, enumerator in enum:ath12k_pci_flags
H A Dpci.c1011 set_bit(ATH12K_PCI_FLAG_INIT_DONE, &ab_pci->flags);
1030 if (test_bit(ATH12K_PCI_FLAG_INIT_DONE, &ab_pci->flags) &&
1071 if (test_bit(ATH12K_PCI_FLAG_INIT_DONE, &ab_pci->flags) &&
1087 if (test_bit(ATH12K_PCI_FLAG_INIT_DONE, &ab_pci->flags) &&
1128 if (test_bit(ATH12K_PCI_FLAG_INIT_DONE, &ab_pci->flags) &&
1140 clear_bit(ATH12K_PCI_FLAG_INIT_DONE, &ab_pci->flags);
1172 clear_bit(ATH12K_PCI_FLAG_INIT_DONE, &ab_pci->flags);

Completed in 106 milliseconds