Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.h165 const struct ce_remap *ce_remap; member
290 extern const struct ce_remap ath11k_ce_remap_ipq5018;
H A Dahb.c1152 if (ab->hw_params.ce_remap) { in ath11k_ahb_probe()
1153 const struct ce_remap *ce_remap = ab->hw_params.ce_remap; in ath11k_ahb_probe() local
1158 ab->mem_ce = ioremap(ce_remap->base, ce_remap->size); in ath11k_ahb_probe()
1253 if (ab->hw_params.ce_remap) in ath11k_ahb_free_resources()
H A Dce.h99 struct ce_remap { struct
H A Dcore.c657 .ce_remap = &ath11k_ce_remap_ipq5018,
H A Dhw.c2276 const struct ce_remap ath11k_ce_remap_ipq5018 = {