Searched defs:ia_css_circbuf_desc_s (Results 1 – 1 of 1) sorted by relevance
38 struct ia_css_circbuf_desc_s { struct39 u8 size; /* the maximum number of elements*/40 u8 step; /* number of bytes per element */41 u8 start; /* index of the oldest element */42 u8 end; /* index at which to write the new element */