Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h402 struct xhci_hw_root { struct
411 CTASSERT(sizeof(struct xhci_hw_root) == XHCI_PAGE_SIZE); argument
H A Dxhci.c228 sizeof(struct xhci_hw_root), XHCI_PAGE_SIZE); in xhci_iterate_hw_softc()
243 struct xhci_hw_root *phwr; in xhci_reset_command_queue_locked()
287 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]); in xhci_reset_command_queue_locked()
306 struct xhci_hw_root *phwr; in xhci_start_controller()
374 addr += __offsetof(struct xhci_hw_root, hwr_events[0]); in xhci_start_controller()
414 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]); in xhci_start_controller()
1033 struct xhci_hw_root *phwr; in xhci_interrupt_poll()
1105 addr += __offsetof(struct xhci_hw_root, hwr_events[i]); in xhci_interrupt_poll()
1121 struct xhci_hw_root *phwr; in xhci_do_command()
1169 addr += __offsetof(struct xhci_hw_root, hwr_commands[i]); in xhci_do_command()