Home
last modified time | relevance | path

Searched refs:SSCR1_RIE (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dpxa2xx_ssp.h70 #define SSCR1_RIE BIT(0) /* Receive FIFO Interrupt Enable */ macro
/linux-6.1.9/drivers/input/mouse/
Dnavpoint.c57 | SSCR1_RIE /* RIE = 1; Receive FIFO interrupt enabled */
/linux-6.1.9/drivers/spi/
Dspi-pxa2xx.c1628 drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE; in pxa2xx_spi_probe()
1634 drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE | SSCR1_TINTE; in pxa2xx_spi_probe()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h783 #define SSCR1_RIE 0x00000001 /* Receive FIFO 1/2-full or more */ macro