Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3328/
H A Devb-rk3328.c18 .dis_u1u2_quirk = 1,
/OK3568_Linux_fs/u-boot/include/
H A Ddwc3-uboot.h36 unsigned dis_u1u2_quirk; member
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c420 if (set && !dwc->dis_u1u2_quirk) in dwc3_ep0_handle_feature()
434 if (set && !dwc->dis_u1u2_quirk) in dwc3_ep0_handle_feature()
571 if (dwc->dis_u1u2_quirk) in dwc3_ep0_set_config()
H A Dcore.h839 unsigned dis_u1u2_quirk:1; member
H A Dcore.c748 dwc->dis_u1u2_quirk = dwc3_dev->dis_u2_susphy_quirk; in dwc3_uboot_init()