Lines Matching refs:ATMCI_MR
55 #define ATMCI_MR 0x0004 /* Mode */ macro
523 buf[ATMCI_MR / 4], in atmci_regs_show()
524 buf[ATMCI_MR / 4] & ATMCI_MR_RDPROOF ? " RDPROOF" : "", in atmci_regs_show()
525 buf[ATMCI_MR / 4] & ATMCI_MR_WRPROOF ? " WRPROOF" : ""); in atmci_regs_show()
528 ((buf[ATMCI_MR / 4] & 0xff) << 1) in atmci_regs_show()
529 | ((buf[ATMCI_MR / 4] >> 16) & 1)); in atmci_regs_show()
532 (buf[ATMCI_MR / 4] & 0xff)); in atmci_regs_show()
872 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf()
1056 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCMODE); in atmci_prepare_data_pdc()
1064 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc()
1067 atmci_writel(host, ATMCI_MR, tmp); in atmci_prepare_data_pdc()
1258 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_start_request()
1464 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_set_ios()
1486 atmci_readl(host, ATMCI_MR); in atmci_set_ios()
1574 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_request_end()
1673 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_detect_change()