Home
last modified time | relevance | path

Searched refs:SSCR1_TIE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/spi/
A Dspi-pxa2xx.c657 if (!(pxa2xx_spi_read(drv_data, SSCR1) & SSCR1_TIE)) in interrupt_transfer()
696 sccr1_reg &= ~SSCR1_TIE; in interrupt_transfer()
767 if (!(sccr1_reg & SSCR1_TIE)) in ssp_int()
1740 drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE; in pxa2xx_spi_probe()
1746 drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE | SSCR1_TINTE; in pxa2xx_spi_probe()
/linux/include/linux/
A Dpxa2xx_ssp.h71 #define SSCR1_TIE BIT(1) /* Transmit FIFO Interrupt Enable */ macro
/linux/arch/arm/mach-sa1100/include/mach/
A DSA-1100.h785 #define SSCR1_TIE 0x00000002 /* Transmit FIFO 1/2-full or less */ macro

Completed in 28 milliseconds