SSCR1_TIE 633 drivers/spi/spi-pxa2xx.c u32 irq_mask = (pxa2xx_spi_read(drv_data, SSCR1) & SSCR1_TIE) ? SSCR1_TIE 674 drivers/spi/spi-pxa2xx.c sccr1_reg &= ~SSCR1_TIE; SSCR1_TIE 751 drivers/spi/spi-pxa2xx.c if (!(sccr1_reg & SSCR1_TIE)) SSCR1_TIE 1723 drivers/spi/spi-pxa2xx.c drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE; SSCR1_TIE 1729 drivers/spi/spi-pxa2xx.c drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE | SSCR1_TINTE;