Home
last modified time | relevance | path

Searched refs:ATMCI_MR (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/mmc/host/
H A Datmel-mci.c56 #define ATMCI_MR 0x0004 /* Mode */ macro
548 buf[ATMCI_MR / 4], in atmci_regs_show()
553 ((buf[ATMCI_MR / 4] & 0xff) << 1) in atmci_regs_show()
554 | ((buf[ATMCI_MR / 4] >> 16) & 1)); in atmci_regs_show()
557 (buf[ATMCI_MR / 4] & 0xff)); in atmci_regs_show()
1090 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc()
1093 atmci_writel(host, ATMCI_MR, tmp); in atmci_prepare_data_pdc()
1284 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_start_request()
1493 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_set_ios()
1515 atmci_readl(host, ATMCI_MR); in atmci_set_ios()
[all …]