Lines Matching refs:mode_reg
374 u32 mode_reg; member
916 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf()
1100 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCMODE); in atmci_prepare_data_pdc()
1301 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_start_request()
1445 if (!host->mode_reg) { in atmci_set_ios()
1477 host->mode_reg = ATMCI_MR_CLKDIV(clkdiv >> 1) in atmci_set_ios()
1487 host->mode_reg = ATMCI_MR_CLKDIV(clkdiv); in atmci_set_ios()
1496 host->mode_reg |= (ATMCI_MR_WRPROOF | ATMCI_MR_RDPROOF); in atmci_set_ios()
1507 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_set_ios()
1528 if (host->mode_reg) { in atmci_set_ios()
1531 host->mode_reg = 0; in atmci_set_ios()
1616 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_request_end()
1714 atmci_writel(host, ATMCI_MR, host->mode_reg); in atmci_detect_change()