Lines Matching refs:offset
91 u32 offset; in hte_basic_data_cmp() local
108 for (offset = 0x80; offset <= 0x8f; offset++) in hte_basic_data_cmp()
109 msg_port_write(HTE, offset, pattern); in hte_basic_data_cmp()
146 u32 offset; in hte_rw_data_cmp() local
166 for (offset = 0x80; offset <= 0x8f; offset++) { in hte_rw_data_cmp()
167 if ((offset % 8) == victim_bit) in hte_rw_data_cmp()
168 msg_port_write(HTE, offset, 0x55555555); in hte_rw_data_cmp()
170 msg_port_write(HTE, offset, 0xcccccccc); in hte_rw_data_cmp()
210 u32 offset; in hte_mem_init() local
222 for (offset = 0x80; offset <= 0x8f; offset++) in hte_mem_init()
223 msg_port_write(HTE, offset, ((offset & 1) ? 0xa55a : 0x5aa5)); in hte_mem_init()
369 u32 offset; in hte_mem_op() local
387 for (offset = 0x80; offset <= 0x8f; offset++) in hte_mem_op()
388 msg_port_write(HTE, offset, 0xc33c0000); in hte_mem_op()