Home
last modified time | relevance | path

Searched refs:UHCI_CTRL_EPT_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1337 skip_len = UHCI_CTRL_EPT_MAX_SIZE; /* length to skip */ in uhci_sendup_td_message()
1526 tw->tw_length -= UHCI_CTRL_EPT_MAX_SIZE; in uhci_handle_ctrl_td()
1551 UHCI_CTRL_EPT_MAX_SIZE, xx, in uhci_handle_ctrl_td()
1623 UHCI_CTRL_EPT_MAX_SIZE + tw->tw_bytes_xfered, in uhci_handle_ctrl_td()
H A Duhciutil.c2148 ctrl_buf_size = UHCI_CTRL_EPT_MAX_SIZE + in uhci_insert_ctrl_td()
2258 (uint8_t *)(tw->tw_buf + UHCI_CTRL_EPT_MAX_SIZE), in uhci_create_setup_pkt()
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h415 #define UHCI_CTRL_EPT_MAX_SIZE 64 macro