diff options
author | hselasky <hselasky@FreeBSD.org> | 2012-09-12 07:34:09 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2012-09-12 07:34:09 +0000 |
commit | 3d0dbd12ff7c361dc14db3f7326d9f2ffb838608 (patch) | |
tree | 072ccf79c3e9a1b01b7a18c91c90bb8ed9248ea3 /sys/dev/usb/controller/dwc_otg.h | |
parent | 422999da8c0d6025a0c843013ccb32b88e792c2d (diff) | |
download | FreeBSD-src-3d0dbd12ff7c361dc14db3f7326d9f2ffb838608.zip FreeBSD-src-3d0dbd12ff7c361dc14db3f7326d9f2ffb838608.tar.gz |
Reduce DWC OTG polling rate by using the SOF interrupt.
Diffstat (limited to 'sys/dev/usb/controller/dwc_otg.h')
-rw-r--r-- | sys/dev/usb/controller/dwc_otg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/dwc_otg.h b/sys/dev/usb/controller/dwc_otg.h index 30aca57..1f40344 100644 --- a/sys/dev/usb/controller/dwc_otg.h +++ b/sys/dev/usb/controller/dwc_otg.h @@ -151,8 +151,6 @@ struct dwc_otg_softc { uint32_t sc_hcchar[DWC_OTG_MAX_CHANNELS]; uint32_t sc_sof_refs; uint32_t sc_sof_val; - uint32_t sc_interrupt_refs; - uint32_t sc_interrupt_val; uint32_t sc_hprt_val; uint16_t sc_active_rx_ep; |