Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Daxp2xx.c43 #define NR_REGS (0xff) macro
50 uint8_t regs[NR_REGS]; /* peripheral registers */
68 memset(s->regs, 0, NR_REGS); in axp209_reset_enter()
111 memset(s->regs, 0, NR_REGS); in axp221_reset_enter()
187 if (s->ptr < NR_REGS) { in axp2xx_rx()
221 VMSTATE_UINT8_ARRAY(regs, AXP2xxI2CState, NR_REGS),
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c42 NR_REGS enumerator
53 struct reg_desc info[NR_REGS];