Searched refs:head (Results 1 – 2 of 2) sorted by relevance
72 usb_dqh_t *head; member114 ept->head = usb->qh + (num * 2) + (ept->in); in _udc_endpoint_alloc()115 ept->head->config = cfg; in _udc_endpoint_alloc()120 num, in ? "in":"out", ept, ept->head, max_pkt, ept->bit); in _udc_endpoint_alloc()183 ept->head->config = DQH_CFG_MAXPKT(512) | DQH_CFG_ZLT; in endpoint_enable()185 ept->head->config = DQH_CFG_MAXPKT(64) | DQH_CFG_ZLT; in endpoint_enable()247 ept->head->next_dtd = (unsigned) dtd; in udc_request_queue()248 ept->head->dtd_config = 0; in udc_request_queue()272 ept->head->next_dtd = (unsigned) req->next->dtd; in handle_ept_complete()273 ept->head->dtd_config = 0; in handle_ept_complete()
170 int head, tail; in low_level_input() local173 head = *REG(NET_HEAD); in low_level_input()176 if (tail == head) in low_level_input()
Completed in 4 milliseconds