Searched refs:RBUF_LEN (Results 1 – 3 of 3) sorted by relevance
90 #define RBUF_LEN 1024 macro139 static int rx_buf[RBUF_LEN];221 rx_head = (rx_head + 1) & (RBUF_LEN - 1); in lirc_read()337 new_rx_tail = (rx_tail + 1) & (RBUF_LEN - 1); in add_read_queue()
213 #define RBUF_LEN 256 macro1071 result = lirc_buffer_init(&rbuf, sizeof(int), RBUF_LEN); in lirc_serial_init()
182 RBUF_LEN = RMSG_SZ * RMSG_Q_LEN, enumerator705 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN); in carm_fill_alloc_buf()1462 writel(RBUF_LEN, mmio + RBUF_BYTE_SZ); in carm_init_host()1559 host->msg_base = host->shm + RBUF_LEN; in carm_init_shm()1560 host->msg_dma = host->shm_dma + RBUF_LEN; in carm_init_shm()1562 memset(host->shm, 0xff, RBUF_LEN); in carm_init_shm()1563 memset(host->msg_base, 0, PDC_SHM_SIZE - RBUF_LEN); in carm_init_shm()