Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dibex_uart.c70 REG32(FIFO_STATUS, 0x24)
71 FIELD(FIFO_STATUS, TXLVL, 0, 5)
72 FIELD(FIFO_STATUS, RXLVL, 16, 5)
/openbmc/linux/drivers/input/misc/
H A Dadxl34x.c53 #define FIFO_STATUS 0x39 /* R FIFO status */ macro
371 samples = ENTRIES(AC_READ(ac, FIFO_STATUS)) + 1; in adxl34x_irq()