Lines Matching refs:command_reg
188 u32 command_reg; member
697 command = tspi->command_reg; in tegra_slink_start_transfer_one()
723 tspi->command_reg = command; in tegra_slink_start_transfer_one()
780 tspi->command_reg = tspi->def_command_reg; in tegra_slink_prepare_message()
781 tspi->command_reg |= SLINK_CS_SW | SLINK_CS_VALUE; in tegra_slink_prepare_message()
786 tspi->command_reg &= ~SLINK_MODES; in tegra_slink_prepare_message()
788 tspi->command_reg |= SLINK_CK_SDA; in tegra_slink_prepare_message()
791 tspi->command_reg |= SLINK_IDLE_SCLK_DRIVE_HIGH; in tegra_slink_prepare_message()
793 tspi->command_reg |= SLINK_IDLE_SCLK_DRIVE_LOW; in tegra_slink_prepare_message()
851 "CpuXfer 0x%08x:0x%08x:0x%08x\n", tspi->command_reg, in handle_cpu_based_xfer()
924 "DmaXfer 0x%08x:0x%08x:0x%08x\n", tspi->command_reg, in handle_dma_based_xfer()
1194 tegra_slink_writel(tspi, tspi->command_reg, SLINK_COMMAND); in tegra_slink_resume()