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()
781 tspi->command_reg = tspi->def_command_reg; in tegra_slink_prepare_message()
782 tspi->command_reg |= SLINK_CS_SW | SLINK_CS_VALUE; in tegra_slink_prepare_message()
787 tspi->command_reg &= ~SLINK_MODES; in tegra_slink_prepare_message()
789 tspi->command_reg |= SLINK_CK_SDA; in tegra_slink_prepare_message()
792 tspi->command_reg |= SLINK_IDLE_SCLK_DRIVE_HIGH; in tegra_slink_prepare_message()
794 tspi->command_reg |= SLINK_IDLE_SCLK_DRIVE_LOW; in tegra_slink_prepare_message()
852 "CpuXfer 0x%08x:0x%08x:0x%08x\n", tspi->command_reg, in handle_cpu_based_xfer()
925 "DmaXfer 0x%08x:0x%08x:0x%08x\n", tspi->command_reg, in handle_dma_based_xfer()
1190 tegra_slink_writel(tspi, tspi->command_reg, SLINK_COMMAND); in tegra_slink_resume()