Lines Matching defs:offset
55 /* offset into bram, read & write */
96 * @offset: The word offset from which the data should be read.
102 u32 offset)
104 return in_be32(base_address + (offset << 2));
136 * buffer_icap_set_offset - Set the bram offset register.
140 * The bram offset register holds the starting bram address to transfer
168 * @offset: The word offset at which the data should be written.
169 * @data: The value to be written to the bram offset.
175 u32 offset, u32 data)
177 out_be32(base_address + (offset << 2), data);
183 * @offset: The storage buffer start address.
188 u32 offset, u32 count)
197 if ((offset + count) > XHI_MAX_BUFFER_INTS)
202 buffer_icap_set_offset(base_address, offset);
217 * @offset: The storage buffer start address.
222 u32 offset, u32 count)
231 if ((offset + count) > XHI_MAX_BUFFER_INTS)
236 buffer_icap_set_offset(base_address, offset);