Searched refs:CTL_STATUS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | tmio_mmc.h | 31 #define CTL_STATUS 0x1c macro 51 /* Definitions for values the CTL_STATUS register can take */ 266 if (addr == CTL_IRQ_MASK || addr == CTL_STATUS) in sd_ctrl_write32_as_16_and_16()
|
H A D | tmio_mmc_core.c | 117 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, ~i); in tmio_mmc_ack_mmc_irqs() 484 u32 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_data_irq() 661 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_irq() 665 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_irq() 964 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_ro() 972 return !!(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_cd()
|
H A D | renesas_sdhi_core.c | 210 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in renesas_sdhi_card_busy() 336 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, 0x0); in renesas_sdhi_init_tuning() 789 while (--timeout && (sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) in renesas_sdhi_wait_idle()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | tmio_mmc.h | 31 #define CTL_STATUS 0x1c macro 51 /* Definitions for values the CTL_STATUS register can take */ 257 if (addr == CTL_IRQ_MASK || addr == CTL_STATUS) in sd_ctrl_write32_as_16_and_16()
|
H A D | tmio_mmc_core.c | 117 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, ~i); in tmio_mmc_ack_mmc_irqs() 530 u32 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_data_irq() 710 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_irq() 714 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_irq() 1020 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_ro() 1028 return !!(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_cd()
|
H A D | renesas_sdhi_core.c | 247 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in renesas_sdhi_card_busy() 352 sd_ctrl_write32_as_16_and_16(host, CTL_STATUS, 0x0); in renesas_sdhi_init_tuning() 835 while (--timeout && (sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) in renesas_sdhi_wait_idle()
|
Completed in 9 milliseconds