Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h75 uint32_t rhdesc_a, rhdesc_b; member
H A Dhcd-ohci.c324 ohci->rhdesc_a = OHCI_RHA_NPS | ohci->num_ports; in ohci_roothub_reset()
1595 retval = ohci->rhdesc_a; in ohci_mem_read()
1732 ohci->rhdesc_a &= ~OHCI_RHA_RW_MASK; in ohci_mem_write()
1733 ohci->rhdesc_a |= val & OHCI_RHA_RW_MASK; in ohci_mem_write()
2017 VMSTATE_UINT32(rhdesc_a, OHCIState),