Searched refs:RX_BASE (Results 1 – 2 of 2) sorted by relevance
148 #define RX_BASE 0x0000 /* Receive memory, 8 kB */ macro151 #define RX_SIZE (TX_BASE-RX_BASE) /* Size of receive area */
1026 if((addr + len) < (RX_BASE + RX_SIZE)) in read_ringbuf()1029 chunk_len = RX_BASE + RX_SIZE - addr; in read_ringbuf()1033 ring_ptr = (ring_ptr - RX_BASE + chunk_len) % RX_SIZE + RX_BASE; in read_ringbuf()2746 fd_p = read_ringbuf(dev, (fd_p + 4) % RX_SIZE + RX_BASE,