Searched refs:RBUF_LEN (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_it87.c78 #define RBUF_LEN 1024 macro
114 static int rx_buf[RBUF_LEN];
200 rx_head = (rx_head + 1) & (RBUF_LEN - 1);
326 new_rx_tail = (rx_tail + 1) & (RBUF_LEN - 1);
H A Dlirc_sir.c124 #define RBUF_LEN 1024 macro
172 static int rx_buf[RBUF_LEN];
272 rx_head = (rx_head + 1) & (RBUF_LEN - 1);
443 new_rx_tail = (rx_tail + 1) & (RBUF_LEN - 1);
H A Dlirc_serial.c236 #define RBUF_LEN 256 macro
1139 result = lirc_buffer_init(&rbuf, sizeof(int), RBUF_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/lirc/
H A Dlirc_it87.c78 #define RBUF_LEN 1024 macro
114 static int rx_buf[RBUF_LEN];
200 rx_head = (rx_head + 1) & (RBUF_LEN - 1);
326 new_rx_tail = (rx_tail + 1) & (RBUF_LEN - 1);
H A Dlirc_sir.c124 #define RBUF_LEN 1024 macro
172 static int rx_buf[RBUF_LEN];
272 rx_head = (rx_head + 1) & (RBUF_LEN - 1);
443 new_rx_tail = (rx_tail + 1) & (RBUF_LEN - 1);
H A Dlirc_serial.c236 #define RBUF_LEN 256 macro
1139 result = lirc_buffer_init(&rbuf, sizeof(int), RBUF_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dsx8.c177 RBUF_LEN = RMSG_SZ * RMSG_Q_LEN, enumerator in enum:__anon26561
690 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN);
1446 writel(RBUF_LEN, mmio + RBUF_BYTE_SZ);
1543 host->msg_base = host->shm + RBUF_LEN;
1544 host->msg_dma = host->shm_dma + RBUF_LEN;
1546 memset(host->shm, 0xff, RBUF_LEN);
1547 memset(host->msg_base, 0, PDC_SHM_SIZE - RBUF_LEN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dsx8.c177 RBUF_LEN = RMSG_SZ * RMSG_Q_LEN, enumerator in enum:__anon14868
690 ab->msg_pool = cpu_to_le32(host->shm_dma + RBUF_LEN);
1446 writel(RBUF_LEN, mmio + RBUF_BYTE_SZ);
1543 host->msg_base = host->shm + RBUF_LEN;
1544 host->msg_dma = host->shm_dma + RBUF_LEN;
1546 memset(host->shm, 0xff, RBUF_LEN);
1547 memset(host->msg_base, 0, PDC_SHM_SIZE - RBUF_LEN);

Completed in 170 milliseconds