Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c89 #define SAB82532_RECV_FIFO_SIZE 32 /* Standard async fifo sizes */ macro
124 count = SAB82532_RECV_FIFO_SIZE; in receive_chars()
129 count = readb(&up->regs->r.rbcl) & (SAB82532_RECV_FIFO_SIZE - 1); in receive_chars()