Home
last modified time | relevance | path

Searched refs:rt_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D108201 rt_offset=$(peek_file_be "$TEST_IMG" 48 8)
202 rb_offset=$(peek_file_be "$TEST_IMG" $rt_offset 8)
283 rt_offset=$(peek_file_be "$TEST_IMG" 48 8)
284 rb_offset=$(peek_file_be "$TEST_IMG" $rt_offset 8)
294 rt_offset=$(peek_file_be "$TEST_IMG" 48 8)
295 if [[ $rt_offset -eq $data_4k_offset ]]; then
298 echo "ERROR: Reftable is at $rt_offset, but was expected at $data_4k_offset"
381 rt_offset=$(peek_file_be "$export_mp" 48 8)
382 rb_offset=$(peek_file_be "$export_mp" $rt_offset 8)
H A D06060 rt_offset=65536 # 0x10000 (XXX: just an assumption)
231 poke_file "$TEST_IMG" "$rt_offset" "\x00\x00\x00\x00\x00\x02\x2a\x00"
265 poke_file "$TEST_IMG" "$rt_offset" "\x00\x00\x00\x00\x00\x00\x00\x00"
275 poke_file "$TEST_IMG" "$rt_offset" "\x00\x00\x00\x00\x00\x00\x00\x00"
327 poke_file "$TEST_IMG" "$rt_offset" "\x00\x00\x00\x00\xff\xff\x2a\x00"
365 poke_file "$TEST_IMG" "$(($rt_offset))" "\x00\x00\x00\x00\x00\x00\x2a\x00"
386 poke_file "$TEST_IMG" "$(($rt_offset+8))" "\x00\xff\xff\xff\x00\x00\x00\x00"
412 poke_file "$TEST_IMG" "$(($rt_offset+8))" "\x00\x00\x00\x10\x00\x00\x00\x00"
432 poke_file "$TEST_IMG" "$(($rt_offset+8))" "\x00\x00\x00\x10\x00\x00\x00\x00"
434 poke_file "$TEST_IMG" "$(($rt_offset+16))" "\x00\x00\x00\x00\x00\x00\x02\x00"
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c127 void qed_init_store_rt_reg(struct qed_hwfn *p_hwfn, u32 rt_offset, u32 val) in qed_init_store_rt_reg() argument
129 if (rt_offset >= RUNTIME_ARRAY_SIZE) { in qed_init_store_rt_reg()
132 val, rt_offset); in qed_init_store_rt_reg()
136 p_hwfn->rt_data.init_val[rt_offset] = val; in qed_init_store_rt_reg()
137 p_hwfn->rt_data.b_valid[rt_offset] = true; in qed_init_store_rt_reg()
141 u32 rt_offset, u32 *p_val, size_t size) in qed_init_store_rt_agg() argument
145 if ((rt_offset + size - 1) >= RUNTIME_ARRAY_SIZE) { in qed_init_store_rt_agg()
148 rt_offset, in qed_init_store_rt_agg()
149 (u32)(rt_offset + size - 1)); in qed_init_store_rt_agg()
154 p_hwfn->rt_data.init_val[rt_offset + i] = p_val[i]; in qed_init_store_rt_agg()
[all …]
H A Dqed_init_ops.h68 u32 rt_offset,
78 u32 rt_offset,