Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/avs/
H A Ddebugfs.c19 struct __kfifo *__fifo = &fifo->kfifo; in __kfifo_fromio() local
23 off = __fifo->in & __fifo->mask; in __kfifo_fromio()
26 memcpy_fromio(__fifo->data + off, src, l); in __kfifo_fromio()
27 memcpy_fromio(__fifo->data, src + l, len - l); in __kfifo_fromio()
30 __fifo->in += len; in __kfifo_fromio()