Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman.h22 #define CPRMAN_NUM_REGS (0x2000 / sizeof(uint32_t)) macro
203 uint32_t regs[CPRMAN_NUM_REGS];
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c776 VMSTATE_UINT32_ARRAY(regs, BCM2835CprmanState, CPRMAN_NUM_REGS),