Searched defs:i_addr (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-hw-diags/test/ |
H A D | sim-hw-access.hpp | 47 void add(pdbg_target* i_target, uint64_t i_addr, uint64_t i_val) in add() 60 void error(pdbg_target* i_target, uint64_t i_addr) in error() 85 int get(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in get() 137 void add(pdbg_target* i_target, uint32_t i_addr, uint32_t i_val) in add() 150 void error(pdbg_target* i_target, uint32_t i_addr) in error() 175 int get(pdbg_target* i_target, uint32_t i_addr, uint32_t& o_val) in get()
|
H A D | pdbg-sim-only.cpp | 40 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom() 61 int getCfam(pdbg_target* i_target, uint32_t i_addr, uint32_t& o_val) in getCfam()
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg-no-sim.cpp | 48 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom() 83 int getCfam(pdbg_target* i_target, uint32_t i_addr, uint32_t& o_val) in getCfam()
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | p10-tod-plugins.cpp | 133 bool readRegister(pdbg_target* i_chip, Register i_addr, in readRegister()
|