Lines Matching refs:cmdctrl
558 u32 cmdctrl = 0; in via_sdc_send_command() local
569 cmdctrl = cmd->opcode << 8; in via_sdc_send_command()
574 cmdctrl |= VIA_CRDR_SDCTRL_RSP_NONE; in via_sdc_send_command()
577 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R1; in via_sdc_send_command()
580 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R1B; in via_sdc_send_command()
583 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R2; in via_sdc_send_command()
586 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R3; in via_sdc_send_command()
601 cmdctrl |= VIA_CRDR_SDCTRL_WRITE; in via_sdc_send_command()
602 cmdctrl |= VIA_CRDR_SDCTRL_MULTI_WR; in via_sdc_send_command()
604 cmdctrl |= VIA_CRDR_SDCTRL_MULTI_RD; in via_sdc_send_command()
608 cmdctrl |= VIA_CRDR_SDCTRL_WRITE; in via_sdc_send_command()
609 cmdctrl |= VIA_CRDR_SDCTRL_SINGLE_WR; in via_sdc_send_command()
611 cmdctrl |= VIA_CRDR_SDCTRL_SINGLE_RD; in via_sdc_send_command()
617 cmdctrl |= VIA_CRDR_SDCTRL_STOP; in via_sdc_send_command()
619 cmdctrl |= VIA_CRDR_SDCTRL_START; in via_sdc_send_command()
623 writel(cmdctrl, addrbase + VIA_CRDR_SDCTRL); in via_sdc_send_command()