Lines Matching defs:tmp
442 u32 tmp;
444 tmp = readw(SSP_CSR(pl022->virtbase));
446 tmp &= ~BIT(pl022->cur_cs);
448 tmp |= BIT(pl022->cur_cs);
449 writew(tmp, SSP_CSR(pl022->virtbase));
1742 best_scr = 0, tmp, found = 0;
1768 tmp = spi_rate(rate, cpsdvsr, scr);
1770 if (tmp > freq) {
1780 if (tmp > best_freq) {
1781 best_freq = tmp;
1785 if (tmp == freq)
1849 u32 tmp;
2008 tmp = SSP_RX_LSB;
2011 tmp = SSP_RX_MSB;
2014 SSP_WRITE_BITS(chip->cr1, tmp, SSP_CR1_MASK_RENDN_ST, 4);
2029 tmp = SSP_CLK_POL_IDLE_HIGH;
2031 tmp = SSP_CLK_POL_IDLE_LOW;
2032 SSP_WRITE_BITS(chip->cr0, tmp, SSP_CR0_MASK_SPO, 6);
2035 tmp = SSP_CLK_SECOND_EDGE;
2037 tmp = SSP_CLK_FIRST_EDGE;
2038 SSP_WRITE_BITS(chip->cr0, tmp, SSP_CR0_MASK_SPH, 7);
2044 tmp = LOOPBACK_ENABLED;
2046 tmp = LOOPBACK_DISABLED;
2047 SSP_WRITE_BITS(chip->cr1, tmp, SSP_CR1_MASK_LBM, 0);