Searched refs:MSDC_IOCON_RSPL (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | mtk-sd.c | 111 #define MSDC_IOCON_RSPL (0x1 << 1) /* RW */ macro 1584 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response() 1609 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response() 1635 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response() 1640 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in msdc_tune_response() 1683 sdr_clr_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response() 1685 sdr_set_bits(host->base + MSDC_IOCON, MSDC_IOCON_RSPL); in hs400_tune_response()
|
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | mt6575_sd.h | 157 #define MSDC_IOCON_RSPL (0x1 << 1) /* RW */ macro
|
D | sd.c | 1244 sdr_get_field(host->base + MSDC_IOCON, MSDC_IOCON_RSPL, &orig_rsmpl); in msdc_tune_cmdrsp() 1257 sdr_set_field(host->base + MSDC_IOCON, MSDC_IOCON_RSPL, in msdc_tune_cmdrsp() 1715 sdr_set_field(host->base + MSDC_IOCON, MSDC_IOCON_RSPL, in msdc_ops_set_ios()
|