Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dtegra-xudc.c120 #define PORTPM_U2E BIT(29) macro
2303 val |= PORTPM_U2E; in tegra_xudc_ep0_set_feature()
2305 val &= ~PORTPM_U2E; in tegra_xudc_ep0_set_feature()
2395 if (val & PORTPM_U2E) in tegra_xudc_ep0_get_status()