Lines Matching defs:count
184 * @count: The number of words (32 bit) to read from the
188 u32 offset, u32 count)
197 if ((offset + count) > XHI_MAX_BUFFER_INTS)
200 /* setSize count*4 to get bytes. */
201 buffer_icap_set_size(base_address, (count << 2));
218 * @count: The number of words (32 bit) to read from the
222 u32 offset, u32 count)
231 if ((offset + count) > XHI_MAX_BUFFER_INTS)
234 /* setSize count*4 to get bytes. */
235 buffer_icap_set_size(base_address, count << 2);