Searched refs:portsc (Results 1 – 1 of 1) sorted by relevance
157 uint32_t portsc; in zy7_phy_config() local163 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()