Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c1041 USB_SET_FIELD32(CVMX_USBCX_GRSTCTL(usb->index), cvmx_usbcx_grstctl_t, txfnum, 0x10); in cvmx_usb_enable()
1042 USB_SET_FIELD32(CVMX_USBCX_GRSTCTL(usb->index), cvmx_usbcx_grstctl_t, txfflsh, 1); in cvmx_usb_enable()
1043 CVMX_WAIT_FOR_FIELD32(CVMX_USBCX_GRSTCTL(usb->index), cvmx_usbcx_grstctl_t, in cvmx_usb_enable()
1045 USB_SET_FIELD32(CVMX_USBCX_GRSTCTL(usb->index), cvmx_usbcx_grstctl_t, rxfflsh, 1); in cvmx_usb_enable()
1046 CVMX_WAIT_FOR_FIELD32(CVMX_USBCX_GRSTCTL(usb->index), cvmx_usbcx_grstctl_t, in cvmx_usb_enable()
H A Dcvmx-usbcx-defs.h491 static inline uint64_t CVMX_USBCX_GRSTCTL(unsigned long block_id) in CVMX_USBCX_GRSTCTL() function
503 #define CVMX_USBCX_GRSTCTL(block_id) (CVMX_ADD_IO_SEG(0x00016F0010000010ull) + ((block_id) & 1) * 0… macro