Searched refs:MAX3107_RX_FIFO_SIZE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dmax3107.c168 } else if (rxlvl >= MAX3107_RX_FIFO_SIZE) {
171 rxlvl = MAX3107_RX_FIFO_SIZE;
182 memset(buf, 0, sizeof(u16) * (MAX3107_RX_FIFO_SIZE + 2));
986 s->rxbuf = kzalloc(sizeof(u16) * (MAX3107_RX_FIFO_SIZE+2), GFP_KERNEL);
991 s->rxstr = kzalloc(sizeof(u8) * MAX3107_RX_FIFO_SIZE, GFP_KERNEL);
H A Dmax3107.h307 #define MAX3107_RX_FIFO_SIZE 128 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dmax3107.c168 } else if (rxlvl >= MAX3107_RX_FIFO_SIZE) {
171 rxlvl = MAX3107_RX_FIFO_SIZE;
182 memset(buf, 0, sizeof(u16) * (MAX3107_RX_FIFO_SIZE + 2));
986 s->rxbuf = kzalloc(sizeof(u16) * (MAX3107_RX_FIFO_SIZE+2), GFP_KERNEL);
991 s->rxstr = kzalloc(sizeof(u8) * MAX3107_RX_FIFO_SIZE, GFP_KERNEL);
H A Dmax3107.h307 #define MAX3107_RX_FIFO_SIZE 128 macro

Completed in 126 milliseconds