Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c122 #define EP_HALT 0x050 macro
979 val = xudc_readl(xudc, EP_HALT); in ep_halt()
983 xudc_writel(xudc, val, EP_HALT); in ep_halt()
994 val = xudc_readl(xudc, EP_HALT); in ep_unhalt()
998 xudc_writel(xudc, val, EP_HALT); in ep_unhalt()
1009 val = xudc_readl(xudc, EP_HALT); in ep_unhalt_all()
1012 xudc_writel(xudc, 0, EP_HALT); in ep_unhalt_all()
1557 if (!!(xudc_readl(xudc, EP_HALT) & BIT(ep->index)) == halt) { in __tegra_xudc_ep_set_halt()
2424 if (xudc_readl(xudc, EP_HALT) & BIT(ep)) in tegra_xudc_ep0_get_status()