Home
last modified time | relevance | path

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

/qemu/include/hw/misc/macio/
H A Dpmu.h134 static const int8_t pmu_data_len[256][2] = { variable
/qemu/hw/misc/macio/
H A Dpmu.c558 s->cmdlen = pmu_data_len[s->cmd][0]; in pmu_update()
559 s->rsplen = pmu_data_len[s->cmd][1]; in pmu_update()