Searched refs:ATMCI_SR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | atmel-mci.c | 111 #define ATMCI_SR 0x0040 /* Status */ macro 545 atmci_show_status_reg(s, "SR", buf[ATMCI_SR / 4]); in atmci_regs_show() 1274 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request() 1970 status = atmci_readl(host, ATMCI_SR); in atmci_read_data_pio() 2038 status = atmci_readl(host, ATMCI_SR); in atmci_write_data_pio() 2081 status = atmci_readl(host, ATMCI_SR); in atmci_interrupt() 2622 atmci_readl(host, ATMCI_SR); in atmci_remove()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | atmel-mci.c | 111 #define ATMCI_SR 0x0040 /* Status */ macro 577 atmci_show_status_reg(s, "SR", buf[ATMCI_SR / 4]); in atmci_regs_show() 1317 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request() 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() 2651 atmci_readl(host, ATMCI_SR); in atmci_remove()
|
Completed in 8 milliseconds