| uhci.c | 1486 	uhci_soft_td_t *std, *fstd = NULL, *lstd = NULL;  local in function:uhci_check_intr 1504 		lstd = ux->ux_stat;
 1510 		lstd = ux->ux_stdend;
 1519 	KASSERT(lstd != NULL);
 1521 	usb_syncmem(&lstd->dma,
 1522 	    lstd->offs + offsetof(uhci_td_t, td_status),
 1523 	    sizeof(lstd->td.td_status),
 1525 	status = le32toh(lstd->td.td_status);
 1526 	usb_syncmem(&lstd->dma,
 1527 	    lstd->offs + offsetof(uhci_td_t, td_status)
 [all...]
 |