Lines Matching refs:cmdctrl
557 u32 cmdctrl = 0; in via_sdc_send_command() local
568 cmdctrl = cmd->opcode << 8; in via_sdc_send_command()
573 cmdctrl |= VIA_CRDR_SDCTRL_RSP_NONE; in via_sdc_send_command()
576 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R1; in via_sdc_send_command()
579 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R1B; in via_sdc_send_command()
582 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R2; in via_sdc_send_command()
585 cmdctrl |= VIA_CRDR_SDCTRL_RSP_R3; in via_sdc_send_command()
600 cmdctrl |= VIA_CRDR_SDCTRL_WRITE; in via_sdc_send_command()
601 cmdctrl |= VIA_CRDR_SDCTRL_MULTI_WR; in via_sdc_send_command()
603 cmdctrl |= VIA_CRDR_SDCTRL_MULTI_RD; in via_sdc_send_command()
607 cmdctrl |= VIA_CRDR_SDCTRL_WRITE; in via_sdc_send_command()
608 cmdctrl |= VIA_CRDR_SDCTRL_SINGLE_WR; in via_sdc_send_command()
610 cmdctrl |= VIA_CRDR_SDCTRL_SINGLE_RD; in via_sdc_send_command()
616 cmdctrl |= VIA_CRDR_SDCTRL_STOP; in via_sdc_send_command()
618 cmdctrl |= VIA_CRDR_SDCTRL_START; in via_sdc_send_command()
622 writel(cmdctrl, addrbase + VIA_CRDR_SDCTRL); in via_sdc_send_command()