Searched refs:PORTHALT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 132 #define PORTHALT 0x06c macro 2110 val = xudc_readl(xudc, PORTHALT); in tegra_xudc_gadget_start() 2112 xudc_writel(xudc, val, PORTHALT); in tegra_xudc_gadget_start() 2986 porthalt = xudc_readl(xudc, PORTHALT); in __tegra_xudc_handle_port_status() 2989 dev_dbg(xudc->dev, "STCHG_REQ, PORTHALT = %#x\n", porthalt); in __tegra_xudc_handle_port_status() 2991 xudc_writel(xudc, porthalt, PORTHALT); in __tegra_xudc_handle_port_status() 3077 (xudc_readl(xudc, PORTHALT) & PORTHALT_STCHG_REQ)) in tegra_xudc_handle_port_status()
|