Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm_gmac-test.c30 typedef struct GMACModule { struct
33 } GMACModule; argument
36 const GMACModule *module;
40 static const GMACModule gmac_module_list[] = {
52 static int gmac_module_index(const GMACModule *mod) in gmac_module_index()
171 static uint32_t gmac_read(QTestState *qts, const GMACModule *mod, in gmac_read()
181 const GMACModule *mod = td->module; in test_init()