Searched refs:tmio_core_mmc_pwr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/mfd/ |
D | tmio_core.c | 42 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state) in tmio_core_mmc_pwr() function 46 EXPORT_SYMBOL(tmio_core_mmc_pwr);
|
D | tc6387xb.c | 86 tmio_core_mmc_pwr(tc6387xb->scr + 0x200, 0, state); in tc6387xb_mmc_pwr()
|
D | t7l66xb.c | 131 tmio_core_mmc_pwr(t7l66xb->scr + 0x200, 0, state); in t7l66xb_mmc_pwr()
|
D | tc6393xb.c | 379 tmio_core_mmc_pwr(tc6393xb->scr + 0x200, 0, state); in tc6393xb_mmc_pwr()
|
D | asic3.c | 713 tmio_core_mmc_pwr(asic->tmio_cnf, 1 - asic->bus_shift, state); in asic3_mmc_pwr()
|
/linux-4.1.27/include/linux/mfd/ |
D | tmio.h | 105 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state);
|