Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1514 wcn->ccu_base = of_iomap(mmio_node, index); in wcn36xx_platform_get_resources()
1515 if (!wcn->ccu_base) { in wcn36xx_platform_get_resources()
1547 iounmap(wcn->ccu_base); in wcn36xx_platform_get_resources()
1637 iounmap(wcn->ccu_base); in wcn36xx_probe()
1663 iounmap(wcn->ccu_base); in wcn36xx_remove()
H A Dwcn36xx.h231 void __iomem *ccu_base; member
H A Ddxe.c36 writel(data, wcn->ccu_base + addr); in wcn36xx_ccu_write_register()