Searched refs:cvmx_usbcx_hprt_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c208 cvmx_usbcx_hprt_t usbcx_hprt; /**< Stored port status so we don't need to read a CSR to determine splits */
892 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtpwr, 1);
988 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtrst, 1);
995 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtrst, 0);
998 if (CVMX_WAIT_FOR_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t,
1076 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtena, 1);
1100 cvmx_usbcx_hprt_t usbc_hprt;
3388 cvmx_usbcx_hprt_t usbc_hprt;
H A Dcvmx-usbcx-defs.h4071 typedef union cvmx_usbcx_hprt cvmx_usbcx_hprt_t; typedef in typeref:union:cvmx_usbcx_hprt

Completed in 267 milliseconds