Lines Matching refs:cmdctrl
558 u32 cmdctrl = 0; in via_sdc_send_command() local
567 cmdctrl = cmd->opcode << 8; in via_sdc_send_command()
572 cmdctrl |= VIA_CRDR_SDCTRL_RSP_NONE; in via_sdc_send_command()
575 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R1; in via_sdc_send_command()
578 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R1B; in via_sdc_send_command()
581 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R2; in via_sdc_send_command()
584 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R3; in via_sdc_send_command()
599 cmdctrl |= VIA_CRDR_SDCTRL_WRITE; in via_sdc_send_command()
600 cmdctrl |= VIA_CRDR_SDCTRL_MULTI_WR; in via_sdc_send_command()
602 cmdctrl |= VIA_CRDR_SDCTRL_MULTI_RD; in via_sdc_send_command()
606 cmdctrl |= VIA_CRDR_SDCTRL_WRITE; in via_sdc_send_command()
607 cmdctrl |= VIA_CRDR_SDCTRL_SINGLE_WR; in via_sdc_send_command()
609 cmdctrl |= VIA_CRDR_SDCTRL_SINGLE_RD; in via_sdc_send_command()
615 cmdctrl |= VIA_CRDR_SDCTRL_STOP; in via_sdc_send_command()
617 cmdctrl |= VIA_CRDR_SDCTRL_START; in via_sdc_send_command()
621 writel(cmdctrl, addrbase + VIA_CRDR_SDCTRL); in via_sdc_send_command()