Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/udc/
Dtegra-xudc.c122 #define PORTPM_U1E BIT(28) macro
2287 val |= PORTPM_U1E; in tegra_xudc_ep0_set_feature()
2289 val &= ~PORTPM_U1E; in tegra_xudc_ep0_set_feature()
2385 if (val & PORTPM_U1E) in tegra_xudc_ep0_get_status()