Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dbfin_jtag_comm.c56 #define CIRC_SIZE 2048 /* see comment in tty_io.c:do_tty_write() */ macro
57 #define CIRC_MASK (CIRC_SIZE - 1)
59 #define circ_free(circ) CIRC_SPACE((circ)->head, (circ)->tail, CIRC_SIZE)
60 #define circ_cnt(circ) CIRC_CNT((circ)->head, (circ)->tail, CIRC_SIZE)
234 bfin_jc_write_buf.buf = kmalloc(CIRC_SIZE, GFP_KERNEL); in bfin_jc_init()