Searched refs:sd_config_write8 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/mfd/ |
D | tmio_core.c | 36 sd_config_write8(cnf, shift, CNF_PWR_CTL_3, 0x01); in tmio_core_mmc_enable() 39 sd_config_write8(cnf, shift, CNF_STOP_CLK_CTL, 0x1f); in tmio_core_mmc_enable() 42 sd_config_write8(cnf, shift, CNF_PWR_CTL_2, 0x00); in tmio_core_mmc_enable() 61 sd_config_write8(cnf, shift, CNF_PWR_CTL_2, state ? 0x02 : 0x00); in tmio_core_mmc_pwr() 67 sd_config_write8(cnf, shift, CNF_SD_CLK_MODE, state ? 1 : 0); in tmio_core_mmc_clk_div()
|
/linux-6.1.9/include/linux/mfd/ |
D | tmio.h | 28 #define sd_config_write8(base, shift, reg, val) \ macro
|