Lines Matching refs:ATMCI_MR
409 buf[ATMCI_MR / 4], in atmci_regs_show()
410 buf[ATMCI_MR / 4] & ATMCI_MR_RDPROOF ? " RDPROOF" : "", in atmci_regs_show()
411 buf[ATMCI_MR / 4] & ATMCI_MR_WRPROOF ? " WRPROOF" : ""); in atmci_regs_show()
414 ((buf[ATMCI_MR / 4] & 0xff) << 1) in atmci_regs_show()
415 | ((buf[ATMCI_MR / 4] >> 16) & 1)); in atmci_regs_show()
418 (buf[ATMCI_MR / 4] & 0xff)); in atmci_regs_show()
767 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf()
955 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCMODE); in atmci_prepare_data_pdc()
966 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc()
969 atmci_writel(host, ATMCI_MR, tmp); in atmci_prepare_data_pdc()
1160 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_start_request()
1372 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_set_ios()
1394 atmci_readl(host, ATMCI_MR); in atmci_set_ios()
1495 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_request_end()
1599 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_detect_change()