Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dbcm2838_gpio.c221 value = s->pup_cntrl_reg[(offset - GPIO_PUP_PDN_CNTRL_REG0) in bcm2838_gpio_read()
222 / sizeof(s->pup_cntrl_reg[0])]; in bcm2838_gpio_read()
289 s->pup_cntrl_reg[(offset - GPIO_PUP_PDN_CNTRL_REG0) in bcm2838_gpio_write()
290 / sizeof(s->pup_cntrl_reg[0])] = value; in bcm2838_gpio_write()
315 s->pup_cntrl_reg[0] = RESET_VAL_CNTRL_REG0; in bcm2838_gpio_reset()
316 s->pup_cntrl_reg[1] = RESET_VAL_CNTRL_REG1; in bcm2838_gpio_reset()
317 s->pup_cntrl_reg[2] = RESET_VAL_CNTRL_REG2; in bcm2838_gpio_reset()
318 s->pup_cntrl_reg[3] = RESET_VAL_CNTRL_REG3; in bcm2838_gpio_reset()
336 VMSTATE_UINT32_ARRAY(pup_cntrl_reg, BCM2838GpioState,
/openbmc/qemu/include/hw/gpio/
H A Dbcm2838_gpio.h42 uint32_t pup_cntrl_reg[GPIO_PUP_PDN_CNTRL_NUM]; member