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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usbd.c157 cvmx_usbcx_gnptxfsiz_t gnptxfsiz; local
181 gnptxfsiz.u32 = __cvmx_usbd_read_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index));
182 gnptxfsiz.s.nptxfdep = fifo_space / 2;
183 fifo_space -= gnptxfsiz.s.nptxfdep;
184 gnptxfsiz.s.nptxfstaddr = fifo_space;
185 __cvmx_usbd_write_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index), gnptxfsiz.u32);

Completed in 95 milliseconds