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

/freebsd-10.3-release/sys/arm/xilinx/
H A Dzy7_ehci.c146 uint32_t portsc; local
152 portsc = bus_space_read_4(io_tag, bsh, ZY7_USB_PORTSC(1));
153 portsc &= ~(ZY7_USB_PORTSC_PTS_MASK | ZY7_USB_PORTSC_PTW |
157 portsc |= ZY7_USB_PORTSC_PTS_ULPI;
159 portsc |= ZY7_USB_PORTSC_PTS_UTMI;
161 portsc |= (ZY7_USB_PORTSC_PTS_UTMI |
164 portsc |= ZY7_USB_PORTSC_PTS_SERIAL;
166 bus_space_write_4(io_tag, bsh, ZY7_USB_PORTSC(1), portsc);

Completed in 105 milliseconds