Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm.h185 #define RQUEUESIZE (RQUEUEMASK + 1) macro
186 #define EQUEUESIZE RQUEUESIZE
H A Djsm_tty.c208 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()
594 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in jsm_input()
809 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
H A Djsm_neo.c345 n = min(((u32) total), (RQUEUESIZE - (u32) head)); in neo_copy_data_from_uart_to_queue()