Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c208cvmx_usbcx_hprt_t usbcx_hprt; /**< Stored port status so we don't need to read a CSR to dete…
892 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtpwr, 1); in cvmx_usb_initialize()
988 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtrst, 1); in cvmx_usb_enable()
995 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtrst, 0); in cvmx_usb_enable()
998 if (CVMX_WAIT_FOR_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, in cvmx_usb_enable()
1076 USB_SET_FIELD32(CVMX_USBCX_HPRT(usb->index), cvmx_usbcx_hprt_t, prtena, 1); in cvmx_usb_disable()
1100 cvmx_usbcx_hprt_t usbc_hprt; in cvmx_usb_get_status()
3388 cvmx_usbcx_hprt_t usbc_hprt; in cvmx_usb_poll()
H A Dcvmx-usbcx-defs.h4071 typedef union cvmx_usbcx_hprt cvmx_usbcx_hprt_t; typedef