Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c328 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_commands[0]; in xhci_reset_command_queue_locked()
332 memset(phwr->hwr_commands, 0, sizeof(phwr->hwr_commands)); in xhci_reset_command_queue_locked()
333 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_reset_command_queue_locked()
515 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_commands[0]; in xhci_start_controller()
522 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_start_controller()
1170 phwr->hwr_commands[i].qwTrb0 = trb->qwTrb0; in xhci_do_command()
1171 phwr->hwr_commands[i].dwTrb2 = trb->dwTrb2; in xhci_do_command()
1184 phwr->hwr_commands[i].dwTrb3 = temp; in xhci_do_command()
1189 addr += (uintptr_t)&((struct xhci_hw_root *)0)->hwr_commands[i]; in xhci_do_command()
1206 phwr->hwr_commands[i].dwTrb3 = temp; in xhci_do_command()
H A Dxhci.h373 struct xhci_trb hwr_commands[XHCI_MAX_COMMANDS]; member