Lines Matching defs:command_reg
190 u32 command_reg;
696 command = tspi->command_reg;
722 tspi->command_reg = command;
779 tspi->command_reg = tspi->def_command_reg;
780 tspi->command_reg |= SLINK_CS_SW | SLINK_CS_VALUE;
785 tspi->command_reg &= ~SLINK_MODES;
787 tspi->command_reg |= SLINK_CK_SDA;
790 tspi->command_reg |= SLINK_IDLE_SCLK_DRIVE_HIGH;
792 tspi->command_reg |= SLINK_IDLE_SCLK_DRIVE_LOW;
850 "CpuXfer 0x%08x:0x%08x:0x%08x\n", tspi->command_reg,
923 "DmaXfer 0x%08x:0x%08x:0x%08x\n", tspi->command_reg,
1171 tegra_slink_writel(tspi, tspi->command_reg, SLINK_COMMAND);