Lines Matching refs:offset
47 static void ispram_store_tag(unsigned int offset, unsigned int data) in ispram_store_tag() argument
58 cache_op(Index_Store_Tag_I, CKSEG0|offset); in ispram_store_tag()
66 static unsigned int ispram_load_tag(unsigned int offset) in ispram_load_tag() argument
74 cache_op(Index_Load_Tag_I, CKSEG0 | offset); in ispram_load_tag()
84 static void dspram_store_tag(unsigned int offset, unsigned int data) in dspram_store_tag() argument
93 cache_op(Index_Store_Tag_D, CKSEG0 | offset); in dspram_store_tag()
100 static unsigned int dspram_load_tag(unsigned int offset) in dspram_load_tag() argument
107 cache_op(Index_Load_Tag_D, CKSEG0 | offset); in dspram_load_tag()
124 unsigned int offset = 0; in probe_spram() local
135 tag0 = read(offset); in probe_spram()
136 tag1 = read(offset+SPRAM_TAG_STRIDE); in probe_spram()
157 write(offset, tag0); in probe_spram()
162 tag0 = read(offset); in probe_spram()
195 offset += 2 * SPRAM_TAG_STRIDE; in probe_spram()