Home
last modified time | relevance | path

Searched refs:head_next (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/i2s/
Di2s_litex.c287 uint16_t head_next; in queue_put() local
292 head_next = rb->head; in queue_put()
293 MODULO_INC(head_next, rb->len); in queue_put()
295 if (head_next == rb->tail) { in queue_put()
303 rb->head = head_next; in queue_put()
Di2s_sam_ssc.c142 uint16_t head_next; in queue_put() local
147 head_next = rb->head; in queue_put()
148 MODULO_INC(head_next, rb->len); in queue_put()
150 if (head_next == rb->tail) { in queue_put()
158 rb->head = head_next; in queue_put()
Di2s_ll_stm32.c78 uint16_t head_next; in queue_put() local
83 head_next = rb->head; in queue_put()
84 MODULO_INC(head_next, rb->len); in queue_put()
86 if (head_next == rb->tail) { in queue_put()
94 rb->head = head_next; in queue_put()