Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c753 EP_CFG_TDL_CHK); in cdns3_wa2_check_outq_status()
2117 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2123 ep_cfg |= EP_CFG_TDL_CHK; in cdns3_ep_config()
2197 ep_cfg |= EP_CFG_STREAM_EN | EP_CFG_TDL_CHK | EP_CFG_SID_CHK; in cdns3_ep_config()
H A Dcdns3-gadget.h557 #define EP_CFG_TDL_CHK BIT(4) macro