Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1344 wcn->ccu_base = of_iomap(mmio_node, index); in wcn36xx_platform_get_resources()
1345 if (!wcn->ccu_base) { in wcn36xx_platform_get_resources()
1377 iounmap(wcn->ccu_base); in wcn36xx_platform_get_resources()
1451 iounmap(wcn->ccu_base); in wcn36xx_probe()
1477 iounmap(wcn->ccu_base); in wcn36xx_remove()
H A Dwcn36xx.h206 void __iomem *ccu_base; member
H A Ddxe.c36 writel(data, wcn->ccu_base + addr); in wcn36xx_ccu_write_register()