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