Searched refs:tmio_core_mmc_enable (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/mfd/ ! |
D | tmio_core.c | 29 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base) in tmio_core_mmc_enable() function 46 EXPORT_SYMBOL(tmio_core_mmc_enable);
|
D | t7l66xb.c | 91 tmio_core_mmc_enable(t7l66xb->scr + 0x200, 0, in t7l66xb_mmc_enable() 286 tmio_core_mmc_enable(t7l66xb->scr + 0x200, 0, in t7l66xb_resume()
|
D | tc6387xb.c | 98 tmio_core_mmc_enable(tc6387xb->scr + 0x200, 0, in tc6387xb_mmc_enable()
|
D | tc6393xb.c | 354 tmio_core_mmc_enable(tc6393xb->scr + 0x200, 0, in tc6393xb_mmc_enable()
|
D | asic3.c | 766 tmio_core_mmc_enable(asic->tmio_cnf, 1 - asic->bus_shift, in asic3_mmc_enable()
|
/linux-6.1.9/include/linux/mfd/ ! |
D | tmio.h | 87 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);
|