Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/xilinx/
H A Dzy7_ehci.c157 uint32_t portsc; in zy7_phy_config() local
163 portsc = bus_space_read_4(io_tag, bsh, ZY7_USB_PORTSC(1)); in zy7_phy_config()
164 portsc &= ~(ZY7_USB_PORTSC_PTS_MASK | ZY7_USB_PORTSC_PTW | in zy7_phy_config()
168 portsc |= ZY7_USB_PORTSC_PTS_ULPI; in zy7_phy_config()
170 portsc |= ZY7_USB_PORTSC_PTS_UTMI; in zy7_phy_config()
172 portsc |= (ZY7_USB_PORTSC_PTS_UTMI | in zy7_phy_config()
175 portsc |= ZY7_USB_PORTSC_PTS_SERIAL; in zy7_phy_config()
177 bus_space_write_4(io_tag, bsh, ZY7_USB_PORTSC(1), portsc); in zy7_phy_config()