Searched refs:SSCR1_RIE (Results 1 – 7 of 7) sorted by relevance
43 #define SSCR1_RIE (1 << 0) /* Receive FIFO Interrupt Enable */ macro
70 #define SSCR1_RIE BIT(0) /* Receive FIFO Interrupt Enable */ macro
57 | SSCR1_RIE /* RIE = 1; Receive FIFO interrupt enabled */
1509 drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE; in pxa2xx_spi_probe()1515 drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE | SSCR1_TINTE; in pxa2xx_spi_probe()
1391 #define SSCR1_RIE (1 << 0) macro1406 level |= (s->sssr & SSSR_RFS) && (s->sscr[1] & SSCR1_RIE); in strongarm_ssp_int_update()
783 #define SSCR1_RIE 0x00000001 /* Receive FIFO 1/2-full or more */ macro
1063 #define SSCR1_RIE 0x00000001 /* Receive FIFO 1/2-full or more */ macro