Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Dasic3.c83 void __iomem *tmio_cnf; member
707 tmio_core_mmc_pwr(asic->tmio_cnf, 1 - asic->bus_shift, state); in asic3_mmc_pwr()
714 tmio_core_mmc_clk_div(asic->tmio_cnf, 1 - asic->bus_shift, state); in asic3_mmc_clk_div()
766 tmio_core_mmc_enable(asic->tmio_cnf, 1 - asic->bus_shift, in asic3_mmc_enable()
891 asic->tmio_cnf = ioremap((ASIC3_SD_CONFIG_BASE >> in asic3_mfd_probe()
894 if (!asic->tmio_cnf) { in asic3_mfd_probe()
932 if (asic->tmio_cnf) in asic3_mfd_probe()
933 iounmap(asic->tmio_cnf); in asic3_mfd_probe()
943 iounmap(asic->tmio_cnf); in asic3_mfd_remove()