Searched refs:atmci_readl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | atmel-mci.c | 167 #define atmci_readl(port, reg) \ macro 1108 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc() 1309 iflags = atmci_readl(host, ATMCI_IMR); in atmci_start_request() 1529 atmci_readl(host, ATMCI_MR); in atmci_set_ios() 1779 atmci_readl(host, ATMCI_IMR)); in atmci_tasklet_func() 1977 value = atmci_readl(host, ATMCI_RDR); in atmci_read_data_pio() 2011 status = atmci_readl(host, ATMCI_SR); in atmci_read_data_pio() 2079 status = atmci_readl(host, ATMCI_SR); in atmci_write_data_pio() 2122 status = atmci_readl(host, ATMCI_SR); in atmci_interrupt() 2123 mask = atmci_readl(host, ATMCI_IMR); in atmci_interrupt() [all …]
|