Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Datmel-mci.c168 #define atmci_readl(port, reg) \ macro
1090 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc()
1292 iflags = atmci_readl(host, ATMCI_IMR); in atmci_start_request()
1515 atmci_readl(host, ATMCI_MR); in atmci_set_ios()
1765 atmci_readl(host, ATMCI_IMR)); in atmci_work_func()
1959 value = atmci_readl(host, ATMCI_RDR); in atmci_read_data_pio()
1993 status = atmci_readl(host, ATMCI_SR); in atmci_read_data_pio()
2061 status = atmci_readl(host, ATMCI_SR); in atmci_write_data_pio()
2105 status = atmci_readl(host, ATMCI_SR); in atmci_interrupt()
2106 mask = atmci_readl(host, ATMCI_IMR); in atmci_interrupt()
[all …]