Home
last modified time | relevance | path

Searched refs:set_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c24 static void set_table(QTestState *qts, uint64_t type, uint64_t addr) in set_table() function
200 set_table(qts, VST_ESB, XIVE_ESB_MEM); in init_xive()
201 set_table(qts, VST_EAS, XIVE_EAS_MEM); in init_xive()
202 set_table(qts, VST_END, XIVE_END_MEM); in init_xive()
203 set_table(qts, VST_NVP, XIVE_NVP_MEM); in init_xive()
204 set_table(qts, VST_NVG, XIVE_NVG_MEM); in init_xive()
205 set_table(qts, VST_NVC, XIVE_NVC_MEM); in init_xive()
206 set_table(qts, VST_SYNC, XIVE_SYNC_MEM); in init_xive()
/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c1268 uchar *set_table = &set_table0; in Set_Redriver() local
1271 set_table = &set_table1; in Set_Redriver()
1273 set_table = &set_table2; in Set_Redriver()
1275 RD_VAL = set_table[Swing_Level]; in Set_Redriver()