Lines Matching refs:ATMCI_MR
408 buf[ATMCI_MR / 4], in atmci_regs_show()
409 buf[ATMCI_MR / 4] & ATMCI_MR_RDPROOF ? " RDPROOF" : "", in atmci_regs_show()
410 buf[ATMCI_MR / 4] & ATMCI_MR_WRPROOF ? " WRPROOF" : ""); in atmci_regs_show()
413 ((buf[ATMCI_MR / 4] & 0xff) << 1) in atmci_regs_show()
414 | ((buf[ATMCI_MR / 4] >> 16) & 1)); in atmci_regs_show()
417 (buf[ATMCI_MR / 4] & 0xff)); in atmci_regs_show()
766 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf()
954 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCMODE); in atmci_prepare_data_pdc()
965 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc()
968 atmci_writel(host, ATMCI_MR, tmp); in atmci_prepare_data_pdc()
1159 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_start_request()
1371 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_set_ios()
1393 atmci_readl(host, ATMCI_MR); in atmci_set_ios()
1494 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_request_end()
1598 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_detect_change()