Searched refs:OBOE_RING_LEN (Results 1 – 2 of 2) sorted by relevance
286 #define OBOE_RING_LEN (sizeof(struct OboeRing)) macro
1677 self->ringbuf = (void *) kmalloc (OBOE_RING_LEN << 1, GFP_KERNEL); in toshoboe_open()1690 addr &= ~(OBOE_RING_LEN - 1); in toshoboe_open()1691 addr += OBOE_RING_LEN; in toshoboe_open()1695 memset (self->ring, 0, OBOE_RING_LEN); in toshoboe_open()