Home
last modified time | relevance | path

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

/qemu/hw/gpio/
H A Dpl061.c83 uint32_t pulldowns; member
131 floating = ~(s->pullups | s->pulldowns); in pl061_floating()
555 if (s->pulldowns > 0xff) { in pl061_realize()
559 if (s->pullups & s->pulldowns) { in pl061_realize()
567 DEFINE_PROP_UINT32("pulldowns", PL061State, pulldowns, 0x0),