Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usbcx-defs.h1155 uint32_t eptype : 2; /**< Endpoint Type (EPType) member
1218 uint32_t eptype : 2;
1492 uint32_t eptype : 2; /**< Endpoint Type (EPType) member
1546 uint32_t eptype : 2;
3536 uint32_t eptype : 2; /**< Endpoint Type (EPType) member
3561 uint32_t eptype : 2;
H A Dcvmx-usbd.c861 usbc_doepctl.s.eptype = transfer_type; in cvmx_usbd_out_endpoint_enable()
981 usbc_diepctl.s.eptype = transfer_type; in cvmx_usbd_in_endpoint_enable()
H A Dcvmx-usb.c1533 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) || in __cvmx_usb_fill_tx_fifo()
1534 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS)) in __cvmx_usb_fill_tx_fifo()
1907 usbc_hcchar.s.eptype = transaction->type; in __cvmx_usb_start_channel()