Searched refs:get_msi_address (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | hif.h | 28 void (*get_msi_address)(struct ath12k_base *ab, u32 *msi_addr_lo, member 60 if (!ab->hif.ops->get_msi_address) in ath12k_hif_get_msi_address() 63 ab->hif.ops->get_msi_address(ab, msi_addr_lo, msi_addr_hi); in ath12k_hif_get_msi_address()
|
H A D | pci.c | 1170 .get_msi_address = ath12k_pci_get_msi_address,
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | hif.h | 29 void (*get_msi_address)(struct ath11k_base *ab, u32 *msi_addr_lo, member 134 if (!ab->hif.ops->get_msi_address) in ath11k_get_msi_address() 137 ab->hif.ops->get_msi_address(ab, msi_addr_lo, msi_addr_hi); in ath11k_get_msi_address()
|
H A D | pci.c | 697 .get_msi_address = ath11k_pcic_get_msi_address,
|
H A D | ahb.c | 780 .get_msi_address = ath11k_pcic_get_msi_address,
|