Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c105 #define PORTPM_L1S_MASK GENMASK(1, 0) macro
110 #define PORTPM_L1S(x) ((x) & PORTPM_L1S_MASK)
2898 val &= ~(PORTPM_L1S_MASK); in tegra_xudc_port_connect()