Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dtegra-xudc.c120 #define PORTPM_U2E BIT(29) macro
2297 val |= PORTPM_U2E; in tegra_xudc_ep0_set_feature()
2299 val &= ~PORTPM_U2E; in tegra_xudc_ep0_set_feature()
2389 if (val & PORTPM_U2E) in tegra_xudc_ep0_get_status()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dtegra-xudc.c119 #define PORTPM_U2E BIT(29) macro
2308 val |= PORTPM_U2E; in tegra_xudc_ep0_set_feature()
2310 val &= ~PORTPM_U2E; in tegra_xudc_ep0_set_feature()
2400 if (val & PORTPM_U2E) in tegra_xudc_ep0_get_status()

Completed in 10 milliseconds