Home
last modified time | relevance | path

Searched refs:REG_RIS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Damba-pl011.c68 REG_RIS, enumerator
96 [REG_RIS] = UART011_RIS,
184 [REG_RIS] = UART011_RIS,
1555 status = pl011_read(uap, REG_RIS) & uap->im; in pl011_int()
1579 status = pl011_read(uap, REG_RIS) & uap->im; in pl011_int()
/openbmc/linux/drivers/spi/
H A Dspi-microchip-core.c89 #define REG_RIS (0x24) macro